Site logo

Archived topic

Disable Excerpt on certain pages

5 replies · Started by Ian on September 6, 2019

Viewing posts 1–6 of 6

I’m using WP auto terms and it generates pages for terms and conditions, however, it does not support excerpts yet. They tell me it will be in the next update but in the mean time, can I disable excerpts on those pages. You can see them in the footer of the site.

Hi there,

Sorry not sure if I fully understand.

The excerpt should only show on index pages like blog/archive/category pages.

Don't think I'm seeing any excerpt in the footer of your site?

Let me know what I'm missing :)

Sorry, did not explain properly. If you go to the footer at the very bottom and click on terms or privacy policy you will see the excerpt appears in the header.

On these two pages, terms and privacy policy I would like the excerpt to be disabled.

You could try this CSS:

.pp-sub-heading {
    display: none;
}

If not then it might be good to check with the plugin support to see if there is a temporary fix before they release the update to fix this.

You are a legend, that did the trick, thank you!

No problem :)

This archived topic is closed to new replies.