how is sidebar called in pool theme ??
-
ok, i’ve searched everywhere and i haven’t seen this addressed.
i’m using the Pool theme, which is great, but i want to switch the sidebar off on a few of my static pages, except i can’t figure out how the sidebar is called in the first place.
there is no get_sidebar include in the index.php, or any of the other templates.
for example, this is the entire code for the links.php template, which calls a sidebar:
<?php
/*
Template Name: Links
*/
?><?php get_header(); ?>
<div id=”bloque”>
<div id=”noticias”>
<div class=”entrada”>
<h2>Links:</h2>-
<?php get_links(-1, ‘
- ‘, ‘
‘, ”); ?>
</div>
</div><?php get_footer(); ?>
can somebody please tell me how pool derives its sidebar?
in case it helps, my not-yet-finished blog is here:
http://www.cummings-info-design.com/any elucidation would be appreciated.
thanks
The topic ‘how is sidebar called in pool theme ??’ is closed to new replies.