PersonaLizer

Description

Improve the UX by adding a UR selector in the UI of your site!

This plugins provides a set of tools in order to let visitors select a profile and have filtered content during the visit.

You can add as many personas as you want, assign posts the them and display a customizable selector on your site.

Use case

Many websites provides a “you are” or “I am” experience.

This plugins allows to create a new taxonomy, called Persona, that you can assign to any post, page or any custom post-type. Each persona can be customized with primary and secondary color.

Once a Persona is selected from the Selector Block, the visitor have the unappropriate content shown attenuated.

You can also list assigned personas on each post in the query loop with the Post persona block.

Premium version

The PRO addon provides more features:

  • Content filtering: not just attenuation, (optional)
  • Block option: Define for each block if you want to make it visible for one or more specific personas
  • Sub-personas: For a more accurate content management
  • Advanced editor: many display options with zero line of code

Screenshots

  • Persona manager
  • Settings page
  • Block editor

Blocks

This plugin provides 3 blocks.

  • Post Personas Displays personas assigned to a post.
  • Current persona The selected persona
  • Persona Selector A selector for choosing personas

Installation

  1. Upload personalizer to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress admin
  3. Go to the settings page in Settings > PersonaLizer
  4. Check the post-types you want to be filtered
  5. In any submenu of selected post-types (eg: posts), access to the Persona manager, and add some ones
  6. Assign posts to personas
  7. Add the persona selector on front with the provided block

FAQ

Can I uses persona on custom post-types?

Yes, all post-types are available. Go to Settings > PersonaLizer and check what you need

Can I display personas assigned to posts in a query loop?

Of course!

The post-personas block is here for that purpose.

Can I exclude posts not matching the selected persona from results?

You want to only show the appropriate posts to your visitors. Actually, non-matching posts are just faded.

If you need to exclude pposts from the main query, you need to get the PRO addon.

How many persona can I create?

As you need!

Just keep in mind that to many choices can be confusing for visitors, but you will handle it.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“PersonaLizer” is open source software. The following people have contributed to this plugin.

Contributors

“PersonaLizer” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “PersonaLizer” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2.0

  • Fix duplicate CSS rules
  • Add personalizer_sanitize_settings hook
  • Use BloCSS library for CSS generation

1.1.0

  • Ensure primary color is different of secondary one
  • Clean rewrite slug
  • Flush permalinks when persona is edited

1.0.0

Initial release