
內容簡介
Individual Multisite Author 外掛專為 WordPress Multisite 環境設計,允許每位使用者在不同的部落格上設定獨立的作者簡介,解決多語言或多網域網站中相同作者描述的問題。
【主要功能】
• 每個部落格獨立的作者簡介
• 支援多語言網站的作者描述
• 簡單安裝與啟用流程
外掛標籤
開發者團隊
原文外掛簡介
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
