This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Creating a results page (not live filtering), sorted

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Creating a results page (not live filtering), sorted Reply To: Creating a results page (not live filtering), sorted

#55319
info_piT4info_piT4
Participant

Question. Is it possible to place the settings box ([wpdreams_asp_settings id=8 element='div']) on the search.php but not show it on the front page? Or do I need to create two search instances for this?

I already tried <?php echo do_shortcode(‘[wpdreams_asp_settings id='.intval(BG_ASP_INSTANCE_ID).'element="div"]‘); ?> in search.php
But that doesn’t show anything, and the turning the settings by default on on the front page is of course going to result in displaying the settings on default on the front page.

Sorry if this is a silly question.