The featured-post tag has no wiki summary.
0
votes
1answer
36 views
featuring old articles without messing up with the archive
This is all about featuring content in WP.
Say, you got 1000's of posts that you accumulated over the years and each has their own original ( and true ) post dates.
And now you want to feature them ...
4
votes
2answers
267 views
How to display Section for certain time
i am building a News site. I want to display 1 featured post from "prime" category for only few hours. after it should be expired or disappeared from the section.
please have a look here u can see ...
0
votes
1answer
79 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()) : ?>
...