Support

Account

Home Forums ACF PRO ACF Fields Don't Appear in Archive Template Reply To: ACF Fields Don't Appear in Archive Template

  • I’ve seen similar things before, that’s basically what you need to do. Create template for the custom post type or custom taxonomy or edit the existing template for the theme for that post type or taxonomy, use the hooks for Genesis to call functions and then in those functions use the correct ACF functions to display the content you want to show.

    Using Genesis basically adds a couple of extra layers of work that’s needed to get the job done, which is one of the reasons I avoid frameworks. My view is that Genesis is fine if you don’t want to or need to do a lot of coding but as soon as you need to, well…. At any rate, me and several others here can help you with the ACF code, but figuring out where to put it will require someone that really understands the framework.