• It is possible to rearrange the position of Blog Posts, Activity Posts and Members on the search results page? I’d like for the Members to appear first in the results instead of Blog Posts. None of my CSS tricks have worked. Thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jcfromkc

    (@jcfromkc)

    Found a work around in the support comments. I’m good.

    exentric (@exentric)
    2 years, 1 month ago
    I got this to work by changing class.BBoss_Global_Search_Helper.php
    line 437 to
    $pre_search_query = implode( ‘ UNION ‘, $sql_queries) . ” ORDER BY type ASC, entry_date ASC “;

    Thread Starter jcfromkc

    (@jcfromkc)

    Scratch that, still need help.

    $pre_search_query = implode( ‘ UNION ‘, $sql_queries) . ” ORDER BY type ASC, entry_date ASC “;

    The code above makes older items appear first.

    Is it possible to modify the order of the Blog Posts, Activity Posts and Members on the search results page? Thx again..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rearrange Blog Posts, Activity Posts and Members on Results page’ is closed to new replies.