Tagged Questions
3
votes
1answer
203 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 ...