[Support request] Remove page title

Home Forums Support [Support request] Remove page title

Home Forums Support Remove page title

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #519186
    Tim Zurawski

    When I go to a product page (http://lendergifts.com/store/?model_number=HSH2), the text Home/Shop is there beneath the header. It is also in the shopping cart software (wp easycart). They are both hot links.

    I want to remove the top one that Generate Press put there. I found a “snippet”, but never have used that feature and firstly, don’t know if it addresses what I am trying to accomplish and secondly, where to put it! Any help would be appreciated.

    Is this what I want and if not what do I need and IF it is what I want, how and where do I put it…

    generate_show_title

    add_action( ‘after_setup_theme’, ‘tu_remove_all_titles’ );
    function tu_remove_all_titles() {
    add_filter( ‘generate_show_title’, ‘__return_false’ );
    }

    thank you,

    #519313
    Leo
    Staff
    Customer Support

    Hi there,

    Both titles (Home / Shop) are actually from the plugin so unfortunately the snippet wouldn’t work.

    I would recommend checking with their support to see how to use their function to filter one of them out.

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