• Resolved smart1k

    (@smart1k)


    Hello.
    REQUIRED: This theme doesn’t seem to display tags. Modify it to display tags in appropriate locations.
    I’m getting this warning.
    I don’t use:

    • the_tags()
    • get_the_tag_list()
    • get_the_term_list()

    But i’m using the_taxonomies function instead.

    P.S. Great thanks for the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem. I’m looking for an solution everywhere, but I can’t find any ??

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    The solution is simple: Use one of those functions. Using the_taxonomies() is for displaying things from arbitrary taxonomies. To display tags, which are a built in taxonomy, you need to use one of those more specific functions.

    Easy ?? I changed it to use the_tags(), and now it’s working. I was using get_the_tags() before, I thought it would be also valid, but it was not.

    Thanks

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Using get_the_tags should work fine, since it’s just checking for “the_tags” in the code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘REQUIRED: This theme doesn't seem to display tags.’ is closed to new replies.