never mind! i forgot to put the doctype and stuff lol
Ok, thanks very much
here’s a question i need to be answered–
how do i link to this code via WordPress admin panel so that it’ll work where I want it to?
And also if i want popular posts and tags, how would i go about doing that? I heard something about widgets?
Code:
<?php $recentPosts = new WP_Query(); $recentPosts->query(‘showposts=5’); ?> <?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>