0
votes
0answers
6 views

Displaying featured posts along with regular posts [duplicate]

in my homepage blog, I am trying to display 3 "Featured" posts on top and the rest of the posts at the bottom which means: The 3 "Featured posts" are taken from a "Featured" category underneath it ...
0
votes
3answers
295 views

Hide featured post on second page

I have a index.php with a featured post and a number of other posts and the standard wp_pagenavi at the bottom. I'm using the 2 loops from the wordpress codex like this: <?php $my_query = new ...
0
votes
1answer
77 views

Broken pagination, need help figuring out why!

I just tried slapping together a poor-man's "featured post" section with this exact code out of my index.php: <div id="post-wrapper"> <?php if (is_home() && !is_paged()) : ?> ...