• Resolved gsmobina

    (@gsmobina)


    Hi,

    I created few custom fields and custom taxonomy using ACF free version.

    3 group fields includes: author(s), publication date & resource type

    and called them to the single post like this

    <p><strong> By:</strong> <?php the_field('authors_resource'); ?> | <?php the_field('date_of_publication_month_and_year'); ?> |  
      <a href="#"> <?php the_field('type_of_resource'); ?> </a>
      </p></div>

    Custom Taxonomy is Type of resources and the key is ‘type-of-resource’

    Custom Taxonomy, I have already added the types and posts are selected with them.

    My question is how can I link the type of resource in the single page I added so it will go back to the archive of the resource type? refer the bolded line in the above code.

Viewing 1 replies (of 1 total)
  • Plugin Support ACF Support

    (@acfsupport)

    Hi @gsmobina

    ACF Support Team here. This forum is generally used by ACF users to help each other out.

    However, we would love to continue investigating and troubleshooting this issue, please can you create a ticket using our ?support form and we can look into it further.

Viewing 1 replies (of 1 total)
  • The topic ‘Linking a Custom taxonomy’ is closed to new replies.