• I’m migrating to a new server and changing to the DarkNews theme. I use the excerpt feature to populate podcatchers but I don’t want it to show up on the post page. How do I prevent it from being visible on the page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could follow the steps below to turn off the excerpt

    Appearance > Customizer > Theme option > Archive Setting > Select Content View None

    Thank you

    Thread Starter haber67

    (@haber67)

    Thanks for the response. I’m actually trying to prevent the excerpt from showing up on the single post view.

    The archive is good as is with the excerpt displaying.

    Hello,

    You could user the CSS below in Additional CSS of Theme Customizer

    .post-excerpt {
    display: none;
    }

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove excerpt from post page’ is closed to new replies.