Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何仅更改wordpress主题中的文本?_Wordpress_Themes_Arabic_Right To Left_Left To Right - Fatal编程技术网

如何仅更改wordpress主题中的文本?

如何仅更改wordpress主题中的文本?,wordpress,themes,arabic,right-to-left,left-to-right,Wordpress,Themes,Arabic,Right To Left,Left To Right,我想将wordpress主题中的文本从LTR更改为RTL <html dir="RTL"> 改变了“左”到“右”的相反,但它改变了整个网站的元素和文字,我只想改变文字 删除dir=“RTL”(否则将从RTL显示所有项目) 对样式表中的按钮使用direction:rtl;,从右到左显示项目 text-align: left; float: right; clear: left;

我想将wordpress主题中的文本从LTR更改为RTL

<html dir="RTL">
改变了“左”到“右”的相反,但它改变了整个网站的元素和文字,我只想改变文字

  • 删除
    dir=“RTL”
    (否则将从RTL显示所有项目)
  • 对样式表中的按钮使用
    direction:rtl;
    ,从右到左显示项目
  •    text-align: left;
       float: right;
       clear: left;