I’m going to excuse myself for not adding any code to this question, but there is no need for that because my whole code works fine. My problem is explained next.
I’ve made a template called template-listing-products.php
for displaying posts from a custom post type called products
, which is being used by a page in my WordPress website. In that page I have slideshow where I load images into it using ACF(Advanced Custom Fields) and list all the custom post type taxonomies names with links.
When I click a custom post type taxonomy from that page it redirects me to the template called taxonomy-products.php
where I have the posts from that taxonomy. My problem is how to use ACF to add dynamic content to those pages? Like the slideshow where I have a page.
UPDATE: Problem solved.
I already had a repeater to add images for the slideshow on every taxonomy and I didn’t understood why it’s not appearing on every category/subcategory in admin. I updated ACF and now works. Maybe this will help someone else.
Ok. So I will answer my own question.
Problem solved.
I already had a repeater to add images for the slideshow on every taxonomy and I didn’t understood why it’s not appearing on every category/subcategory in admin. I updated ACF and now works. Maybe this will help someone else.