I am trying to select Featured Slider category but its still showing the first three posts in the slider. How to fix it?
I am using Swift 3.0.5 and WP 2.8.4.
Questions on this forum will no longer be answered, post your support queries on the new forum
I am trying to select Featured Slider category but its still showing the first three posts in the slider. How to fix it?
I am using Swift 3.0.5 and WP 2.8.4.
Hello,
Thanks for pointing it out, I wouldnt have noticed it myself. I will fix it in v3.1,
till than use this fix.
Find the following line in swift/includes/featured.php (line 10)
$query='cat='.$swift_featured_category.'&showposts='.$swift_featured_posts_number;}
Replace cat with category_name
You must log in to post.