Forums Forums Search & Filter Pro Customising Results Page

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Ross Moderator
    #17567

    Hi Dave

    What method are you using for displaying results?

    If you are using archive you should be able to grab the data by using the global $wp_query.

    global $wp_query;
    var_dump($wp_query->query);

    Thanks

    Anonymous
    #19002

    Ah yeh – that does work. Not sure what was going wrong before then…

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)