• Hi
    What do I need to remove from my code ( Where do I find it? ) to remove ” Written by” and “Posted in” from my posts?
    Thanks for helping:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • details of the following depend on your theme.

    you probably find it in:
    index.php
    home.php
    single.php
    archive.php
    category.php

    (if your theme does not have some of the above files, this is ok;
    see https://codex.www.ads-software.com/Template_Hierarchy )

    look for the texts
    “Written by” followed by something like <?php the_author(); ?>
    and
    “Posted in” followed by something like <?php the_category(', ') ?>

    after you have identified the right code, remove it.
    (take care to delete the full php tags starting with <?php and ending in ?> )

    before you edit anything, make a backup copy of your theme files

    Thread Starter sunsi55

    (@sunsi55)

    Thanks for great help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove " Written by" and "Posted in" from my posts’ is closed to new replies.