• Resolved .Kamikaze

    (@kamikaze-1)


    Hello,

    I am having a small issue on my website (https://www.streamingmangas.com)
    See picture > > https://imgur.com/0eHWTER

    As you can see it says “1 semaine il y a
    I want to put the “il y a” before the “1 semaine
    To make it look like “Il y a 1 semaine
    This is the code on my theme in function.php > >

    function keremiya_zaman( $type = “post” )
    {
    $d = “comment” == $type ? “get_comment_time” : “get_post_time”;
    return human_time_diff( $d( “U” ), current_time( “timestamp” ) ).” “.__( “Il y a”, “keremiya” );

    If someone could sort this out for me it would be really amazing.. Thanks in advance !!!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘function.php’ is closed to new replies.