Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    you’ll need to modify things at the theme level. I’d recommend duplicating single.php into single-post_type.php with “post_type” in that file being the chosen slug for your post type. That new file will be selected for the single post type views on your site, and you can safely remove the custom field display without affecting the default posts.

    Thread Starter elisafern

    (@elisafern)

    I already have a single-post_type.php file for my Custom post type.

    I was talking in the backend, when I create a new custom post type (who has Post capabilities), the custom fields are displayed both in the post pages and custom post type page in the backend.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    You can hide them on the custom post type post editor via the Screen options tab at the top of the page.

    Thread Starter elisafern

    (@elisafern)

    Ok Thank you, working now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Object type Post rendering on Custom post types’ is closed to new replies.