Tagged Questions
-1
votes
0answers
48 views
Sort post in a category alphabeticaly with the stick in that category on top?
I need to be able to sort posts in categories alphabetically with the sticky posts in that category listed first on top also sorted alphabetically.
Apple*
Banana*
Watermelon*
Coconut
Grape
Orange
...
-1
votes
1answer
122 views
Sticky post for all pages and categories
I want to have a sticky post for all my pages and categories. The choice of "sticky post" in the edit post, didn't work. I found many pieces of code but I haven't the result that I want. I prefer to ...
0
votes
1answer
81 views
Category sticky latest
I've been trying to write a script that shows the latest (single) post (in a particular category), however, if the user has chosen to have a post be sticky then the sticky post shows. When the sticky ...
4
votes
2answers
1k views
Show Sticky Posts in Category Archive
I'd like to be able to show sticky posts at the top of category pages. I'm using archive.php for my category page.
I'm using the code below to display sticky posts at the top of my category archive ...
2
votes
2answers
1k views
Sticky post for each category on category pages
I think the title is self explanitory.
I would like to show category.php a post I set as sticky post for that category.
Do you know a good plugin or a code to do this?
Thanks,
Sarit
1
vote
2answers
595 views
Using categories & “stickyness” together
I've got a custom query on my homepage showing all posts in a certain category. I need this query to respect sticky posts, but it seems from my research that category queries ignore stickyness. My ...