Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi

    I would like to remove the same from mine.

    Thanks

    Theme Author Richie KS

    (@rkcorp)

    should be editable in lib/templates/post-meta.php or post-meta-home.php
    <?php the_author_posts_link(); ?>
    edit to
    <?php the_author(); ?>

    add this to theme option->custom css
    #custom .post-meta span.post-time, #custom .post-meta span.post-category, #custom .post-meta span.post-comment { display:none; }

    I have a similar problem, I don’t know if it’s possible to solve.

    After modifying the css for the single post template, the post info (author, date, category) shifted to the right for the archive template. I was wondering if there was a way to modify the css only for the archive template, or maybe to just remove it. (ONLY FOR THE ARCHIVE TEMPLATE).

    Hey there!

    After modifying the css for the single post template, the post info (author, date, category) shifted to the right for the archive template. I was wondering if there was a way to modify the css only for the archive template, or maybe to just remove it. (ONLY FOR THE ARCHIVE TEMPLATE).

    Theme Author Richie KS

    (@rkcorp)

    best would be add this to custom css without touching the template

    body.archive .post-meta,body.archives .post-meta { display:none; }

    ellyismore

    (@ellyismore)

    Please help …
    Could someone please share with me the CSS code that I may add to
    theme option->custom css

    My goals is to change
    Gratifying Lives March 27, 2014 Uncategorized No Comment

    to

    March 27, 2014 by Gratifying Lives – Leave a Comment

    Like http://viralwhirl.com/author/ContentKing/ has managed to do.

    Please help me how to modify post date in the theme MesoColumn
    Not able to find the date code in theme code

    Anyone can help?
    Theme Link: MesoColumn

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: MesoColumn] How to edit author link and date’ is closed to new replies.