Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro ugly design

Viewing 3 posts - 21 through 23 (of 23 total)
  • Trevor Moderator
    #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.

    robert stojanovic
    #90752

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

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

The topic ‘ugly design’ is closed to new replies.