Results 1 to 2 of 2

Thread: Recent Posts screws up on search results page

  1. #1
    Thread Starter
    arthurganem's Avatar
    Join Date
    Nov 2012
    Posts
    7
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Unhappy Recent Posts screws up on search results page

    I have the recent posts widget in side bar and it works great. Except on one page. If I search for anything in the search bar, it will give me results which is good, but also replaces recent posts with featured ads. (It still says Recent Posts in the widget!) Help please? I would like to know if there is a fix, and if not how do I remove recent posts widget on the search page? I tried doing t, but it crashed website. I added the following if statement in default widgets php file, in the beginning of the recent posts function.

    PHP Code:
                $pageURL 'http';
                 if (
    $_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
                 
    $pageURL .= "://";
                 if (
    $_SERVER["SERVER_PORT"] != "80") {
                  
    $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
                 } else {
                  
    $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
                 }
                 
            
                 if(!
    strstr($pageURL,'&sa=search')) 
    I know even if it would work it would be a very ghetto fix, but its a pretty obvious bug so i need to fix it. Thanks in advance.

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Featured posts in Vantage Search results are not.. featured?
    By znassif in forum Report Vantage Bugs (Legacy)
    Replies: 11
    Last Post: September 27th, 2012, 09:06 PM
  2. Make featured ads (sitcky posts) first (top) results in search
    By fedeogue in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: June 12th, 2012, 11:08 AM
  3. Replies: 7
    Last Post: November 9th, 2011, 08:48 AM
  4. Recent blog posts under the Poster's profile page
    By Fanatic in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: April 24th, 2011, 08:43 PM
  5. Replies: 1
    Last Post: September 28th, 2010, 09:45 AM