
內容簡介
Message to Author 是一個 WordPress 外掛程式,允許使用者直接向文章/自訂文章型別/頁面的作者發送訊息。
當管理多篇部落格/雜誌及多位作者時,此外掛程式可以有助於建立目錄以提出查詢,特別是當使用者想向作者詢問有關內容的任何義務時。
功能:
所有訊息都會記錄在管理面板中,作者只會看到屬於他們的訊息。
選項可設定只允許未註冊用戶、訪客或兩者皆可發送訊息
可用作內部訊息系統
此外掛程式提供 2 種版面配置:訊息框、彈出視窗,以及 3 種網站樣式。
您可以在這裡貢獻您的程式碼:https://github.com/pathusutariya/message-to-author
使用者指示
您可以使用捷徑 [message2author] 在內容的任何位置放置訊息框,或使用此 PHP 檔案 <?php echo do_shortcode("[message2author]"); >。
您可以傳遞幾個預設值,以獲得不同的版面配置,例如[message2author title="{Title of form}" button_label="{label text of button}" layout="{messagebox|popup}" style="{theme|style1|style2}"]
您也可以簡單地選擇「在文章後顯示?」選項,並在每篇文章的內容後注入此外掛程式。
作者也可以在他們的儀表板中顯示所有訊息。使用這個捷徑:[allmessage2author] 或使用此 PHP 檔案 <?php echo do_shortcode("[allmessage2author]"); ?>
外掛標籤
開發者團隊
原文外掛簡介
Message to Author is a WordPress plugin that allows users to message author of the post/CPT/page directly.
This can be helpful to set up catalogs to ask for inquiry, and specially when handling multiple blog/magazine with multiple author. User can send messages to author regarding any obligations of content.
Features:
All message’s log into admin panel, Author will only see messages for them.
Option to send message only for registered users or visitor or both
Can be used as an internal messaging system
The Plugin offers 2 layouts: Message box, Pop up and 3 Styles for your websites
You can help contribute your code here: https://github.com/pathusutariya/message-to-author
USER INSTRUCTION
You can put a Message-box anywhere in content with shortcode [message2author] Or in php file with .
You can pass few preset to have various layouts like [message2author title="{Title of form}" button_label="{label text of button}" layout="{messagebox|popup}" style="{theme|style1|style2}"]
Or you can simply elect the option Show after post? and it will inject after every Post’s content
Author can also show on their Dashboard. Use this shortcode: [allmessage2author] Or in php file with
