• Resolved chihkun

    (@chihkun)


    I added two taxonomies studio and model

    View post on imgur.com


    After I filled out the information, only the tag appeared in the article.
    What can I do to make the taxonomy that I fill in the article display like a tag?
    Automatically have text and links.
    any shortcode or method?

    thank you very much

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

    (@tw2113)

    The BenchPresser

    If you’re looking for “Tagged in: Term 1, Term 2” etc then you’re going to need to modify your active theme template files to account for these new taxonomies. Chances are the theme developer only handled categories/post tags which are 99.99% likely to have support for. They can’t predict custom content types from individual users. Thus our situation here where customization is needed.

    Thread Starter chihkun

    (@chihkun)

    Yes, I want to show in post what I added, such as the picture mentioned above.
    Studio:studio1
    Model:model1, model2
    Tags:tag1,tag2 (WordPress preset)
    I can modify my theme template,
    but what code should I add to call the data display?
    <?php ..

    thank you

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    For some learning purposes, I’d crack open the template files and see what’s being used already. They may have some code you can copy/paste/modify to fit this new need.

    At minimum, I’d check out https://codex.www.ads-software.com/Function_Reference/get_the_term_list and play around with it until you have the results you’re wanting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to make the added taxonomy appear in the post like the tags’ is closed to new replies.