These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › ugly design
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.