2 tilqicom May 25, 2010 15:50

thanks, got it
It too am looking where to place the code in the single.main.php so I can have the sidbar on every page. I am using the evopress page. Thank you
tilqicom wrote:
You can not make it appear on every skin, as every skin uses its own widget containers, however you can make sure the sidebar exists in everywhere in your selected skin...
Just make sure sidebar is included in index.main.php (and in posts.main.php and single.main.php if you have those)
<?php
// ------------------------- SIDEBAR INCLUDED HERE --------------------------
skin_include( '_sidebar.inc.php' );
// Note: You can customize the default BODY footer by copying the
// _body_footer.inc.php file into the current skin folder.
// ----------------------------- END OF SIDEBAR -----------------------------
?>
You can not make it appear on every skin, as every skin uses its own widget containers, however you can make sure the sidebar exists in everywhere in your selected skin...
Just make sure sidebar is included in index.main.php (and in posts.main.php and single.main.php if you have those)