Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By robertnbg

Thread: hot to use search and filter pro plugin pro

  1. #1
    Thread Starter
    Expired Customer robertnbg's Avatar
    Join Date
    May 2016
    Posts
    137
    Thanks
    0
    Thanked 0 Times in 0 Posts

    hot to use search and filter pro plugin pro

    So, for clasipress 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.
    jomarkosabel likes this.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Bad word filter plugin
    By masandra in forum ClassiPress General Discussion
    Replies: 0
    Last Post: February 24th, 2015, 11:37 AM
  2. Replies: 1
    Last Post: August 24th, 2014, 06:27 PM
  3. [SOLVED] Map / location search filter doesn't work - the post search filter works fine
    By tdelude in forum Report JobRoller Bugs
    Replies: 4
    Last Post: May 23rd, 2013, 10:35 AM
  4. Replies: 1
    Last Post: April 29th, 2013, 06:10 PM
  5. Search Filter - advanced search feature
    By davidvdberg in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: August 19th, 2012, 01:04 PM