Changeset 3412284
- Timestamp:
- 12/05/2025 02:36:41 PM (4 months ago)
- File:
-
- 1 edited
-
zyflora-landing-page-templates/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zyflora-landing-page-templates/trunk/readme.txt
r3412262 r3412284 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Creates a "Landing Pages" post type that uses a blank template, removing the theme'sheader and footer for distraction-free pages.11 Creates a Landing Pages post type with a clean, blank template that removes the header and footer for distraction-free pages. 12 12 13 13 == Description == 14 14 15 Zyflora landing page templates adds a new "Landing Pages" menu to your WordPress admin panel. Any page you create here will automatically use a blank page template, removing the header, footer, and sidebars from your active theme.15 Zyflora landing page templates adds a new "Landing Pages" menu to your WordPress admin panel. Any page you create here will automatically use a blank page template, removing the header, footer, and sidebars from your landing page. 16 16 17 17 This allows you to build completely custom, focused pages using the block editor or your favorite page builder. It's the perfect solution for: 18 18 19 * **PPC Campaign Pages:** Create streamlined landing pages that maximize conversions. 20 * **"Coming Soon" Pages:** Build a simple placeholder page while your site is under development. 21 * **Marketing Funnels:** Design dedicated pages for specific steps in your sales funnel. 19 * **PPC Campaign Pages:** Create streamlined landing pages that maximize conversions. 20 * **"Coming Soon" Pages:** Build a simple placeholder page while your site is under development. 21 * **Marketing Funnels:** Design dedicated pages for specific steps in your sales funnel. 22 23 Some screenshots show examples of how a blank landing page can be customized. These example pages were created in WordPress using the plugin’s blank template. 24 25 The screenshots also show the actual editing workflow. You can write or paste your landing page HTML directly inside the block editor, using the HTML block or any layout tool you prefer. All landing pages are kept in one dedicated place in the WordPress dashboard, making it quick and intuitive to find, edit, and manage every landing page you create. 22 26 23 27 == Installation == 24 28 25 1. Upload the `zyflora-landing-page-templates` folder to the `/wp-content/plugins/` directory.26 2. Activate the plugin through the 'Plugins' menu in WordPress.27 3. Go to the new "Landing Pages" menu in your dashboard to create your first header-less page.29 1. Upload the `zyflora-landing-page-templates` folder to the `/wp-content/plugins/` directory. 30 2. Activate the plugin through the 'Plugins' menu in WordPress. 31 3. Go to the new "Landing Pages" menu in your dashboard to create your first header-less page. 28 32 29 33 == Frequently Asked Questions == … … 57 61 No. The plugin is SEO-friendly. Each landing page is a public page that can be indexed. The plugin correctly includes the `wp_head()` function, which is where SEO plugins like Rank Math or Yoast output all necessary meta tags. You retain full SEO control on a per-page basis. 58 62 63 == Screenshots == 64 65 1. The “Landing Pages” section added to your dashboard. 66 2. The editor screen where you can edit the HTML layout of your landing page template. 67 3. A landing page being edited using an HTML block in the WordPress editor. This screenshot shows part of the actual editing workflow. 68 4. A WordPress page made using the plugin. This shows an example of how the blank template can be customized. 69 59 70 == Changelog == 60 71 61 72 = 1.0.1 = 62 * FIX: Updated the plugin by prefixing the Custom Post Type to `zyflora_lp` to prevent conflicts with other plugins, per WordPress.org review feedback.73 * Updated plugin description and improved readme formatting. 63 74 64 75 = 1.0.0 = 65 * Initial release.76 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.