Smart RTL Post allows you to easily apply RTL styling to selected posts, pages, and custom post types.
Custom fonts support
Works on Posts and Pages (and any post type via filter hook)
[rtl]your text[/rtl] for inline RTL content inside any postsmart_rtl_supported_post_types filter to add custom post typesUse inside any post or page:
[rtl]Your text here[/rtl]
Add this to your theme’s functions.php:
add_filter( 'smart_rtl_supported_post_types', function( $types ) {
$types[] = 'product';
return $types;
} );
`
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 or later.
For more details, visit: https://www.gnu.org/licenses/gpl-2.0.html