• Hi Guys,

    I bet I am being an idiot here so apologies if this is super simple but I cannot figure it out. I am using a plugin called “Custom Fields” the Plugin URL is here: http://wordpress.org/extend/plugins/custom-fields/

    I am trying to do a very simple thing of get a custom field value from a post. I’ve got the default WordPress theme setup and I am trying to test this extension, the code I am using is below, but I can’t figure out why it isn’t returning a value!

    And yes, I’ve put something in the “test” field, it’s just a normal input box, so nothing special!

    <?php echo "test=" . get_fieldmeta(1, "test", true);   ?>
     <?php echo "test1=" . get_fieldmeta_taxo(null, "test-post", "test", true); ?>

    Please someone help! 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Fields (Simple Issue!)’ is closed to new replies.