Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Hossam Khalifa
Hossam Khalifa
17,200 Points

Wordpress Rtl

How much time does it take to create an rtf version of my website with wordpress? Don't care if I use plugins and how much should I charge my client for create an Arabic version of the site?

Thank You

1 Answer

RTL support isn't too hard to do with WordPress, the codex covers it (https://codex.wordpress.org/Right-to-Left_Language_Support) but essentially:

"Adding support for language written in a Right-To-Left (RTL) direction is easy - it's just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css."

There is a plugin to assist in developing RTL as well: https://wordpress.org/plugins/rtl-tester/

How much you charge is up to you. Take a look at the process, determine how much time it is going to take and apply it to your rate, plus or minus any considerations such as this being a learning experience for you vs difficulty of implementation.