Forums

[resolved] [Custom Field Template] Showing on all posts (3 posts)

  1. ellaj
    Member
    Posted 11 months ago #

    Hi,
    I'm using this plugin and would like the Custom Fields I set up to only display on the Custom Post Type I created. While the fields are showing on the Custom Post Type, they are showing on the regular Post page as well.
    Please help.
    Thank you.

  2. proximity2008
    Member
    Posted 11 months ago #

    You will need to check the type of page is being served up:
    http://codex.wordpress.org/Conditional_Tags
    look under get_post_type()

    <?php if('your_post_type' == get_post_type() ):?>
    // show fields in here
    <?php endif; ?>
  3. ellaj
    Member
    Posted 11 months ago #

    OK, thanks.

Reply

You must log in to post.

About this Topic