How to echo out featured posts elsewhere in website?
-
I’m using the “Mixed content” option to display specific, featured posts in my slider.
I’d like to display these featured posts elsewhere in my theme (I’ll be displaying them in a
<ul>
list), additional to their display in the slider.How can I go about referencing these posts in my theme files?
Is there a specific parameter I can use in a
query_posts
function such as something along the lines of<?php query_posts($query_string."&featured=yes"); ?>
?If not, is there another method with which I can reference these posts and echo them out in my theme files?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to echo out featured posts elsewhere in website?’ is closed to new replies.