How do I limit the status options for bulk/quick edit to only Published and Draft?
For my custom post type, I only want to have “Published” and “Draft” as the available options in the bulk edit and quick … Read more
For my custom post type, I only want to have “Published” and “Draft” as the available options in the bulk edit and quick … Read more
I have created a front-end posting and dashboard system for my users to add and edit their own posts. In the dashboard area, … Read more
When a user creates a new post it will have “pending” status. So I want the visitor (guest – not logged user) to … Read more
I’ve this plugin to create shortlink using the bitly API, but there’s a problem! function yoast_bitly_shortlink($url, $id, $context, $allow_slugs) { if ( ( … Read more
I have a very strange problem and I am stuck. I want the single page to display posts with the post_status of publish … Read more
I have a rewrite rule as this to caught old urls from a previous version of the site: add_rewrite_rule( ‘(ninos|familia|hogar|mujeres|hombres)-[a-z-]+\.php’, ‘old_id_redirect.php’, ‘top’ ); … Read more
I would like to add a metadata field to the current post based on a checkbox in a custom meta box to be … Read more
I’m use the code below to get the number of posts by a user and it works fine but it only includes published … Read more
I have a site which uses a custom template page for each image, and users can favorite an image. I am then pulling … Read more
I’m trying to create a submenu page for reordering posts/pages. Right now I’m trying to include the list that display the different post … Read more