custom-field
Custom Post Type – Taxonomy Dropdown Menu?
I have created a custom post type and added various meta boxes/fields to this custom post type. All is working excellent except for one element…
Add custom taxonomy fields when creating a new taxonomy
Edit: Important note for WordPress v4.4 onward This question used a great workaround for the lack of real term meta in older versions of WordPress, but since the release of WordPress v4.4, real term meta has been introduced, and that’s definitely the way to go now. Here’s a post that looks like a good starting … Read more
Automatically fill custom field value on post publish/update
I’ve searched around a bit, and I’m having trouble finding an answer to this question. What I’m trying to do is automatically fill a custom field when a post (custom post type) is updated or published. Ideally the completed script will call out to an API and fill the custom field with the resulting information whenever a post is created or updated. For right now though, I’m just trying to automatically fill my custom field with a simple string for testing. Here’s my code:
Why isn’t my code to save custom fields in quick edit working?
I have some code that allows me to add custom fields to the quick edit and bulk edit sections of a custom post type. Here’s what I’m using: https://github.com/bamadesigner/manage-wordpress-posts-using-bulk-edit-and-quick-edit
Populating meta box with select-list of existing posts, and assigning it to custom post types
My question is partly based on this answer:
https://wordpress.stackexchange.com/a/5778/27135
Prevent duplicate posts in wp_insert_post using custom fields
My source links are something linke this :
How to display all custom fields associated with a post?
What is the best way to display/dump all custom fields associated with a post? It doesn’t have to be pretty, I just need to verify what is being saved in what field array for debugging.
Only show metabox when date-value in other metabox is over?
probably a weird question.
I’m using the custom MetaBox and CustomFields Class by jaredatch on Github.
How to display multiple Post meta_key/meta_values by SQL query
I haven’t found a solution to displaying multiple postmeta meta_key/meta_values by SQL query of a post. I am using the Advanced Custom Fields (ACF) plugin on another website and trying to pull the contents of the posts on a secondary website. Everything displays well except it is not able to display more meta_values.
