Support

Account

Home Forums General Issues Category Links Reply To: Category Links

  • Hi @treebeard

    No worries.

    You need to break your task up into easy to tackle stages.

    1. Create a field group for the taxonomy, and add an image field.

    2. Edit your taxonomies and add the image data for each

    3. Create a custom page template an give it a name such as ‘Taxonomy Thumbnails’

    4. Create a page in the CMS and use this page template. View the page to see a blank white screen.

    5. Search on WP how to get all the taxonomy terms and loop through them. There is lots of documentation for this on the web.

    6. Finally, within the taxonomy loop, use the term_id to load in the ACF image data and render the image!

    7. Pop open a beer!