<?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 comment images</title>
	<atom:link href="http://www.wpwife.com/category/wordpress-comment-images/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>
	</channel>
</rss>
