
內容簡介
若您在操作WordPress多站點維護多個頂級域名或是多語言版本的網站時,您可能會遇到在每個網站上都有相同作者描述或個人簡介的問題。
這個問題不僅會出現在多語言網站上。
總而言之,這個外掛允許您在每個網誌中逐一為使用者輸入作者簡介。
您只需要安裝並啟用這個外掛,並在網站的儀表板中輸入作者簡介即可,無需特別操作其他動作。
如果您想要貢獻、發佈關於特定功能請求或問題回報,請造訪 GitHub 存放庫https://github.com/webzunft/multisite-individual-author。
一些網站管理員和開發者可能需要了解的事情:
在啟用多站點支援時,這個外掛才能發揮作用,但啟用後不會傷害正常的部落格(只是在那裡沒有任何動作)
每個網誌都會使用自訂的「ima_description_BLOGID」格式(例如img_description_3)儲存個人簡介內容。
這個外掛使用過濾器get_the_author_description來載入正確的描述,並且被_author_meta()和get_the_author_meta()函數使用
外掛標籤
開發者團隊
原文外掛簡介
When running WordPress Multisites to maintain various top level domains or a multilingual version of your site you might probably run into the problem of having the same author description / biography on each of them.
This is unfortunate not only on multilingual sites.
Long story short, this plugin enables you to enter the author biography for each user on a per-blog basis.
You don’t have to do anything, but to install and activate the plugin and to enter the author bio into through the dashboard(s) of your site(s).
Please visit the github repository on https://github.com/webzunft/multisite-individual-author if you want to contribute, post a specific feature request or bug report.
Some things site admins and developers might want to know:
the plugin only works when multisite support is enabled
the biography is saved using a custom profile field for each blog with the pattern ‘ima_description_BLOGID’, e.g. img_description_3
the filter get_the_author_description is used to load the “right” description; this is used by the_author_meta() and get_the_author_meta() functions
