Home Forums Pro Themes Lekhak Pro How to hide post’s author on the Front Page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131221
    Michał Wójcik
    Participant

    In the Featured Postst, Popular Posts and Latest Posts I would like to hide “post’s author” on the front page.

    I could hide it in the single posts (Theme Options / Single Post / Hide Author / Yes). But still on the front page I see the post’s author. How to hide it?

    It reffers to the website: http://kapelanikatynscy.pl/

    On the front page you can see in every post the author’s name “By Duszpasterz”.

    I would like also ask how to translate the buttons: START READING and LOAD MORE on the front page to the Polish language version?

    The first button is in the Featured Slider. The second one in the Latest Posts.

    Thank You!

    Michał Wójcik

    #131231
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can hide the author by following the path Admin Panel > Appearance > Customize > Theme Options > Single Post > Hide Author, to hide the author from single post page as shown in the screen record given below.

    https://www.loom.com/share/36bd8938c5184a4bbd74ae153a142ba7

    However, you can use below-given CSS to hide the author name from the front page by going to Admin Panel > Appearance > Customize > Additional CSS,

    .home #content span.byline {
        display: none;
    }

    Regarding your query related to the translation, you can translate to any language as per the requirement using the Loco Translate plugin as all the strings of the theme are made translations ready. You can refer to the documentation link given below to get detailed assistance on how to translate strings using LOCO Translate.

    https://wptravel.io/translation-of-the-strings/

    Hope this helps.

    If you have any queries further, let us know.

    Regards.

    #131279
    Michał Wójcik
    Participant

    Awesome. It works. Thank You!

    #131307
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any queries further, let us know.

    Regards.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.