IT Nursery
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...
  • June 4, 2022
  • 0 Comments
IT Nursery
Been digging into WP files for a bit and think I just might be missing something. The end-goal is to remove the Theme Locations metabox from the Menus screen...
  • June 3, 2022
  • 0 Comments
IT Nursery
I’ve built a basic meta box and have this in my functions.php. The current code: add_action( 'admin_print_styles-post-new.php', 'portfolio_admin_style', 11 ); add_action( 'admin_print_styles-post.php', 'portfolio_admin_style', 11 ); function portfolio_admin_style() { global...
  • June 3, 2022
  • 0 Comments
IT Nursery
I’m following this tutorial by Justin Tadlock on creating meta boxes. http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/ I can get a meta box with a single field to work without problem but I would...
  • June 2, 2022
  • 0 Comments
IT Nursery
I am using http://www.farinspace.com/wpalchemy-metabox/ and have created my meta boxes and the data is being saved successfully (See below) but I don’t know how to output these ‘ingredients’ on...
  • June 2, 2022
  • 0 Comments