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
...
0
votes
1answer
87 views
How to change text (date) in post base on the day
So the question seem unclear, i rewrite it to hope for the best and get some great ideas.
I write a WordPress Sticky post (always first on top). In that post text there is something written like : ...
3
votes
1answer
202 views
Code to make a post sticky
How is it possible to upgrade a post to make it sticky directly from code, not by admin area?
Is it possible through a code like:
update_post_meta($post_id, $meta_key, $meta_value, $prev_value);
In ...
0
votes
3answers
111 views
How to automate featured posts number? [duplicate]
Possible Duplicate:
featuring old articles without messing up with the archive
Let's say you have a category called "featured". and you use that to feature posts.
And the theme you have has ...
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?
1
vote
1answer
61 views
How to get 1 or 2 specific posts on top of my wordpress blog?
Does anyone know how to get 1 or 2 specific posts on top of my wordpress blog all the time?
I mean just like in a forum where you can sticky a post so they are always on top of the other posts.
Is ...
4
votes
1answer
399 views
Highlight a Featured Post?
I would like to "highlight" a featured post above all other posts with a special indicator.
Is there a feature in WordPress that will do this or do I need to install a third party plug-in?
I am ...