Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

WP Direction Detector

Περιγραφή

This plugin auto detects and apply the right direction (RTL or LTR) on post’s titles, bodies and comments.

According to WordPress, adding support for language written in a Right To Left (RTL) direction is just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css.
But this solution is working only when you have just an RTL blog (or just an LTR blog using the classical style.css).
One of solutions: We will let WordPress applying the same style.css to both of RTL/LTR posts and this plugin will automatically detect the post language to correct its direction.

It’s just a beta version that I tested with the WordPress default theme, please let me know your feedback with your own complexed css.

Στιγμιότυπα

  • This plugin will apply the right direction when mixing RTL and LTR posts

  • Settings

Εγκατάσταση

  1. Upload wp-direction-detector to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Activate for titles, bodies and comments Settings

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“WP Direction Detector” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

= 1.2 beta=

  • The plugin is not working when the theme is using the_title() and get_the_title() inside HTML attributes ((eg: <img alt=”<php? the_title(); ?> …)). you can now disable the plugin for titles and instead use get_directed_title() and get_the_directed_title()

= 1.1 beta=

  • First release tested on the default WordPress theme