1 stellamarie May 25, 2010 11:03
3 stellamarie May 26, 2010 05:22
thanks, got it
4 kieranmullen Jun 01, 2010 10:38
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)