We are posting articles authored by guest authors. The guest authors will not be logging in to the site, and we don’t want to create users for these guest...
When I do something like this (in my plugin function inside WP admin): $metaboxes = get_post_meta( $post_id ); echo "<pre>"; print_r($metaboxes); echo "</pre>"; die(); I get all my metaboxes...
I have a custom metabox which uses wp_editor and when i switch to text editor instead of visual the main content tinymce also changes to text view when i...
I had create a custom field “date” with this format 16/09/2013 (d/m/Y). How can i compare date and show only post with date from today ? This is my...
OK. I am reading this ACF tutorials, but I am not getting into this. I have 2 post types: Lists and Contacts. Every List must be related to some...
I have meta key “Due” for posts….if a post has expired (past the current date or not equal to it) then it should not be displayed in the count...
Basically, I’m trying to follow this tutorial to add an action to the pre_get_posts and create a custom meta_query so I can alter the query within the URL and...
Background: The WordPress Answers site has two questions which ask about how to enable sticky posts on custom post types (see how to make custom posts sticky? and Enable...
I have a custom field called “website_url”. It should be unique. Ex: If a author set “https://wordpress.stackexchange.com/questions/ask” as the custom field value as a post, “https://wordpress.stackexchange.com/questions/ask” can’t be used...
I am trying to display an post to my home page based on a selection. What I mean is in the backend I have a custom post that has...