[Support request] Filter

Home Forums Support [Support request] Filter

Home Forums Support Filter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2141198
    Andrew

    Looking to remove the entry title from all pages, besides posts, without manually clicking the option for each page, can this code be tweaked?
    add_action( ‘after_setup_theme’, ‘tu_remove_all_titles’ );
    function tu_remove_all_titles() {
    add_filter( ‘generate_show_title’, ‘__return_false’ );
    }

    #2141207
    Leo
    Staff
    Customer Support

    Hi there,

    I would recommend creating a layout element:
    https://docs.generatepress.com/article/layout-element-overview/#disable-element

    The display rule would be Page > All Pages.

    Let me know if this helps 🙂

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