• Anonymous User 13711045

    (@anonymized-13711045)


    First time using this plugin in a while. How do I add a title to the IDX pages? I can see in the plugin code where the custom post type only supports ‘editor’. Why is this? Every IDX page I create is titled ‘Auto Draft’.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Anonymous User 13711045

    (@anonymized-13711045)

    Looking through the code some more, there are duplicate options for the ‘supports’ attribute when registering the custom post type. One line has this…

    ‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’),

    …while another one further down has this…

    ‘supports’ => array(‘editor’),

    …how in the world was this allowed to be released and nobody has caught the bug in a month?

    Hello @thekendog

    We have already corrected the issue and will be doing a release sometime soon to get this fix out to folks.

    We appreciate your patience!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Title to IDX Page’ is closed to new replies.