Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #61845
    FIAN
    Participant

    Hi,

    I’m managing a page in Norwegian. Could someone please tell me which code to use to introduce the blog posts with “Publisert [date]” rather than “Posted on [date]. I’d also like to remove ‘author’ as well as ‘categories’ and ‘tags’ below.

    I’m running the site on a child theme for Everest Pro.

    (It’s for http://www.fian.no)

    Thanks!
    -Marit

    #61885
    Sakin
    Keymaster

    @FIAN: To hide author, category and tags, you can add the following css in “Appearance => Theme Options => Custom CSS Options” box:

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

    To change text from Posted on to Punlisert, you need to create nb_NO.mo and nb_NO.po files from catcheverest.pot inside catch-everest-pro/languages folder. You can use free software like http://poedit.net/ to create language file. After that you can send me those file and then I will add it in theme itself so that it will remain in your theme even after updates.

    #61912
    FIAN
    Participant

    Thanks a million! I will have a look at poedit.net 🙂

    #61939
    Sakin
    Keymaster

    @FIAN: If you have difficulty and want in text format then let me know it. I will send you email will all the details.

    #62269
    FIAN
    Participant

    Hi,

    I’m having some difficulties with this, I’m not sure how to create new .mo and .po files. Would be great if you could email me, Sakin! To: marit[dot]erdal[at]fian[dot]no

    Thank you:)

    #62275
    Sakin
    Keymaster

    @FIAN: Ok I have emailed you all the details.

    #63429

    Hi Sakin,
    I am creating a blog for my website and half of the content is going to be curated articles from other sources. I wanted to know if there is a custom way for me to change the Author name. Right now it says by our company. But since we will be sharing articles form many different sources I wanted to be able to customize the by line without creating a new user.

    #63715
    Sakin
    Keymaster

    @taylorlionnet: in WordPress, you need to create User and then only you can change the author.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove author in blog post, keeping the date’ is closed to new replies.