Template not displaying
-
I’m trying to create a custom taxonomy (“Event Pages”, displaying general information about events) for Events Manager ‘Events’ and ‘Recurring Events’ post types. My configuration steps were as follows:
– I created a new taxonomy called “Event Pages” (event_pages)
– I assigned the “Event Pages” taxonomy to “Events” and “Recurring Events” post types in the advanced options
– I created a new field “event_page_content” of type WYSIWYG (Visual Editor)
– I created a new template “Event Pages Template” with the following content “{@event_page_content}” with a pod reference to “Event Pages”.
– Within “Event Pages”, I enabled the auto-templating and assigned the “Event Pages Template”
– I created a new “Event Page” called “Stammi ZH” as can be seen in the linked page above, with a content of “Test”Now, the content of the page always remains empty, it’s just the taxonomy title that shows, indicating that Pods somehow doesn’t manage to either locate or render the appropriate template. I’ve tried setting it up with “the_content” hook (which my theme supports – Neve), but to no avail either.
Am I missing something here? I got into the setup following the usual common steps outlined in various tutorial videos (Grow beyond Posts & Pages, setting up custom taxonomy etc.) but I just can’t get it to work. Any help would be much appreciated!
The page I need help with: [log in to see the link]
- The topic ‘Template not displaying’ is closed to new replies.