Genesis eNews - Privacy Policy Link

Genesis eNews Extended (the plugin used for all newsletter signup widgets in our themes) recently added a "Display link to privacy policy" option to help users comply with GDPR. Simply checking the box won't display the link – you'll also need to set a Privacy Policy page. See below for instructions.

How to set a Privacy Policy page

  1. Create a new page on your site to serve as your Privacy Policy page.
  2. In your WordPress dashboard, go to Settings > Privacy.
  3. Under Change your Privacy Policy page, select the page you created in Step 1 and click "Use This Page."
  4. Your Privacy Policy link should now display in your Genesis eNews widget (as long as you have the checkbox turned on).

Centering the Privacy Policy link

If you'd like to center the Privacy Policy link, add the following code snippet to your theme:

.privacy-policy-link {
    display: block;
    clear: both;
    text-align: center; }
How to add code snippets to your theme >