Change post date format to hebrew calendar
Disclaimer This is not a complete answer, because I can’t really handle signs I don’t know. It should help to point you in the right direction. My (basic) solution Taken from StackExchange, I created this function for your functions.php: function ArabicDate( $time = false ) { if ( $time === false ) { $time = … Read more