ASong2U_Web/wp-content/themes/score/search-single.php

13 lines
454 B
PHP

<?php get_header();?>
<div id="content">
<div class="padder">
<?php do_action("advance-search");//this is the only line you need?>
<!-- let the search put the content here -->
</div> <!-- end of padder... -->
<div class="clear"> </div>
</div><!-- Container ends here... -->
<?php locate_template( array( 'sidebar.php' ), true ) ?>
<?php get_footer();?>