• Resolved Chris Cook

    (@cccamuseme)


    I would like to show on a single custom post type page or I would like the code to display in a template file.

Viewing 1 replies (of 1 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @cccamuseme,

    Please go to file ‘wp-contact-slider/inc/wpcs_meta_fields.php’ ,
    add your custom post type slug in line no 213, line no 213 should look like below

    'post_type' => array('post','page'),

    This way you will be able to add custom-post-type posts in ‘Display on Selected Posts & Pages’ option.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Show on CPT’ is closed to new replies.