Plugin Directory

Changeset 3412262


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

Update readme description

Location:
zyflora-landing-page-templates
Files:
2 edited

Legend:

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

    r3412207 r3412262  
    1 is this the correct readme to use now:=== Zyflora landing page templates ===
     1=== Zyflora landing page templates ===
    22Contributors: bjjoha
    33Tags: landing page, template, canvas, header, footer
     
    7171
    7272= 1.0.1 =
     73* Updated plugin description and improved readme formatting.
     74
     75= 1.0.0 =
    7376* Initial release.
  • zyflora-landing-page-templates/trunk/readme.txt

    r3412247 r3412262  
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Creates a Landing Pages post type that uses a blank template without header and footer. This gives you a clean and focused page for higher conversions.
     11Creates a "Landing Pages" post type that uses a blank template, removing the theme's header and footer for distraction-free pages.
    1212
    1313== Description ==
    1414
    15 Each landing page uses a blank template without a header or footer.
    16 This gives you a clean page where visitors do not see menus or other elements from your 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 active theme.
    1716
    18 A page with fewer distractions is often better for conversions.
    19 When people only see the message and the offer, they are more likely to take action.
    20 You can build the page with any editor you like. The plugin only provides the empty layout so your editor has full control.
     17This allows you to build completely custom, focused pages using the block editor or your favorite page builder. It's the perfect solution for:
    2118
    22 ### Benefits
    23 ✔ Creates distraction-free landing pages
    24 ✔ No header or footer to pull attention away from your offer
    25 ✔ Works with any page builder
    26 ✔ Gives full control to the editor or builder you use
    27 ✔ Helps improve conversions by focusing on one clear message
    28 ✔ Keeps all landing pages in one place so they are easy to find and organize
    29 ✔ Simple setup and easy for beginners
    30 
    31 Some screenshots show example landing pages that were created in WordPress using the plugin’s blank template.
    32 These examples help show how the layout works, but the plugin always gives you an empty page to start from.
     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.
    3322
    3423== Installation ==
    3524
    36 1. Upload the `zyflora-landing-page-templates` folder to `/wp-content/plugins/`.
    37 2. Activate the plugin in the WordPress admin.
    38 3. Open the new Landing Pages menu in the dashboard.
    39 4. Create your first header-free and footer-free landing page.
     251.  Upload the `zyflora-landing-page-templates` folder to the `/wp-content/plugins/` directory.
     262.  Activate the plugin through the 'Plugins' menu in WordPress.
     273.  Go to the new "Landing Pages" menu in your dashboard to create your first header-less page.
    4028
    4129== Frequently Asked Questions ==
    4230
    43 = When is it useful to remove the header and footer? =
     31= When can it be smart to remove the header and footer? =
    4432
    45 It is useful when you want visitors to focus on one action.
    46 Menus, sidebars and footer links can send people away from your offer.
    47 Removing them creates a more focused landing page.
     33The primary goal is to increase conversions by creating a distraction-free environment for PPC or other advertising. A standard webpage has many "leaks"—navigation links and footer links that can pull a visitor away from your main call-to-action. By removing them, you create a focused landing page perfect for guiding visitors from an ad directly to a single, focused offer.
    4834
    4935= How do I use the plugin? =
    5036
    51 Activate the plugin and open the Landing Pages menu in the WordPress dashboard.
    52 Click Add New to create a page that uses the blank template.
     37It's designed to be incredibly simple. Once activated, the plugin adds a new "Landing Pages" menu to your WordPress dashboard. To create a page without a header or footer, simply go to this new menu and click "Add New." Any page you publish from this section will automatically use the blank, distraction-free template.
    5338
    54 = Does it work with my page builder? =
     39= Will this work with my page builder (like Elementor, Beaver Builder, etc.)? =
    5540
    56 Yes. It works with any editor or builder because it only provides the empty layout.
     41Yes, absolutely. This plugin is the perfect companion for any page builder. It works by providing a completely blank "canvas" for your page, allowing your page builder to take full control of the content area.
    5742
    58 = Does the plugin load my theme’s CSS? =
     43= Will this plugin work with my theme? =
    5944
    60 Yes. Your theme’s main stylesheet is still loaded so your fonts and buttons keep the same style.
     45Yes. The plugin is designed to be theme-agnostic and should work correctly with any well-coded WordPress theme.
    6146
    62 = How do I add tracking scripts? =
     47= Does this remove my theme's CSS styling? =
    6348
    64 You can add scripts with your page builder, a script manager plugin, or other tools you prefer.
     49No, and this is intentional. The plugin still loads your theme's main stylesheet, which allows you to use your theme's existing styles for buttons, fonts, and forms for brand consistency.
    6550
    66 = Does this affect SEO? =
     51= How do I add tracking scripts like Google Analytics or a Meta Pixel? =
    6752
    68 No. The plugin keeps `wp_head()` in place so SEO plugins like Rank Math and Yoast continue to work normally.
     53Since the footer is removed, you will need to add tracking scripts another way. The best solutions are to use a dedicated script management plugin or the "Custom Code" or HTML widget feature within your page builder.
    6954
    70 == Screenshots ==
     55= Will this affect my website's SEO? =
    7156
    72 1. The Landing Pages section in the dashboard.
    73 2. The editor screen where you can build your landing page layout.
    74 3. A landing page being edited using an HTML block in the WordPress editor.
    75 4. A finished landing page example created with the blank template.
     57No. 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.
    7658
    7759== Changelog ==
    7860
    7961= 1.0.1 =
    80 ✔ Updated plugin description
    81 ✔ Added improved documentation
    82 ✔ Cleaned text and formatting
     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.
    8363
    8464= 1.0.0 =
    85 ✔ Initial release
     65*   Initial release.
Note: See TracChangeset for help on using the changeset viewer.