Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #90780
    Markus
    Participant

    Is there a way to remove only the name (not the date) from the “posted on….” information?

    Can I also translate this sentence (to german)?

    And what will happen if there will a update of theme is avialiable?

    Thanks

    #90789
    Pratik
    Keymaster

    Hi @Markus,
    To remove only name, use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS

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

    I do not think German Translation file is available for Catch Flames Pro. To translate those texts, you need to add German language file de_DE.po which you can get by renaming the catch-flames.pot file in languages folder.
    Then, just open that file from free software from http://poedit.net/ and check for Posted on, change that and save it. It should work. You can also add other translations there as well.
    You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.

    Once the update is available, you can checkout the changelog and update the theme.
    Changelog: https://catchthemes.com/changelogs/catch-flames-pro-theme/

    Follow the process in this video to upgrade:
    https://www.youtube.com/watch?v=W95SuabDZi8

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removal of the name from "posted on.."?’ is closed to new replies.