Viewing 4 replies - 1 through 4 (of 4 total)
  • Delete the time function in index.php that will look something like this:
    <?php the_time('F jS, Y') ?>

    Thread Starter windsurftest

    (@windsurftest)

    I have found a few index.php files in my uploaded files I have looked through them all but none seem to have this code in them?

    Thread Starter windsurftest

    (@windsurftest)

    I have been searching through a lot of file and I have found this in actions.php
    </div><!– /.title –>
    <?php
    if (“post” == $post->post_type) {
    ?>
    <div class=”date”><span class=”month”><?php the_time(‘M’); ?></span> <span class=”day”><?php the_time(‘d’); ?></span><span class=”year”><?php the_time(‘Y’); ?></span></div>
    <?php
    }
    ?>
    </div><!– /.title-container –>
    <?php
    }
    else {
    ?>
    <<?php echo $header_tag;?> class=”posttitle”><?php the_title(); ?></<?php echo $header_tag;?>>
    <div class=”postdata”>

    Would this be the correct piece of code I have to change?

    You can check Oozman’s Date Remover plugin. https://oozman.com/oozing/ideas/archives/oozman-date-remover-wordpress-plugin

    It works for me. And I think this plugin works on all of the themes. Maybe you can try it out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How remove date within the icon on home page’ is closed to new replies.