Hello,
Hope all is well with the TagDiv crew.
I have been successful in offsetting the posts on my Home page, but I have not been able to find an solution to offsetting the posts below my main slider on Category Pages.
Any help you can provide to resolve this is greatly appreciated. I use the Child Theme.
Thanks.
Philip
Hi,
Use this filter http://pastebin.com/VJssRkec
Add it in functions.php file and modify the offset as you like, currently is set to 5.
Thanks
Hi,
Yes, you can do it from page-category-slider.php file, like this: http://screencast.com/t/W6rSS5pbzQk just add 'limit' => 2 and change the value of the limit on how many posts you want the slider to show. Also make sure you put this comma http://screencast.com/t/FUOHjRtcCrZX otherwise it will not work.
Thanks
Hi,
As you can see in the code the sort order for category slider is featured, so if you want to show random post there you can change it like this – http://screencast.com/t/3KrBRq56ATC
random_posts
Thanks!
Hi,
You have changed only the sort order so the articles from slider should be displayed from the same category.
Thanks!
