edit the theme of your site and put this code where you want Hijri date to appear echo date_i18n('_j _F _Y', timestamp);
Where “_j _F _Y” the format you want you can also contain gregorian date in the same format like ‘_j _F _Y?? (j.m.Y)’
“timestamp” the date you want to view in Hijri use time() to current timestamp.