• Resolved christophfox

    (@christophfox)


    Hello,
    I am using Custom Post Type UI for creating a special taxonomy.
    Is there any possibility to combine a link created with simple link to a certain taxonomy.
    For example I use the taxonomy “architects” and want to connect the url of certain architect to the architect tax.
    Would it be working with an additional field filled with the same text than the taxonomy and than calling the link by the additional field filled with the taxonomy text?
    See an example page here:
    https://www.andrew-phelps.com/4-sided/gruene-mitte-linz/
    at the bottom you will find the architect, next to it there should be the link.

    thank you
    fox

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Hi Fox,

    You may either enter the link to the taxonomy directly as the link’s url, or you could do it using an additional field as you suggested.

    Have a great night!

    Mat Lipe

    Thread Starter christophfox

    (@christophfox)

    Dear Mat Lipe,

    It’s not possible to use the link’s url of the taxonomy for the website link, because I use this calling all the works of this architect.
    When showing a single post, the link related to the additional field called ‘architect_link’ with exact the same text like the term ‘architect’ should be shown.
    Can you help me with a string I can insert into my template?
    I call the architect by
    the_terms( $post->ID, ‘architect’, ‘Architekt: ‘, ‘ | ‘ );
    best fox

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘automatically combine tag with link’ is closed to new replies.