Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
I am trying to create theme pages for custom taxonomy terms in which the archives are ordered by a custom meta field. I can do this with a new...
I’ve asked a related question previously, but I think I’ve finally worked out the crux of my issue. I’m using Advanced Custom Fields and have a number of custom...
In WordPress 4.4+, how do you enable revisions for Custom Post Types along with their metadata? How can you get this information to appear in the diff view? I’ve...
I want to add some more profile fields to WordPress. It works fine with normal text box: <input type="text" name="gender" id="gender" value="<?php echo esc_attr( get_the_author_meta( 'gender', $user->ID ) );...
This question is almost what Im trying to achieve. Create a filter for posts based on a custom field. My custom field is a date and I would like...
I have a custom meta box set up that allows users to paste the Youtube URL of a video so that it can be embedded into a post/page. The...
I’m needing some posts to have different title colors than others, and I figured this would be most conveniently accomplished by some sort of check box on the post...
I have 3000 posts with that custom field name ‘refer’ and i need to change it to ‘ref’ for theme needs, instead of doing it manually i need a...
I want to add add_meta_box to specific page type like Page Template, Like Product Template. I am using this article http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/ to try it. 4 s 4 If your...