• Resolved driplabcom

    (@driplabcom)


    Hey all.

    The page I’m talking about is CHAPINNET.COM. I would like to remove the “Posted by admin” on all posts, as well as the “Comments are closed.”

    How do I do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • moshu

    (@moshu)

    This might help:
    Stepping_Into_Template_Tags

    shadow

    (@shadow)

    In your index.php file in your theme directory, look for the following:

    Posted by <?php the_author(); ?> and just remove it. You will need to do the same on single.php and possibly page.php too if you want it removed from within your site.

    The ‘Comments are closed’ will most likely be in in your comments.php file in your theme directory, although this depends on the theme structure. Just do a search for the words and you will soon find what you need. Try comments.php, single.php and maybe page.php again.

    Edit: So, you look up after all the typing and see it is all irrelevant. Don’t you just love that ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing “Posted by…” and “Comments are closed”’ is closed to new replies.