hi
i strated a hebrew blog.
i figured out how to show the post in Right-to-Left on the single-post page but its not showing rtl in the home page: http://www.reallybanaly.net
How can i change it?
hi
i strated a hebrew blog.
i figured out how to show the post in Right-to-Left on the single-post page but its not showing rtl in the home page: http://www.reallybanaly.net
How can i change it?
In header.php for your theme folder, change.
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
to
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="he-IL">
You must log in to post.