WP Steps

Plugin Banner

WP Steps

by TakonSix

Download
Description

WP Steps shows your content step by step. There is no limit how many steps you use. Content can be everything: part of a form, text, more shortcodes, images… simply everthing.

Translations

The plugin needs no Translation because you can modify every text needed in the shortcode.

Usage

In Editor Codeview you see a button named wpsteps. If you press this button it will insert the shortcode:
[wpsteps step=”” last=”0″ goback=”0″ gobacktxt=”” gonexttxt=”” buttonclass=”btn btn-default”]your content[/wpsteps]

  • step: here you enter the stepnumber (for example 1)
  • last: if you enter nothing there will be a next button, if you enter a 1 there will be no button.
  • goback: 0 = no go back button | 1 = there will be a go back button
  • gobacktxt: here you can enter your own go back button text
  • gonexttxt: here you can enter your own go next button text
  • buttonclass: enter your own buttonclass
  • your content can be everything: part of a form, text, more shortcodes, images… simply everthing you need 😉

Installing the plugin can be done either by searching for “wpsteps” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  1. In Editor Codeview you see a button named <code>wpsteps</code>. If you press this button it will insert the shortcode.

    In Editor Codeview you see a button named wpsteps. If you press this button it will insert the shortcode.

  2. This is how a setup may look.

    This is how a setup may look.

Installation Instructions

Installing the plugin can be done either by searching for “wpsteps” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Back to top