這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Fix for Yoast SEO and qTranslate/qTranslateX

描述

When using qTranslete or qTranslateX with Yoast SEO plugim it outputs all languanges in title. This plugin fix this. Only current languange will be outputed. It runs filter that wraps $title into __() and fixes Yoast SEO plugin that outputs all languanges at once in Title. I acctualy sugested to Joost to do this in his plugin (adding only 4 chars to file “class-frontend.php” at specific line), but he replied: “I wont support qTranslate, sorry. It abuses the translation API in ways that breaks other stuff.” Since it does not break stuff i made this extreemly simple plugin.

安裝

Upload, Activate

評價

閱讀全部7個評價

貢獻者及開發者

“Fix for Yoast SEO and qTranslate/qTranslateX” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

1.0

  • Initial release

1.1

Readme Fix

1.2

Added filter for meta Description (Thanks to ProX666)

1.2.1

Readme and description fix

1.2.2

Name changed according to new plugins naming guidelines. (Thanks to Pippin Williamson)

1.2.3

Added function prefix fysq_ (Thanks to megamurmulis)

1.2.4

deleted old file grom repo….