Elementor Search Page no results error

This topic contains 16 replies, has 3 voices, and was last updated by  Rudi Khoury 4 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #512076

    Kiran
    Moderator
    Post count: 7069

    Hi Rudi,

    Use following snippet to overwrite no posts page content.

    
    
     
    /**
     * Astra + Elementor Pro overwrite no results page.
     *
     */
    function gd_snippet_search_no_posts_page() {
    	if ( ! is_admin() && empty( get_the_ID() ) && geodir_is_page( 'search' ) ) {
    		$_GET['theme_template_id'] = 52848; // REPLACE ELEMENTOR SEARCH PAGE TEMPLATE ID FROM TEMPLATES > ALL.
    	}
    }
    add_action( 'wp', 'gd_snippet_search_no_posts_page', -1 );

    Kiran

    #512239

    Rudi Khoury
    Full Member
    Post count: 36

    Kiran, you are a legend! Thank you!

Viewing 2 posts - 16 through 17 (of 17 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket