• Resolved danielcarrera

    (@danielcarrera)


    Hello. I want to use WordPress to make a regular static website, not a blog. Thus, I want to remove Blogroll, Archives and Categories from the sidebar and in its place I want to have a box with some custom links, like maybe to companies I work with.

    Can anyone tell me how to do that?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open sidebar.php and comment out / delete the stuff you don’t want. For example, if you don’t want the Page listing in the sidebar delete the following line:

    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    If you want to remove the sidebar altogether, just remove any instances of:

    <?php get_sidebar(); ?>

    from index.php, page.php, etc. (any template files).

    Thread Starter danielcarrera

    (@danielcarrera)

    Ok, I can do that. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Blogroll, archives, etc.’ is closed to new replies.