mattmickeyj
Forum Replies Created
-
Forum: Plugins
In reply to: [VoucherPress] Styling voucher pageGreat, thanks for letting me know.
p.s. great plugin! 🙂
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Error code 170Great, thank you.
Other plugins have the ability to send email from an email address specified within the admin pages and this works without any problems.
I understand that on reply the user will see the correct email address, but from a company perspective, this doesn’t look professional when the original email was not sent from that address.
Any advice would be greatly appreciated.
Thanks,
MattForum: Plugins
In reply to: [Page-list] Exclude parent from listI did a slight workaround, not the cleanest , but it works. I created an account called ‘exclude’ and changed the author on the pages I wanted to exclude from displaying to the new ‘exclude’ account, leaving the pages I wanted to display as admin – then wrote my query as below (random display, post type is page, only display pages that were created by the author admin, display 3 per page in 3 columns).
[query orderby=”rand” post_type=”page” author_name=”admin” posts_per_page=”3″ cols=”3″] <h3>{THUMBNAIL}
{TITLE} [/query]Hope this helps.
Matt