Tagged: title
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!
Thank you! I managed to remove the date. But it still displays the usernames of the people who have edited the post. :(
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
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. :|
Hi!
Here’s how i see it right now:
Best regards,
Josue
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>’;