Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #231081

    http://snippetsofimagery.com/love-waiting/

    May I know where I can find the code that will help me remove the Date and usernames of the people who edited the post?

    in Artistry, Literature, Prose by Madelaine Cailao —> this is the end result I want.

    Thanks!

    #231086
    #231294

    Thank you! I managed to remove the date. But it still displays the usernames of the people who have edited the post. :(

    #231338

    Hey!

    Try adding this code to the Quick CSS:

    .post-meta-infos .text-sep-cat, .post-meta-infos .text-sep-cat + a {
        display: none;
    }

    Cheers! 
    Josue

    #232548

    Hi!

    Thanks. I did that but it did the opposite. Instead of displaying just the author (post creator) it displayed the people who edited the post. :|

    #232550

    Hi!

    Here’s how i see it right now:

    Best regards,
    Josue

    #232560

    Oh… I managed to do it by going to loop-index.php and commenting out the following lines.

    //$markup = avia_markup_helper(array(‘context’ => ‘entry_time’,’echo’=>false));
    //echo “<time class=’date-container minor-meta updated’ $markup>”.get_the_time(get_option(‘date_format’)).”</time>”;
    //echo “<span class=’text-sep text-sep-date’>/</span>”;

    // echo ‘</span><span class=”text-sep text-sep-cat”>/</span>’;

    #232650

    Hey!

    Glad you figured it out. :)

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove date and username’ is closed to new replies.