How to Rotate Featured Posts With a Plug-in
Featured post boxes are common in WordPress premium themes, particularly in a magazine or news-style theme. If your theme doesn't have this option but you want to add a featured post slideshow, you can do so using a plug-in from the WordPress repository. WordPress has a handful of options to customize your show to suit your tastes.
Instructions
-
-
1
Sign in to your WordPress dashboard and click "Plugins." Click "Add New."
-
2
Type "Feature Slideshow" in the box and click "Search." Click "Install Now" next to "Feature Slideshow." Click "Activate Plugin."
-
-
3
Click "Feature Slideshow" in the left navigation bar. Choose a transition interval, the amount of time it takes for posts to rotate, in seconds. The default is 5,000 seconds. Generally, posts are rotated on a faster basis, changing every five or 10 seconds.
-
4
Choose the number of feature posts to show in the slideshow. The default is four. Set the size of the feature posts box in pixels. Leave this set to the default setting until you view the box live on the site to determine if you want to enlarge it or make it smaller.
-
5
Click "Show Advanced Options." Input the category ID for the feature posts. You may want to create a separate category specifically for feature posts.
-
6
Click "Editor" beneath "Appearance." Open the "Index.php" file. If you've created a custom file for a homepage, open it instead.
-
7
Paste the feature slideshow generator tag in the place where you want the show to appear. In most cases, you'll want to place the tag directly beneath the header or navigation bar. The tag is:
<?php feature_slideshow_init(); ?>
-
1