Plugin Directory

Changeset 3412284


Ignore:
Timestamp:
12/05/2025 02:36:41 PM (4 months ago)
Author:
bjjoha
Message:

Update readme wording to clarify template behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zyflora-landing-page-templates/trunk/readme.txt

    r3412262 r3412284  
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Creates a "Landing Pages" post type that uses a blank template, removing the theme's header and footer for distraction-free pages.
     11Creates a Landing Pages post type with a clean, blank template that removes the header and footer for distraction-free pages.
    1212
    1313== Description ==
    1414
    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.
     15Zyflora 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.
    1616
    1717This allows you to build completely custom, focused pages using the block editor or your favorite page builder. It's the perfect solution for:
    1818
    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
     23Some 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
     25The 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.
    2226
    2327== Installation ==
    2428
    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.
     291. Upload the `zyflora-landing-page-templates` folder to the `/wp-content/plugins/` directory.
     302. Activate the plugin through the 'Plugins' menu in WordPress.
     313. Go to the new "Landing Pages" menu in your dashboard to create your first header-less page.
    2832
    2933== Frequently Asked Questions ==
     
    5761No. 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.
    5862
     63== Screenshots ==
     64
     651. The “Landing Pages” section added to your dashboard.
     662. The editor screen where you can edit the HTML layout of your landing page template.
     673. A landing page being edited using an HTML block in the WordPress editor. This screenshot shows part of the actual editing workflow.
     684. A WordPress page made using the plugin. This shows an example of how the blank template can be customized.
     69
    5970== Changelog ==
    6071
    6172= 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.
    6374
    6475= 1.0.0 =
    65 *   Initial release.
     76* Initial release.
Note: See TracChangeset for help on using the changeset viewer.