Message To Author Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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<?php echo do_shortcode("[message2author]"); >
. - 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<?php echo do_shortcode("[allmessage2author]"); ?>