BY AUTHOR

  • Posted in : Read WP
  • mindedmind
    Participant

    I don’t remember doing anything to get rid of the ‘by author’ that is usually automatically put in under the title. But its gone and I’d like to get it back.

    How can i do this?

    Thank you

    Mehmet S.
    Keymaster

    Hi, remove this from your custom css field:

    .entry-meta { display: none; }
    
    mindedmind
    Participant

    site-header { padding-bottom: 0; margin-bottom: 2em; }

    .post-date { display: none; }
    .archives-by-month, .archives-by-format { display: none; }

    h1.site-title a,
    .entry-content a.more-link,
    .navigation a,
    .nav-single a { border-bottom: none; }

    .post-list .date { display: none; }

    That’s all i got in the CSS Field regarding posts.. Not sure what else it could be. The by author is still gone.

    ahmetsali
    Keymaster

    or you can add this at the end of the custom css;

    .entry-meta {
        display: block !important;
    }
    
    mindedmind
    Participant

    That worked,

    Thank you, Ahmetsali.

    David

    mindedmind
    Participant

    Well, It worked. But it also brought back the tag at the bottom of the post that i wanted to keep hidden…

    Is there anyway to keep the by author and to erase the tag at the bottom of each post?

    Thanks, Ahmetsali.

    David

    Mehmet S.
    Keymaster

    Use this in your custom css field:

    body.single footer.entry-meta { display: none; }
    
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register