Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jjamespr

    (@jjamespr)

    and how do I remove the dates that it was created from showing on the page?

    Edit your theme files. Look in index.php, single.php and page.php.

    all this thing is in your template.

    for the “by admin”
    search in your template files for <?php the_author(); ?> or just the_author(); and remove it

    for the date its the same thing…
    search for <?php the_date();?> and remove it

    it’s gonna be in the template files….

    index, frontpage, home, archives, category, page, single and/or, page.

    if you have only one or just a few of this template it’s ok.

    Thread Starter jjamespr

    (@jjamespr)

    Thanks! I’m getting there…I’ve removed the “admin” but “By” is still there. Is there something in this line that should be deleted? <span class=”byAuthor”>By <span><?</span></span>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I remove "by admin"?’ is closed to new replies.