Changeset 1344240
- Timestamp:
- 02/05/2016 06:57:24 PM (10 years ago)
- File:
-
- 1 edited
-
keyword-landing-page-generator/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
keyword-landing-page-generator/trunk/readme.txt
r1344238 r1344240 36 36 * Premium Support 37 37 38 For more information and support, check out: http://www.wpsos.io/ plugin-support/38 For more information and support, check out: http://www.wpsos.io/wordpress-plugin-keyword-landing-page-generator/ 39 39 40 40 == Installation == … … 48 48 == Which options do you modify? == 49 49 50 As of version 1.0, you can choose between the following options.50 You can choose between the following options. 51 51 52 52 = General Settings tab = … … 70 70 = Filters and Actions = 71 71 You can use the following filters: 72 *'wpsos_klpg_shortcode_text' - filters the shortcode text value right before displaying.73 *'wpsos_klpg_custom_content' - filters the custom HTML text configured from General Settings right before displaying to the user.72 1. 'wpsos_klpg_shortcode_text' - filters the shortcode text value right before displaying. 73 2. 'wpsos_klpg_custom_content' - filters the custom HTML text configured from General Settings right before displaying to the user. 74 74 75 75 You can use the following actions: 76 *'wpsos_klpg_before_custom_content' - before displaying the custom HTML text configured from General Settings for the user.77 *'wpsos_klpg_after_custom_content' - after displaying the custom HTML text configured from General Settings for the user.78 *'wpsos_klpg_before_settings_page' - before displaying the settings page in admin UI.79 *'wpsos_klpg_after_settings_page' - after displaying the settings page in admin UI.76 1. 'wpsos_klpg_before_custom_content' - before displaying the custom HTML text configured from General Settings for the user. 77 2. 'wpsos_klpg_after_custom_content' - after displaying the custom HTML text configured from General Settings for the user. 78 3. 'wpsos_klpg_before_settings_page' - before displaying the settings page in admin UI. 79 4. 'wpsos_klpg_after_settings_page' - after displaying the settings page in admin UI. 80 80 81 81 = Using your custom PHP template = … … 94 94 Make sure that you: 95 95 - added the shortcodes to the page content. 96 - added a Triggering Keyword to the URL when testing. For example if you have a keyword 'blue', then try http://your website.com/your-landing-page/blue96 - added a Triggering Keyword to the URL when testing. For example if you have a keyword 'blue', then try http://your-example-website.com/your-landing-page/blue 97 97 - have chosen the option 'Post Name' under Common Settings of the Permalinks settings 98 98
Note: See TracChangeset
for help on using the changeset viewer.