Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #17806
    Sihedow
    Participant

    Hi Sakin,

    I used

    .entry-meta .by-author { display: none; }

    to not show the “posted by …” mention on the post.

    This works for the top of the post, but not in the bottom where I get things like :
    “Posted by Sihedow” just after category etc …

    How can I remove the author in the bottom of the post ?

    Thanks

    #17811
    Sakin
    Keymaster

    @Sihedow: Please add in your site URL so that I can check in your site.

    #17816
    Sihedow
    Participant

    Hi Sakin,

    url is http://www.sebgob.com/blog/

    On the main page, there is no “posted by” mention (in french : posté par …) but when we click on a post, on the bottom we get the category, the tag and the author.

    I just need to delete the author mention, or delete the url on it.

    Thanks

    #17825
    Sakin
    Keymaster

    @Sihedow: Sorry I cannot find it where is it in your site.

    #17826
    Sihedow
    Participant

    @Sakin : If you go on a post like this one : http://www.sebgob.com/blog/2013/11/24/hommage-a-winamp/

    then scroll down just before the comments, you can see this :
    http://img29.imageshack.us/img29/2646/hg30.png

    I need to hide what’s in the red circle, it’s the author name, it only appears when you are in the post, not on the main page as I said on my first message because I use ” .entry-meta .by-author { display: none; } “.

    Hope this will help, thanks 🙂

    #17832
    Sakin
    Keymaster

    @Sihedow: That cannot be remove from CSS. You can remove the whole like if you want. But if you just want to remove the author then you need to build child theme and then copy content-single.php file to your child theme and delete the following from the code line no 47.
    by <a href="%6$s">%5$s</a>

    Note: I see that you are using Catch Box Free version and you are not allowed to change Catch Box name from the footer. This is the only recognition that we gt for free theme and free support. If you really want to remove that then use Catch Box Pro version.

    Thanks.

    #17849
    Sihedow
    Participant

    Hi,

    Thanks, this is now working !

    Note : sorry, I just replaced the Catch Box name in the footer.

    #17860
    Sakin
    Keymaster

    @Sihedow: Thanks for adding back Catch Box name. Cheers 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove "posted by…" mention at bottom of the post’ is closed to new replies.