Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Funnel Manager

Descripción

Have you ever needed to arrange your content in a multi-step sequence? Then WP Funnel Manager is what you need!

WP Funnel Manager works great for sales funnels, but it’s also perfect for instruction manuals, online courses, or any kind of content that users must move through sequentially.

How to Use This Plugin

First, ensure you are running at least version 5.8 of WordPress.

After installation, you will find a Funnels screen in the WordPress admin menu. You will find the familiar editing screen to create your first funnel.

Funnels are fully integrated with the new block templates feature of WordPress 5.8. This means you can edit the block template of your funnel by clicking on Template within the block editor. You can also add multiple funnels that share the same block template, or create new funnel types with their own block templates.

To add more steps to a funnel, find the funnel within its funnel type listing and click on Edit Steps. Then, click on Add New to add a new step to this funnel. Again, use the familiar editing screen to add content to this step. All steps of the funnel share the same block template.

Repeat this process for each step of the funnel. Make sure you use the WordPress menu order feature to arrange the steps of your funnel in the correct order.

Instalación

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/wp-funnel-manager directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Funnels screen in WordPress to start building your funnels

FAQ

How do I change «New Funnel Type 1» to something more meaningful?

  1. Edit any funnel that belongs to the funnel type «New Funnel Type 1»
  2. Click on «Template» in the sidebar of the block editor to edit the block template
  3. At the top of the block editor, you can change the name of the block template

How do I delete the first step of my funnel without deleting the whole funnel?

Just go to the Funnels screen, find your funnel and click on Trash. This will delete the first step of the funnel only, and the second step of the funnel will take its place.

Why did my funnels disappear after switching theme?

WP Funnel Manager requires the template editor, which is a new feature that some themes still don’t support. Suggested actions are:

  • Switch back to your previous theme that supports the template editor
  • Contact your theme author and request the theme to support the template editor
  • You can also activate this plugin, which forces your theme to support the template editor

Once your active theme supports the template editor, all your funnels will be automatically restored.

Why did the plugin automatically deactivate itself?

This is a rare issue that the majority of users will never encounter.

WP Funnel Manager requires a core function, wp_get_current_user, to be re-defined in a certain way. Only one plugin at a time is allowed to re-define any given core function, see this article for more explanation. Therefore, if it is detected that another plugin is already re-defining this core function in its own way, WP Funnel Manager is unable to operate.

By deactivating your other plugins one by one, and attemping to re-activate WP Funnel Manager, you can determine which one of your other plugins was causing the conflict with WP Funnel Manager. Once you have found it, you will be able to activate WP Funnel Manager and any other plugin not involved in the conflict.

How do I suggest a new feature or submit a bug report?

Through the WordPress support forum, or on the GitHub page here.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«WP Funnel Manager» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WP Funnel Manager» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.3.2

  • Fixed the user roles, which were previously not working properly

1.3.1

  • Turned off templated funnels for themes that don’t support templates
  • Fixed error with 1.3.0 that modified data unrelated to the plugin
  • Added more tags for plugin directory

1.3.0

  • Compatibility with core version 5.8 (#14)
  • Upgrade software architecture in preparation for later new features (#15)
  • Replaced get_posts with WP_Query

1.2.0

  • New funnel types for full site editing (#11)
    • New user roles and capabilities
    • One author per funnel
    • Removed hierarchical post type
    • Retain all old behaviour for existing funnels
  • Use a namespace
  • Fixed more bugs with trashing funnel (#6)
  • New menu icon
  • Added support for custom fields
  • Apply exterior theme templates to interior (#12)
  • Other bug fixes and enhancements

1.1.0

  • Add readme for wordpress plugin directory
  • Promote first interior when exterior is trashed
  • Enable creation of funnel interiors

1.0.5

  • Remove interiors from admin menu
  • Prevent interiors being saved without an exterior

1.0.4

  • Fix funnel permalinks

1.0.3

  • Register new funnel post types
  • Set up post parent selector
  • Add a link to view and edit funnel interiors