I’m adding a custom profile field to users of a specific role, like this : function add_custom_profile_fields( $fields ) { // get current user ID $user = new WP_User(...
How can I completely remove the custom fields and the collapse button in the Edit Post/Edit Page custom screen, but without removing the capability to add custom fields with...
I just discovered a new meta field on the newly created custom post type page. The meta name is slug, and it’s under the wp editor field. What’s that,...
I have a custom post type named houses. Inside my custom post type I have several custom fields which I created using ACF. What I need to do is...
I need to add about 50 properties to a product, such as heigh, width, location etc. I created custom taxonomies for every property and ran into serious problems. First...
I’m trying to show result for a custom field that is not empty on a custom post type but getting no results? <?php if (have_posts()) : $args = array(...
Wanted some opinions on a solution I’m trying to come up with: I have a fan/enthusiast plugin I’m working on for fans of TV shows. One of the custom...
I’m having to design an e-commerce site where users should be able to create a product from front-end. In WordPress, the product will simply be a post with custom...
In my WordPress site I have created a custom field for author website link. but I don’t know how to make it hyperlink, so people can click on it...
i have been working on a custom system for my site where users can have a seperate account, setting and profile page to make my site a bit more...