Forums Forums Search & Filter Pro ugly design

Viewing 3 posts - 21 through 23 (of 23 total)
  • Trevor
    #90750

    So, for clasipress theme (or any other appthemes theme) users, edit the child theme functions.php file and add this to the end of the file (the file should NOT have ?> at the end, so if it does, remove that line!!)

    function add_search_filter_before_page_loop() { 
      do_action('search_filter_query_posts', 3737);
    }
    
    add_action( 'appthemes_before_blog_loop', 'add_search_filter_before_page_loop' );

    Where 3737 is the form ID number (so change to yours).

    and use the As an Archive method with this.

    Anonymous
    #90752

    cool tjhanks now for first time since we buy this plugin we can use it

    Trevor
    #90754
    This reply has been marked as private.
Viewing 3 posts - 21 through 23 (of 23 total)