• Hey, the plugin works with custom post types, though it does not seem to work with ACF fields. Regardless of the exact field names, the front end will show just an empty container. Honestly, not a big issue as it can be worked around with some minor coding, but probably worth looking into.

    I reckon it might have something to do with the global $post variables if you use any as those use the page and not the post it’s meant to display. By creating a custom query I can make the pages display the relevant data, but it should probably be done by the plugin.

    Still, the bigger issue seems to be related to the meta titles and descriptions which pull though like this while using Yoast or Rank Math:

    “<title>Template page title instead of post title</title>

    <meta name=”description” content=”Template page meta .elementor-304 .elementor-element.elementor-element-c393822{padding:2em 2em 2em 2em;}.elementor-304″ />”

    It seems that the meta description pulls through some of the page content as well and they don’t take the actual post data into consideration.

  • The topic ‘Custom post page meta data errors’ is closed to new replies.