Title: RTL Themes ?
Last modified: August 19, 2016

---

# RTL Themes ?

 *  [henz123](https://wordpress.org/support/users/henz123/)
 * (@henz123)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/rtl-themes/)
 * Hello ,
    There are a lot of LTR beautiful themes , I want to take an LTR theme
   and make him RTL , can someone provide me the way to do it ?
 * ~Thanks , Hen .

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [henz123](https://wordpress.org/support/users/henz123/)
 * (@henz123)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/rtl-themes/#post-908758)
 * help please
 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/rtl-themes/#post-908848)
 * Add the below ↓ code inside `functions.php` _(Admin Dashboard > Themes > Theme
   Editor > functions.php)_. Then you’ll need to upload `ltr.css` or `rtl.css` inside
   your theme’s dir. The function will load “locale” stylesheet base on your WP 
   locale settings.
 *     ```
       <?php
       function print_locale_styles(){
       	if ( ($uri = get_locale_stylesheet_uri()) != ''){
       	    echo '<link rel="stylesheet" href="'.$uri.'" type="text/css" media="all" />');
       	}
       }
   
       add_action('wp_head','print_locale_styles',42);
       ?>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘RTL Themes ?’ is closed to new replies.

## Tags

 * [locale](https://wordpress.org/support/topic-tag/locale/)
 * [ltr](https://wordpress.org/support/topic-tag/ltr/)
 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 2 replies
 * 2 participants
 * Last reply from: [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/rtl-themes/#post-908848)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
