Forums

Delete Home (5 posts)

  1. erika_conn
    Member
    Posted 4 years ago #

    http://ceconn.com
    How does one delete the tab "Home"? In my case, it does nothing.

  2. whooami
    Member
    Posted 4 years ago #

    edit your theme's header.php, and remove the code that puts it there. Thats vague I know but the best I can do without looking at the theme itself.

    If you can provide a link to the download, you will get a more detailed answer.

  3. erika_conn
    Member
    Posted 4 years ago #

    Perfect. Thank you.

    Now for my next question: How to remove "published by Admin Edit this." from all the pages and posts.

    Thank you in advance.

  4. whooami
    Member
    Posted 4 years ago #

    "edit this" is only seen by you -- leave it there :)

    the "published by" is going to be inside single.php, index.php, etc.. category.php (if you have one) and will look something like :

    Published by <?php the_author() ?>

    the edit it, so you dont accidentally remove it, looks like:

    <?php edit_post_link(__('Edit This')); ?>

  5. erika_conn
    Member
    Posted 4 years ago #

    So, do I delete all of the following?

    <p>Published by <?php the_author_posts_link() ?> at <?php the_time();?> under <?php the_category(',') ?> <?php edit_post_link(); ?></p>
    </div>

    Thanks again for your help

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags