• Resolved freelylw

    (@freelylw)


    I created a custom-post-type with custom-taxonomy. after import CSV file into post, everything looks fine from admin dashboard, post and tags are all imported. but when I view a post on the post page, there is only the post showing, no tags showing on the page.

    I did the same import again into the WP default post type, when I view the post page, the post tags are showing under the content.

    so am I missing something, why the tags are not showing on the custom post page ? on the admin dashboard, I can see all tags are imported and attached to its post.

    Please advise , thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    You’re probably going to need to review the template files used for these areas, to see which taxonomies are set to be output. It’s possible that only the default “category” and “post_tag” taxonomies are set up, and custom taxonomies will be needed to be added extra.

    It’s all going to be theme dependent at this point.

    Thread Starter freelylw

    (@freelylw)

    thanks, is there a tutorial for how to add custom taxonomies into the theme template ? thanks

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    I’m sure there are many as a whole, they’re all going to be code based which may or may not be your forte, and they probably won’t be specific to your active theme. Thus I don’t have any one resource I can point you to other than the WordPress Developer pages. Most specifically I’d recommend checking out https://developer.www.ads-software.com/reference/functions/get_the_term_list/ especially if you’re willing to get your hands into the code.

    Thread Starter freelylw

    (@freelylw)

    thanks

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘tags are not showing on post page’ is closed to new replies.