Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Creare

    (@shane-welland)

    Ah that’s an interesting point, I’ve not worked in Thesis yet but I’ll check it out – it’s quite likely the way the template is loaded conflicting with thesis.

    Thread Starter nodack

    (@nodack)

    Good news! “Girlie” at the Thesis forum came through with an answer that worked:

    1) Create a Custom Template named “Advanced Search”.

    2) Copy the Page Template to the new “Advanced Search” Custom Template.

    3) Assign the “Advanced Search” Custom Template to the Advanced Search Page.

    4) Add this code to your Skin’s custom.php file:

    PHP Code:
    remove_action( ‘template_redirect’, ‘acps_results_template_redirect’, 1 );

    And it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any additional set up needed if used with Thesis?’ is closed to new replies.