Show a post into a post page
-
I would like to know if it is possible for me to show the last post of “x” category into a post page?
At the moment, when I use this part of script, my little box is overwritting my current page content.
<?php query_posts('cat=1&posts_per_page=1'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <a href="<?php the_guid(); ?>" title="Lire le reste de ce conseil pratique" id="lire_suite">Lire la suite du conseil pratique</a> <?php endwhile; endif; ?>
Can some tell me how I could fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show a post into a post page’ is closed to new replies.