• Resolved michel1991

    (@michel1991)


    I have created a custom post type and i want to hide the intro at the wp-admin/edit.php?post-type=faq page.

    i dont know the exact name. I dont think its a realy excerpt and cant find something useful on the internet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The default WP installation does not have any intros on any post list screens. It is probably inserted by whatever plugin is responsible for the ‘faq’ post type.

    In any case, you might be able to hide it with some custom admin CSS. Identify a way to select only the intro and nothing else, then apply display: none; property with that selector.

    Custom admin CSS is covered in Creating Admin Themes.

    Thread Starter michel1991

    (@michel1991)

    Found it. It was just a simple switch in the back-end. Right above the pages and under the search field.
    mode was excerpt and is now list.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide the excerpt/intro in wp-admin cpt overview?’ is closed to new replies.