• i have 2 problems with static homepage. First, how to change the name in the menu? it says “home” but the name of the static homepage is “start” .. how to change?

    Then I want to remove comments on every page. removed this:
    <?php comments_template( ”, true ); ?> in page.php

    the comments are gone but still remain on the static startpage..

Viewing 1 replies (of 1 total)
  • 1) if you use a custom menu you can change the menu text on pages.

    2) you shouldn’t need to change page.php to remove comments. There is a flag you can set when editing the page. page.php is only used for the default template, if you use another template for the static page you will need to use that flag or modify the other template.

    /peter

Viewing 1 replies (of 1 total)
  • The topic ‘static homepage problem’ is closed to new replies.