IT Nursery
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 ) );...
  • May 2, 2022
  • 0 Comments
IT Nursery
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...
  • May 2, 2022
  • 0 Comments
IT Nursery
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...
  • May 2, 2022
  • 0 Comments