I use a theme (Paalam) which shows which subpages are available, like:
This page has the following sub pages.
1.
2.
etc.
For me this is not relevant. Is it possible to suppress this?
Thanks for any help
I use a theme (Paalam) which shows which subpages are available, like:
This page has the following sub pages.
1.
2.
etc.
For me this is not relevant. Is it possible to suppress this?
Thanks for any help
Right,
go to your theme directory and find the file sidebar.php
open it in an editor such as dreamweaver and find the code that looks like this:
<div class="box-right">
<h4>Sub-Pages</h4>
<?php echo $children; ?>
</div>
Simply delete the div (all the text above) save the file, and upload it to your server.
There you go.
This topic has been closed to new replies.