Forums

[resolved] suppress sub pages message (2 posts)

  1. mauvan
    Member
    Posted 4 years ago #

    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

  2. Darkstarfmc
    Member
    Posted 3 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic