i want some how to mark the post that has been featured (was a sticky post) in the category template. in wordpress logic it should be something like -
was_sticky();
anybody?
|
i want some how to mark the post that has been featured (was a sticky post) in the category template. in wordpress logic it should be something like -
anybody? |
|||||||
|
Check if »sticky«There's the How-to mark as »sticky«This works for posts, that have the "stick to the front page" check box checked:
How »sticky« works internallySo basically the function checks if the post-ID is inside Style as many »sticky« posts as you need & style »sticky« them speciallySo your only chance would be to show only the number of sticky posts that you need 1) on the front page and skip the rest. Then you can apply to all your archive posts the
1) You can get the newest sticky posts with |
|||||||||||||
|