Viewing 1 replies (of 1 total)
  • Plugin Author GatorDog

    (@gatordog)

    On the category page itself, you should just be able to put into the php code get_category_meta(‘field_name’) as long as the custom field is defined in the category editor. If that doesn’t work, may the global queried object was changed by code in another plugin or theme. Then you can try passing the term or category object itself as the second parameter to the get_category_meta function.

Viewing 1 replies (of 1 total)

The topic ‘I can't retrieve the data’ is closed to new replies.