Tagged Questions
0
votes
1answer
132 views
marking a post that was sticky on category template
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?