Support » Fixing WordPress » Delete Home

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter erika_conn

    (@erika_conn)

    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.

    “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')); ?>

    Thread Starter erika_conn

    (@erika_conn)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete Home’ is closed to new replies.