CodeHQ

Posts Tagged ‘Dynamic’

|

Sidebar.php WordPress template for dynamic sidebars | PHP

Tuesday, January 19th, 2016

This code can be added in to sidebar.php or any other theme file.

<?php if ( is_active_sidebar( 'sidebar_name' ) ) : 
    dynamic_sidebar( 'sidebar_name' );
endif; ?>

Tags: , , ,
Posted in PHP, WordPress | No Comments »