Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to include any file.php via a hook ?


modemlooper
Moderator

@modemlooper

If you want to include another side bar you can do it like this in the theme files

<?php locate_template( array( 'sidebar-left.php' ), true ) ?>

Skip to toolbar