Forums Forums Search & Filter Pro display results on the same page

Viewing 10 posts - 21 through 30 (of 36 total)
  • Anonymous
    #50489
    This reply has been marked as private.
    Anonymous
    #50502
    This reply has been marked as private.
    Trevor
    #50544

    Hey

    So, I took a look and the key file is this one:

    wp-content/themes/kloe/framework/modules/blog/blog-functions.php
    

    At lines 78-83 you will find this:

    $query_array = array(
    	'post_type' => 'post',
    	'paged' => $paged,
    	'cat' 	=> $category,
    	'posts_per_page' => $post_number
    );

    If you only have one search, this MIGHT work:

    $query_array = array(
    	'post_type' => 'post',
    	'paged' => $paged,
    	'cat' 	=> $category,
    	'posts_per_page' => $post_number,
    	'search_filter_id' => '2867'
    );

    But there are issues with this approach. Every update to the theme you do would undo this. A chat on Skype would be a good thing.

    Anonymous
    #50584
    This reply has been marked as private.
    Trevor
    #50590
    This reply has been marked as private.
    Anonymous
    #50635
    This reply has been marked as private.
    Trevor
    #50869

    Hi

    It is a few days since I heard from you. Is this resolved now and can I close this thread?

    Anonymous
    #50917
    This reply has been marked as private.
    Trevor
    #50927
    This reply has been marked as private.
    Anonymous
    #50936
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 36 total)