Forums

Changing 'home' tab and removing posts date tab (3 posts)

  1. IanDavies
    Member
    Posted 2 years ago #

    Hi

    I have installed your theme which I really like. However, is it possible to rename the 'home' page to something else? If so, how is it done?

    Also, is it possible to remove the 'tab' (on the left) of each post? Again, if so how is it done?

    Thank you in advance.

    Regards.

    Ian Davies

  2. markdmac
    Member
    Posted 2 years ago #

    I too am looking to rename the home tab.

    My wordpress blog is just one page in my web site. I've created pages within WordPress and made the contact be a page redirect to coincide with the rest of the content in my web site. This is working great, but the blog pages tab says Home and I want it to say Blog. Can anyone offer a solution?

    For anyone interested in duplicating my page redirect, the code is super simple:

    <script type="text/javascript">
    <!--
    window.location = "http://www.thespidersparlor.com/"
    //-->
    </script>

  3. markdmac
    Member
    Posted 2 years ago #

    Found the solution in another thread.

    Go into your themes folder and edit header.php. The bolded code below is what displays on the tab.

    <ul id="navigation">
    <li class="<?php if (!is_page()) echo "current_page_item" ?>">">Blog
    <?php wp_list_pages('title_li='); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags