<h4>Recent Posts</h4><ul><?php$aRecentPosts = new WP_Query("showposts=6");while($aRecentPosts->have_posts()) : $aRecentPosts->the_post();?><li><a href="http://<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?> " rel="bookmark"><?php the_title();?>
</li><?php endwhile; ?></ul>
Devious Comments
--
Repeat after me: "Good shot" is not a Good Comment.
~fote-stock | Chris McKibbin Photography
--
Horribly intrusive watermarks are tacky. If you're concerned about people stealing your photos, don't post them on the internet.
Photography is the simultaneous recognition, in a fraction of a second, of the significance of an event. (HCB)
--
Friendly Neighbourhood Adminman | њ
--
*Shutter-Vision and *Ex-po-zure are great places to get your work featured!
Manager of *DailyDeviants
--
Horribly intrusive watermarks are tacky. If you're concerned about people stealing your photos, don't post them on the internet.
Photography is the simultaneous recognition, in a fraction of a second, of the significance of an event. (HCB)
--
#TheCandyHole - Where all your dreams come true.
--
Horribly intrusive watermarks are tacky. If you're concerned about people stealing your photos, don't post them on the internet.
Photography is the simultaneous recognition, in a fraction of a second, of the significance of an event. (HCB)
[link]
im looking to generate an archive widget that will pull the 6 most recent posts, and display them at the bottom (where it says coming soon)
Im also trying to figure how I can make a full paged, auto-updating archive, which I would put in place of BLOG
--
Horribly intrusive watermarks are tacky. If you're concerned about people stealing your photos, don't post them on the internet.
Photography is the simultaneous recognition, in a fraction of a second, of the significance of an event. (HCB)
<h4>Recent Posts</h4><ul>
<?php
$aRecentPosts = new WP_Query("showposts=6");
while($aRecentPosts->have_posts()) : $aRecentPosts->the_post();?>
<li><a href="http://<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?> " rel="bookmark"><?php the_title();?>
</li><?php endwhile; ?>
</ul>
Will probably do the trick for you. As for Archives, take a look at the Snazzy Archives plugin maybe? [link]
--
Friendly Neighbourhood Adminman | њ
Previous Page12Next Page