<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; wordpress comments</title>
	<atom:link href="http://www.wpwife.com/category/wordpress-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Allow Users to Upload Images in WordPress Comments</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-allow-users-to-upload-images-in-wordpress-comments</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-allow-users-to-upload-images-in-wordpress-comments#comments</comments>
		<pubDate>Fri, 01 Jun 2018 12:25:19 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[media in wordpress comments]]></category>
		<category><![CDATA[wordpress comment form]]></category>
		<category><![CDATA[wordpress comment images]]></category>
		<category><![CDATA[wordpress comments]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=18835</guid>
		<description><![CDATA[
<p>Images and comments are both powerful tools to boost user engagement on your site. This is one of the reasons why Facebook allow users to upload images with their comments. What if we tell you that you can add the same functionality to WordPress comments?&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/how-to-allow-users-to-upload-images-with-comments-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-allow-users-to-upload-images-with-comments-in-wordpress/">How to Allow Users to Upload Images in WordPress Comments</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Images and comments are both powerful tools to boost user engagement on your site. This is one of the reasons why Facebook allow users to upload images with their comments. What if we tell you that you can add the same functionality to WordPress comments? Depending on your site’s niche and target audience, this can significantly increase user engagement on your site. In this article, we will show you how to allow users to upload images in WordPress comments. </p>
<p><img title="How to Allow Users to Upload Images in WordPress" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/04/allow-users-to-upload-images-comments.png" alt="How to Allow Users to Upload Images in WordPress" width="550" height="340" class="alignnone size-full wp-image-51736" /></p>
<h4>Allow Users to Upload Images in WordPress Comments</h4>
<p>First thing you need to do is install and activate the <a href="https://wordpress.org/plugins/comment-attachment/"  title="Comment Attachment" rel="nofollow">Comment Attachment</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="how to install a WordPress plugin">how to install a WordPress plugin</a>.</p>
<p>Upon activation, you need to go to <strong>Settings &raquo; Discussion</strong> page in your WordPress admin area and scroll down to <strong>Comment Attachment</strong> section.</p>
<p><img title="Comment Settings" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/04/comment-settings.jpg" alt="Comment Settings" width="550" height="377" class="alignnone size-full wp-image-51729" /></p>
<p>On this page, you can manage the settings to display image attachment field in the comments section of your WordPress posts and pages. These settings include the position of comment field, field title, required option, file types, image attachment size, and more.</p>
<p>You can also allow your users to attach a document, PDF, powerpoint presentation, excel spreadsheet, and more. Simply check the file type options in the comment attachment settings.</p>
<p><img title="Allowed File Types" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/04/allowed-file-types.png" alt="Allowed File Types" width="550" height="577" class="alignnone size-full wp-image-51731" /></p>
<p>Once you are done, click on the <strong>Save Changes</strong> button to store your settings.</p>
<p>After that head over to any post page on your WordPress site, and you will see an image upload field in the comments area like the screenshot below:</p>
<p><img title="Add Attachment in Comment" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/04/add-attachment-comment.png" alt="Add Attachment in Comment" width="550" height="453" class="alignnone size-full wp-image-51733" /></p>
<p>All images uploaded by users are stored in your WordPress media library. If you want to delete an image uploaded by a user, then you need to go to <strong>Media &raquo; Library</strong>, locate the image, and then delete it. </p>
<p>Note: This will delete the image from the comment without affecting the comment text. </p>
<p>It will be good to add some comment posting guidelines on your site to let users know what kind of attachments they can upload. You can check WPBeginner’s <a href="http://www.wpbeginner.com/comment-policy/" title="Comment Policy">comment policy</a> page for an example. You can then add a link to <a href="http://www.wpbeginner.com/wp-themes/how-to-style-wordpress-comment-form/" title="How to Style WordPress Comment Form">your comment policy text</a> in the WordPress comment form. </p>
<p>Due to the nature of images, you may want to moderate all comments before they appear on your site. You can do this by <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-on-how-to-moderate-comments-in-wordpress/" title="Beginner’s Guide on How to Moderate Comments in WordPress">enabling comment moderation</a> and <a href="http://www.wpbeginner.com/plugins/how-to-notify-users-when-their-comment-is-approved-in-wordpress/" title="How to Notify Users When Their Comment is Approved in WordPress">notify users when their comment is approved</a> on your site. </p>
<p>You can also <a href="http://www.wpbeginner.com/wp-tutorials/how-to-display-the-total-number-of-comments-in-wordpress/" title="How to Display the Total Number of Comments in WordPress">display the total number of comments</a> to engage more users on the WordPress posts or pages.</p>
<p>To further boost media capabilities in your comments, you can enable <a href="http://www.wpbeginner.com/plugins/how-to-add-videos-and-more-in-wordpress-comments-with-oembed/" title="How to Add Videos and More in WordPress Comments with oEmbed">oEmbed support for comments in WordPress</a>. This will allow your users to embed YouTube videos, tweets, flickr photos, and more alongside with the images they upload.</p>
<p>We hope this article helped you learn how to allow users to upload images in WordPress comments. You may also want to see our tips on <a href="http://www.wpbeginner.com/beginners-guide/11-ways-to-get-more-comments-on-your-wordpress-blog-posts/" title="11 Ways to Get More Comments on Your WordPress Blog Posts">getting more comments on your WordPress blog posts</a> .  </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-allow-users-to-upload-images-with-comments-in-wordpress/">How to Allow Users to Upload Images in WordPress Comments</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/how-to-allow-users-to-upload-images-in-wordpress-comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Manage WordPress Comment Notification Emails</title>
		<link>http://www.wpwife.com/tutorials/how-to-manage-wordpress-comment-notification-emails</link>
		<comments>http://www.wpwife.com/tutorials/how-to-manage-wordpress-comment-notification-emails#comments</comments>
		<pubDate>Wed, 03 Jan 2018 11:04:04 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress comment email notifications]]></category>
		<category><![CDATA[wordpress comment notifications]]></category>
		<category><![CDATA[wordpress comments]]></category>
		<category><![CDATA[wordpress email notifications]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=49214</guid>
		<description><![CDATA[
<p>Do you want to improve your WordPress comment notification emails? Comments drive discussion and user engagement on many blogs. However, WordPress doesn&#8217;t do such a great job when it comes to notifying users about comment activity. In this article, we will show you how to&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-tutorials/how-to-manage-wordpress-comment-notification-emails/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-manage-wordpress-comment-notification-emails/">How to Manage WordPress Comment Notification Emails</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to improve your WordPress comment notification emails? Comments drive discussion and user engagement on many blogs. However, WordPress doesn&#8217;t do such a great job when it comes to notifying users about comment activity. In this article, we will show you how to better manage WordPress comment notification emails and boost user activity on your website. </p>
<p><img title="How to manage WordPress comment notifications" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/01/wpcommentnotifications.png" alt="How to manage WordPress comment notifications" width="550" height="340" class="alignnone size-full wp-image-49251" /></p>
<h4>Why Improve WordPress Comment Notification Emails</h4>
<p>Comments are an important activity on many WordPress websites, particularly news sites and blogs. More comments mean a more engaged audience which results in more page views and ultimately more revenue. </p>
<p>However, default WordPress comment system is fairly limited. It sends comment notifications only to <a href="http://www.wpbeginner.com/glossary/administrator/" title="Administrator">site administrators</a> and <a href="http://www.wpbeginner.com/beginners-guide/how-to-add-new-users-and-authors-to-your-wordpress-blog/" title="How to Add New Users and Authors to Your WordPress Blog">article authors</a>. Apart from that, there isn&#8217;t a default option for other users to be notified of new comments. </p>
<p>Wouldn&#8217;t it be nice if users were able to get comment notifications for the posts they like? or when someone replies to their comment? </p>
<p>In this article, we will show you how you can extend the default WordPress comment notification emails for a more engaged user experience on your website. </p>
<h4>The Default Comment Notification Options in WordPress</h4>
<p>By default, WordPress does not have an option to send notifications to commenters. However, it does have an option to send email notifications to you when a new comment is published and when a comment is held for moderation. </p>
<p><img title="Default WordPress comment email notifications" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/01/default-comment-settings.png" alt="Default WordPress comment email notifications" width="550" height="295" class="alignnone size-full wp-image-49236" /></p>
<p>Both these notifications are sent to the site administrators. WordPress also sends an email notification to <a href="http://www.wpbeginner.com/beginners-guide/how-to-change-the-author-of-a-post-in-wordpress/" title="How to Change the Author of a Post in WordPress">post author</a> about new comments. </p>
<p>If you don&#8217;t want to receive notifications for <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-on-how-to-moderate-comments-in-wordpress/" title="Beginner’s Guide on How to Moderate Comments in WordPress">comments held for moderation</a>, then you can simply uncheck the box here. This is particularly helpful if you get a lot of comments on your website. </p>
<h4>Let Users Know When Their Comment is Approved</h4>
<p>Users have no idea whether you approved their comment or not. They do see that their comment is awaiting moderation when they leave a comment. Many of these users never return to your website, and they don&#8217;t even know that you approved their comment or replied to it. </p>
<p>You can fix this by installing and activating <a href="https://wordpress.org/plugins/comment-approved/"  title="Comment Approved" rel="nofollow">Comment Approved</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>Comment Approved allow users to be notified when their comment is approved. Users can check the option when leaving a comment. You can also customize the email message sent to users after their comment is approved. </p>
<p><img title="Comment Approved settings" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/01/commentapproved.png" alt="Comment Approved settings" width="550" height="360" class="alignnone size-full wp-image-49237" /></p>
<p>For detailed instructions, see our article on how to <a href="http://www.wpbeginner.com/plugins/how-to-notify-users-when-their-comment-is-approved-in-wordpress/" title="How to Notify Users When Their Comment is Approved in WordPress">notify users when their comment is approved</a> in WordPress. </p>
<h4>Allow Users to Subscribe to Comments in WordPress</h4>
<p>Your commenters have no way of knowing whether you or others replied to their comment. Once they leave a comment, they will have to manually visit your website again to see if someone replied. </p>
<p>To solve this, you need to install and activate <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/"  title="Subscribe to Comments Reloaded" rel="nofollow">Subscribe to Comments Reloaded</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>It allows your users to subscribe to comments on any article with or without leaving comments. It also makes it easier for users to unsubscribe at any time. </p>
<p><img title="Subscribe to Comments Reloaded settings" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/01/subscribecomments.png" alt="Subscribe to Comments Reloaded settings" width="550" height="307" class="alignnone size-full wp-image-49238" /></p>
<p>For detailed step by step instructions, see our article on how to <a href="http://www.wpbeginner.com/plugins/allow-your-users-to-subscribe-to-comments-in-wordpress/" title="How to Allow your users to Subscribe to Comments in WordPress">allow users to subscribe to comments in WordPress</a>. </p>
<h4>Allow Users to Subscribe to Only their own Comments in WordPress</h4>
<p>Many users may not want to receive notifications for all comments on an article. However, they may want to know if someone replied only to their own comments. </p>
<p>You can add this feature as well using the same <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/"  title="Subscribe to Comments Reloaded" rel="nofollow">Subscribe to Comments Reloaded</a> plugin. Simply visit the plugin&#8217;s settings page and click on yes next to &#8216;Advanced Subscription&#8217; option. </p>
<p><img title="Subscribe to Comments Reloaded settings" src="http://cdn2.wpbeginner.com/wp-content/uploads/2013/02/sctr-settings.png" alt="Subscribe to Comments Reloaded settings" width="550" height="276" class="alignnone size-full wp-image-49240" /></p>
<p>For more details, see our article on how to <a href="http://www.wpbeginner.com/plugins/how-to-notify-users-only-on-replies-to-their-wordpress-comments/" title="How to Notify Users Only On Replies to Their WordPress Comments">notify users on replies to their own comments</a> in WordPress.</p>
<h4>Allow Authors to Subscribe To Other Author&#8217;s Posts</h4>
<p>If you run a multi-author blog, then other authors may want to keep up with discussions across your website. If you already have comment subscriptions enabled, then each author can manually go and subscribe to comments. </p>
<p>However, if you wanted certain users to recieve all comment notifications, then you can do this with <a href="https://wordpress.org/plugins/cbnet-multi-author-comment-notification/"  title="Multi Author Comment Notification" rel="nofollow">cbnet Multi Author Comment Notification</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>After installing and activating the plugin, you need to visit <strong>Settings &raquo; Discussion</strong> page to configure plugin settings. </p>
<p><img title="Multi author comment notification settings" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/01/multiauthorcommentnotifications.png" alt="Multi author comment notification settings" width="550" height="237" class="alignnone size-full wp-image-49246" /></p>
<p>It allows you to select the <a href="http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/" title="Beginner’s Guide to WordPress User Roles and Permissions">user roles</a> that you want to be notified of new comments. You can also add email addresses of individual users you want to notify. </p>
<p>This is particularly useful if you have registered users who are responsible for comment engagement and moderation. </p>
<h4>Creating Custom Comment Notification in WordPress</h4>
<p>Want to create your own custom comment notifications in WordPress? Custom notifications can allow you to change the notification sent by WordPress and replace them with your own. </p>
<p>First you will need to install and activate the <a href="https://wordpress.org/plugins/bnfw/"  title="Better Notifications for WordPress" rel="nofollow">Better Notifications for WordPress</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>Upon activation, you need to visit <strong>Notifications &raquo; Add New</strong> page to create your custom comment notifications. </p>
<p><img title="Add new custom notification" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/01/addnewnotif.png" alt="Add new custom notification" width="550" height="353" class="alignnone size-full wp-image-49247" /></p>
<p>You can modify the new comment, comment awaiting moderation, and comment reply notifications. You can send notifications to any user role, individual users, or add email addresses manually. </p>
<p>It also allows you to completely customize the email sent by WordPress. You can use <a href="http://www.wpbeginner.com/glossary/shortcodes/" title="What is Shortcode in WordPress?">shortcodes</a> inside the email text to add custom tags. </p>
<p>For more details see our article on <a href="http://www.wpbeginner.com/plugins/how-to-add-better-custom-notifications-in-wordpress/" title="How to Add Better Custom Notifications in WordPress">how to add better custom notifications</a> in WordPress. </p>
<h4>Improve Deliverability of WordPress Email Notifications</h4>
<p>All above tips will fail if your WordPress site <a href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/" title="How to Fix WordPress Not Sending Email Issue">fails to send email notifications</a>, or if those emails are marked spam by email providers. </p>
<p>To fix WordPress email issues and improve email deliverability, you need to install and activate <a href="https://wordpress.org/plugins/wp-mail-smtp/"  title="WP Mail SMTP" rel="nofollow">WP Mail SMTP</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>Upon activation, visit <strong>Settings &raquo; WP Mail SMTP</strong> page to configure plugin settings. </p>
<p><img title="WP Mail SMTP settings" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/01/wpmailsmtp-settings.png" alt="WP Mail SMTP settings" width="550" height="363" class="alignnone size-full wp-image-49248" /></p>
<p>This plugin allows you to use SMTP (Simple Mail Transfer Protocol) to send emails. SMTP is a much better and reliable method than the default mail function used by WordPress. </p>
<p>It works with any email service that supports SMTP. This includes your free Gmail account as well as Gsuite or <a href="http://www.wpbeginner.com/refer/google-apps-work/" title="Google Apps for Work">Google Apps for Work</a>, Mailgun, and Sendgrid. </p>
<p>For details see our article on <a href="http://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/" title="How to Use SMTP Server to Send WordPress Emails">how to use SMTP server to send WordPress emails</a>. </p>
<p>We hope this article helped you learn how to efficiently manage WordPress comment notifications for more user engagement and pageviews. You may also want to see our ultimate step by step guide on <a href="http://www.wpbeginner.com/wordpress-performance-speed/" title="The Ultimate Guide to Boost WordPress Speed &amp; Performance">improving WordPress speed and performance</a> for beginners. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-manage-wordpress-comment-notification-emails/">How to Manage WordPress Comment Notification Emails</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/tutorials/how-to-manage-wordpress-comment-notification-emails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
