Display Custom Fields on Meta Bar

  • Author
    Posts
  • #54642

    Hi, I’ve created some custom taxonomies and would like to know how to display it on meta bar like author, date, category, etc.

    Thanks in advance!!

    #54680
    Zed
    Cryout Creations mastermind

    If you’re using a custom post type, you will need to write the custom template files (based on base ones) that render them with the desired taxonomies visible.
    If you’re adding taxonomies to default posts, you’ll need to customize the base templates rendering posts directly – the code for this is split between the template files (archive, single, so on) and the functionality files (includes/*.php)


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #54792

    Ok, thanks for the advice, I’ll try that.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Display Custom Fields on Meta Bar’ is closed to new replies.