Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #821333
    #821401

    Hey Günter,

    Can you post a link to your site? showing the results of the code (you can post it in private content if you want it to be viewed only by moderators). If you check on wordpress codex: https://codex.wordpress.org/Function_Reference/get_the_term_list you should be getting the name which is linked to its proper taxonomy.

    Best regards,
    Nikko

    #821517

    Hey Nikko,

    you see, I have three taxonomies, labeled as:’Wirkungsbereich‘, ‘Themenbereich‘ and ‘Zielgruppe‘. You can compare each of it with ‘Category‘ in Posts or ‘Portfolio Category‘ in Portfolio.

    The special taxonomy-terms are displayed well, e.g. ‘Vienna, Salzburg, Tirol’ but I want to display the taxonomy-label before, like

    Category: Vienna, Salzburg, Tirol (in post)
    Portfolio Category: Vienna, Salzburg, Tirol (in portfolio)
    Wirkungsbereich: Vienna, Salzburg, Tirol (in my cpt organisation)

    Best regards,
    Günter

    #821569

    Hey Nikko,

    an unexpected solution occurred! WordPress provides the function the_taxonomies() in /wp-includes/taxonomy.php, line 3934. This function does exactly what I need. So I only have to replace the enfold ‘post-meta-infos’ with this function.

    Your hint at wordpress codex gave the direction!
    Thank you very much!

    Günter

    #821761

    Hi Günter,

    Glad you found the solution! Great job!

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.