• On my French website (marie-javelle.fr), I have a couple of issues with Giornalismo, which is a great theme, by the way :
    1) I cannot get the dates right (the French way) on the home page. I fixed the format (to the French date format) in the articles, but when they show up in the home page, they still appear in a foreign (for my French readers) format. Where and how do I fix this ?

    2) For some reason, the name of the author is stuck to the “Ecrit par” (“written by”) both on the home page and in the articles. How do I fiw this or, better, how do I get rid of this display ?

    3 and last) I chose not to deal with comments. Hence, the articles on the front page are mentioning either “O commentaire” or “commentaire désactivés”. How do I get rid of this display ?

Viewing 1 replies (of 1 total)
  • Theme Author Jacob Martella

    (@arenapigskin)

    Hello,
    So these are pretty easy to do. You’ll want to go through the home.php, author.php, archive.php and single.php and do the following:

    • Replace the_date with echo date_i18n( get_option( 'date_format' ), strtotime(get_the_date('F j, Y')))
    • Delete the giornalismo_author_byline function
    • Delete the comments_popup_link function

    All of these changes will be incorporated into the next theme update, so you won’t have to worry about your changes being overwritten. Let me know if you have any other questions.

Viewing 1 replies (of 1 total)
  • The topic ‘How do you localize dates, edit author name and number of comment’ is closed to new replies.