Description
Privacy pages often include a lot of text, making it hard to keep track of what is going on, and what sections you really want to look up.
This plugin will split up your Privacy Page into an accordion, revealing headings by default and allowing the reader to toggle which section they wish to look into at any given time.
It will pick up any <h2>
tags (or Heading 2
in the WordPress editor), and puts any text following these in a collapsed state.
Any text you wish to have always displayed, for example contact information, should be put early on in your page, before you start introducing any section headers.
Prior to WordPress 4.9.6, a meta box is on the side of your pages where you can mark a Privacy Page, after 4.9.6 is released the plugin will automatically use the option chosen under Tools > Privacy
.
Screenshots
Installation
- Upload to your plugins folder, usually
wp-content/plugins/
- Activate the plugin on the plugin screen.
- Write your Privacy page
Contributors & Developers
“Compact Privacy Pages” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Compact Privacy Pages” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
v 1.1.0
- Add customizer options for some colors, font sizes, and generic settings.
v 1.0.0
- Initial release