Query posts name
-
<?php query_posts('name=post-slug-goes-here'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_title() ?> <?php endwhile; endif; ?>
Why is this not working for me? Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Query posts name’ is closed to new replies.