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
August 26, 2025 at 8:15 am
#55319
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.