• ??? ????
    ?? ?? ?????? polylang ??????? ????? ???? ??? ????? ???? ????. ???? ??????? ?? ???? ???? ???? ?? ?? ??????? ????? ????? ????? ?? ?????? ???? ?????. ??? ???? ????? ?? ??? ???? ??? ?? ???? ???? ????? ? ??????? ????? ?? ?????? ????? ???? ????.
    ??? ????? ??? ??? ?? ?? ???? ????? ????? ???? ? ?? ???? ??????? ????? ?????? ????? ???? ????

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Morteza Geransayeh

    (@man4toman)

    Dear @benydesigner

    You must use conditional output for your dates output.
    Something like:

    if($currentLanguage == “id-ID”){
    //do something
    }else{
    //do elsething!
    }

    Regards

    Dear @man4toman,
    I have exactly the same problem with parsidate and polygan. I want to have Georgian calendar when the website is in English and Jalali calendar for the Persian language. Could you please tell me how should I use you conditional script in my function.php? What codes are required to show different calendars?
    Thank you.

    ???? ????? ??? ?? ??? ??? ???? ?? ???? ????. ?? ??????? ?????? ????? ????? ????? ?? ??? ???? ?????? ? ?? functions ??? ???? ?? ?? ???????:

    $mylocale = get_bloginfo(‘language’);
    if($mylocale == ‘fa-IR’){
    add_action(‘date_i18n’, ‘wpp_fix_i18n’, 10, 3);}

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