[Resolved] Disable Excerpt on certain pages

Home Forums Support [Resolved] Disable Excerpt on certain pages

Home Forums Support Disable Excerpt on certain pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1002853
    Ian

    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.

    #1002869
    Leo
    Staff
    Customer Support

    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 🙂

    #1003012
    Ian

    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.

    #1003026
    Leo
    Staff
    Customer Support

    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.

    #1003032
    Ian

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

    #1003039
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.