• Resolved mauvan

    (@mauvan)


    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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)

The topic ‘suppress sub pages message’ is closed to new replies.