<?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; EU cookie law</title>
	<atom:link href="http://www.wpwife.com/category/eu-cookie-law/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 Add a Cookies Popup in WordPress</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-add-a-cookies-popup-in-wordpress</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-add-a-cookies-popup-in-wordpress#comments</comments>
		<pubDate>Wed, 14 Feb 2018 12:00:24 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[cookie notification plugin for wordpress]]></category>
		<category><![CDATA[EU cookie law]]></category>
		<category><![CDATA[EU cookie law popup in wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=15915</guid>
		<description><![CDATA[
<p>Do you want to add a cookies consent popup in WordPress? The European Union&#8217;s cookie law requires websites to get user consent to set any cookies on their computers. As a WordPress website owner, your website may be using cookies as well. In this article,&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/add-cookies-popup-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/add-cookies-popup-wordpress/">How to Add a Cookies Popup in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to add a cookies consent popup in WordPress? The European Union&#8217;s cookie law requires websites to get user consent to set any cookies on their computers. As a WordPress website owner, your website may be using cookies as well. In this article, we will show you how to add a cookies popup in WordPress.</p>
<p><img title="How to add cookies consent popup in WordPress" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/01/cookiespopupwp.png" alt="How to add cookies consent popup in WordPress" width="550" height="340" class="alignnone size-full wp-image-49870" /></p>
<h4>How WordPress Uses Cookies?</h4>
<p>By default WordPress uses cookies for authentication purposes to store session information for <a href="http://www.wpbeginner.com/wp-tutorials/how-to-force-logout-all-users-in-wordpress/" title="How to Force Logout All Users in WordPress">logged in users</a>. It also sets a cookie when someone leaves a comment on your site. </p>
<p>Apart from these, <a href="http://www.wpbeginner.com/beginners-guide/what-are-wordpress-plugins-how-do-they-work/" title="What Are WordPress Plugins? And How Do They Work?">WordPress plugins</a> can set their own cookies to store different information. For example, <a href="http://www.wpbeginner.com/plugins/how-to-allow-users-to-add-favorite-posts-in-wordpress/" title="http://www.wpbeginner.com/plugins/how-to-allow-users-to-add-favorite-posts-in-wordpress/">WP Favorite Posts</a> plugin shows a user&#8217;s favorite posts by storing them in a cookie. </p>
<p>While cookies are extremely useful, they can also be used to collect information about a user and share it with third party advertising platforms. </p>
<p>This is why in Europe and few other countries, website owners are required to let users know about their usage of cookies. If your website is based in one of those countries or mainly targets audiences in those regions, then you need to show a cookie consent disclaimer on your website. </p>
<p><img title="Cookies notification popup displayed on the BBC website" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/01/cookiesnotification-bbc.png" alt="Cookies notification popup displayed on the BBC website" width="550" height="258" class="alignnone size-full wp-image-49868" /></p>
<p>That being said, let&#8217;s take a look at how to easily display a cookie consent popup in WordPress. </p>
<h4>Showing a Cookie Consent Notification in WordPress</h4>
<p>First thing you need to do is install and activate the <a href="https://wordpress.org/plugins/uk-cookie-consent/"  title="Cookie Consent" rel="nofollow">Cookie Consent</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>Settings &raquo; Cookie Consent</strong> page to configure plugin settings. </p>
<p><img title="Cookie consent notification settings" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/01/cookie-consent-settings.png" alt="Cookie consent notification settings" width="550" height="347" class="alignnone size-full wp-image-49863" /></p>
<p>On this page, you can control when and where you want to show the cookie consent notification. You can also select how you would like it to be closed. </p>
<p>In other settings, you can show or hide it for people visiting from specific geographic locations and set an expiration time for the cookie. </p>
<p>The default settings would work for most websites. Don&#8217;t forget to click on the &#8216;Save Changes&#8217; button to store your settings. </p>
<p>Next, you need to switch to the &#8216;Content&#8217; tab. This is where you can edit the content that will be displayed to your users in the notification. </p>
<p><img title="Edit cookie consent notification content" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/01/notificationcontent.png" alt="Edit cookie consent notification content" width="550" height="376" class="alignnone size-full wp-image-49864" /></p>
<p>Here you also need to select your privacy policy page. If you haven&#8217;t already created a privacy policy page, then you can follow our guide to <a href="http://www.wpbeginner.com/beginners-guide/how-to-add-a-privacy-policy-in-wordpress/" title="How to Add a Privacy Policy in WordPress">create a privacy policy page in WordPress</a> and then select it here. </p>
<p>Once you are done, click on the save changes button to store your settings. </p>
<h4>Changing the Appearance of Your Cookie Consent Notification in WordPress</h4>
<p>Your cookie consent popup is almost ready. You just need to setup how you would like it to be displayed. </p>
<p>First you need to visit <strong>Settings &raquo; Cookie Consent</strong> page and then click on the Styles tab. </p>
<p><img title="Cookie consent popup notification style" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/01/cookieconsentposition.png" alt="Cookie consent popup notification style" width="550" height="333" class="alignnone size-full wp-image-49865" /></p>
<p>On this tab, you can choose the position, colors, borders, and style for your cookie consent popup notification. You can also set a container class and then add <a href="http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/" title="How to Easily Add Custom CSS to Your WordPress Site">custom CSS</a> for your popup. </p>
<p>Once you are finished, click on the save changes button to store your settings. </p>
<p>You can now visit your website to see your cookie consent popup in action. </p>
<p><img title="Cookie consent popup on a WordPress website" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/01/cookiepopup.jpg" alt="Cookie consent popup on a WordPress website" width="550" height="346" class="alignnone size-full wp-image-49867" /></p>
<p>We hope this article helped you add a cookie consent popup to your WordPress site. You may also want to see our ultimate step by step <a href="http://www.wpbeginner.com/wordpress-seo/" title="Ultimate WordPress SEO Guide for Beginners (Step by Step)">WordPress SEO guide</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/plugins/add-cookies-popup-wordpress/">How to Add a Cookies Popup in WordPress</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-add-a-cookies-popup-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
