Place accordion using “do_shortcode”
-
I am trying to place an accordion on my search results page just above the search results using the do_shortcode function in my PHP code but it won’t work.
I’m using do_shortcode as I am supposed to, which is:
<?php echo do_shortcode( '[WPSM_AC_SH id=186]' ); ?>
But the accordion does not show.
Is there a way to get the accordion to show anywhere I place the “do_shortcode” in the PHP code of any type of page, like search results page?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Place accordion using “do_shortcode”’ is closed to new replies.