Home › Forums › General Issues › Getting Started with Genesis Platform › Reply To: Getting Started with Genesis Platform
Do you mean you can’t show a taxonomy archive page.
There are other templates that are related to taxonomies. The first is
archive-somename.php
That will show an archive of all posts in a post type
Then there is
taxonomy-$taxonomy.php
where $taxonomy is the name of your taxonomy. This will show an archive of the taxonomy posts.
I was going to point you to the WP template hierarchy document, but it appears they’re in the middle of some kind of switch, the page should be here https://developer.wordpress.org/themes/basics/template-hierarchy/ but redirects to something new that isn’t their yet, how nice.
On top of that you’re working in the Genesis framwork, and that has it’s own set of rules. Functions like the ACF function the_field()
will work anywhere that a standard WP function like the_content();
will work. You need to figure out how to add basic functions and for that you really need the Genesis documentation.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.