Hi,
I would like to use the sticky posts option to put some articles on top of blocks. I have used your solution mentionned here : https://forum.tagdiv.com/topic/sticky-posts/
But, unfortunatly it doesn’t work in my case.
I use :
– the block 2 to display only one category
– a small slider to the same category and featured posts
– unique articles : activated
With the previous solution, the sticky post works only when I choose the option “- All categories -” for the block 2, not when I specify a category.
Any hack to activate the sticky post with a category?
I hope 🙂
hi,
when you create a post make it sticky:
1) http://screencast.com/t/ZE87hwrE
2) http://screencast.com/t/eIYKfj4Q9
Thanks for you message.
Radu A.
Hi,
Thank you but I know how to make a sticky post…
The sticky post doesn’t works in MY CASE
Thank you to first read my message!
Hi,
Add this code:
$wp_query_args = array(
'ignore_sticky_posts' => 0
);
Thank you for you response.
Unfortunatly it’s not really what I expected.
In my case:
– Slider “Cat1” + “Featured”
– Block “Cat1”
– Posts repeted: no
Your solution puts the post “sticky” in the Slider, even if it is not in “Featured”
I would like to have only the sticky option effective in the block.
-
This reply was modified 12 years by
vertexpolygon.
