Featured post sliders
You have an option to choose between two different slider styles in SWIFT, “Lite” and “Large Image“.
- Select the slider of your choice.
- Select the featured posts category.
- Select the number of featured posts to be shown in slider.
- There is a check box saying “Skip posts shown in the slider from WordPress loop”. check this if you don’t want the posts shown in the slider to be displayed again below it. It is advised to check this option to avoid duplicate content issues on search engines.
DISABLE thumbnails in slider
Check this option if you do not want to show thumbnails in LITE slider. Without thumbnails it looks like this.
DISABLE thumbnails on home page
When you are using blog layout with excerpts enabled on home page, you have an option to disable thumbnails.
Display excerpts on home page
Check this box if you would like to display excerpts rather than full posts on the home page. Excerpts are summaries or descriptions of a post. This option doesn’t affect the more WordPress function, and it has no effect while you select magazine layout for home page.
Display excerpts on archive pages
This is same as the above option, except this applies to category,tag, archives and search results pages.
Number of full length posts
When you are using blog layout with excerpts enabled or the magazine layout and want to show some posts in full length, use this option.
Enable popular posts on home page
When your are using blog layout on home page, you have an option to show your popular posts as shown in the screenshot below. Popularity of the post is calculated based on the number of comments it gets. If you don’t have comments on any of your posts, it will not show any posts.
Popular posts are picked based on the number comments a post has. If none of your posts have any comments, then no popular posts will be shown.
About me..
When using full page magazine layout, there will be a blank space next to slider. You can add content to that blank space here. Can be used to add a short bio of your self or a 300*250px advert.
FAQ’s
1. Slider works only with Recent Posts?
2. Cant change featured posts category ?
goto includes/featured-slider-1.php, or includes/featured-slider-2.php depending on the slider you are using and change these lines to
|
1 2 3 4 |
if($opt['swift_featured_category']&&$opt['swift_featured_category']!='Show recent posts')
$query='category_name="'.$opt['swift_featured_category'].'"&showposts='.$opt['swift_featured_posts_number'];
else
$query='&showposts='.$opt['swift_featured_posts_number']; |
to
|
1 2 3 |
//5 is the id of the category you want to show in featured slider, and seven is the number of featured posts.
$query='cat=5&showposts=7';
//You can show posts from multiple categories in the slider by replacing 5 with 5,8,9 |









37 thoughts on “Guide to Home and Archive page options in SWIFT”