• Where & how do I remove ‘date..posted by admin’ without creating a child theme, on the front page?
    (e.g.: February 15, 2014 @ 7:22 pm posted by admin)

    Is this a default feature in Word Press? If so, why is it defaulted?

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

    (@yoyomamate)

    Needed to add using Theme 1035

    Step1: Login to Your Dashbaord
    Step2: Scroll to the Appearance
    Step3: Click Editor
    Step4: On the right sidebar from .php files select post.php or single.php
    Step5: look for <li><i class="icon-time"></i><?php echo get_the_date(); ?></li> or similar codes depending on theme you are using.

    Step 6: Delete it if you don’t need to show data and time.

    Thread Starter yoyomamate

    (@yoyomamate)

    I deleted the relevant info in single.php file and nothing changed on the front page posts. ‘(date) and posted by admin’ still there.
    Also emptied cache and refreshed page

    @yotomamate

    You need to delete the time and date from the front page or the blog page.

    for the front page we will have to delete some codes from either index.php/home.php/frontpage.php whatever the extension name as per the theme.

    The solution given above was to hide date and time from the post page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where & how to remove 'date..posted by admin' without creating a child theme?’ is closed to new replies.