Changeset 3412262
- Timestamp:
- 12/05/2025 02:20:56 PM (4 months ago)
- Location:
- zyflora-landing-page-templates
- Files:
-
- 2 edited
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
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 === 2 2 Contributors: bjjoha 3 3 Tags: landing page, template, canvas, header, footer … … 71 71 72 72 = 1.0.1 = 73 * Updated plugin description and improved readme formatting. 74 75 = 1.0.0 = 73 76 * Initial release. -
zyflora-landing-page-templates/trunk/readme.txt
r3412247 r3412262 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 without header and footer. This gives you a clean and focused page for higher conversions.11 Creates a "Landing Pages" post type that uses a blank template, removing the theme's header and footer for distraction-free pages. 12 12 13 13 == Description == 14 14 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. 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. 17 16 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. 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: 21 18 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. 33 22 34 23 == Installation == 35 24 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. 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. 40 28 41 29 == Frequently Asked Questions == 42 30 43 = When is it usefulto remove the header and footer? =31 = When can it be smart to remove the header and footer? = 44 32 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. 33 The 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. 48 34 49 35 = How do I use the plugin? = 50 36 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. 37 It'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. 53 38 54 = Does it work with my page builder? =39 = Will this work with my page builder (like Elementor, Beaver Builder, etc.)? = 55 40 56 Yes . It works with any editor or builder because it only provides the empty layout.41 Yes, 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. 57 42 58 = Does the plugin load my theme’s CSS? =43 = Will this plugin work with my theme? = 59 44 60 Yes. Your theme’s main stylesheet is still loaded so your fonts and buttons keep the same style.45 Yes. The plugin is designed to be theme-agnostic and should work correctly with any well-coded WordPress theme. 61 46 62 = How do I add tracking scripts? =47 = Does this remove my theme's CSS styling? = 63 48 64 You can add scripts with your page builder, a script manager plugin, or other tools you prefer.49 No, 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. 65 50 66 = Does this affect SEO? =51 = How do I add tracking scripts like Google Analytics or a Meta Pixel? = 67 52 68 No. The plugin keeps `wp_head()` in place so SEO plugins like Rank Math and Yoast continue to work normally.53 Since 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. 69 54 70 = = Screenshots ==55 = Will this affect my website's SEO? = 71 56 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. 57 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. 76 58 77 59 == Changelog == 78 60 79 61 = 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. 83 63 84 64 = 1.0.0 = 85 ✔ Initial release 65 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.