<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Announcements Archives - SeedProd</title>
	<atom:link href="https://www.seedprod.com/category/release-notes/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.seedprod.com</link>
	<description>WordPress Coming Soon Page and Maintenance Mode Plugin</description>
	<lastBuildDate>Tue, 05 May 2026 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.seedprod.com/wp-content/uploads/2020/10/cropped-Favicon-32x32.png</url>
	<title>Announcements Archives - SeedProd</title>
	<link>https://www.seedprod.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SeedProd Is Now Programmable With the WordPress Abilities API</title>
		<link>https://www.seedprod.com/announcement-abilities-api/</link>
		
		<dc:creator><![CDATA[John Turner]]></dc:creator>
		<pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[abilities api]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[seedprod]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=42785</guid>

					<description><![CDATA[<p>SeedProd now supports the WordPress Abilities API. Trigger coming soon mode, status checks, theme imports, and more from Claude, WPVibe, or any REST client.</p>
The post <a href="https://www.seedprod.com/announcement-abilities-api/">SeedProd Is Now Programmable With the WordPress Abilities API</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img fetchpriority="high" decoding="async" width="800" height="420" src="https://www.seedprod.com/wp-content/uploads/2026/04/abilities-api-announcement-800x420.webp" class="attachment-large size-large wp-post-image" alt="SeedProd Is Now Programmable With the WordPress Abilities API" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2026/04/abilities-api-announcement-800x420.webp 800w, https://www.seedprod.com/wp-content/uploads/2026/04/abilities-api-announcement-400x210.webp 400w, https://www.seedprod.com/wp-content/uploads/2026/04/abilities-api-announcement-768x403.webp 768w, https://www.seedprod.com/wp-content/uploads/2026/04/abilities-api-announcement-50x26.webp 50w, https://www.seedprod.com/wp-content/uploads/2026/04/abilities-api-announcement.webp 1200w" sizes="(max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">A few months ago, I was building an automation for one of my sites. I wanted a script to toggle coming soon mode off after a content update, the kind of thing you repeat on every site you manage. Simple enough. One action.</p>



<p class="wp-block-paragraph">Here’s what I expected: a quick API call and done. Here’s what actually happened: no standard endpoint existed. Doing it meant opening the dashboard and clicking through by hand.</p>



<p class="wp-block-paragraph">That’s the friction we’ve been working to remove.</p>



<p class="wp-block-paragraph">Today I’m announcing SeedProd’s integration with the WordPress Abilities API. It’s a new standard in WordPress 6.9 that lets plugins register named actions and expose them to any REST API client.</p>



<p class="wp-block-paragraph">In v6.20.0, <a href="https://www.seedprod.com" target="_blank" title="SeedProd - Best Drag &amp; Drop WordPress Website Builder">SeedProd</a> registers eight of those actions, so any compatible tool can discover what SeedProd can do and trigger it directly, without touching the dashboard.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="800" height="292" src="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-api-workflow.png" alt="Diagram showing SeedProd registering abilities with the WordPress Abilities API, which connects to Claude, WPVibe, and any REST client" class="wp-image-42796" srcset="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-api-workflow.png 800w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-api-workflow-400x146.png 400w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-api-workflow-768x280.png 768w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-api-workflow-50x18.png 50w" sizes="(max-width: 800px) 100vw, 800px" /></figure>



<h2 class="wp-block-heading">Control SeedProd Without Touching the Dashboard</h2>



<p class="wp-block-paragraph">Eight abilities ship in this first release, and all are available on every SeedProd plan. The only exceptions are abilities tied to Pro features, like toggling your theme builder on and off. If your license doesn&#8217;t include the feature, the ability won&#8217;t apply:</p>



<ul class="wp-block-list">
<li><strong>get-status</strong> – Returns SeedProd’s current state: coming soon mode, maintenance mode, theme builder status, and license info.</li>



<li><strong>toggle-coming-soon</strong> – Turns coming soon mode on or off.</li>



<li><strong>toggle-maintenance</strong> – Turns maintenance mode on or off.</li>



<li><strong>list-pages</strong> – Returns all SeedProd pages with their IDs.</li>



<li><strong>save-page</strong> – Creates or updates a SeedProd page.</li>



<li><strong>toggle-theme</strong> – Turns the SeedProd theme builder on or off.</li>



<li><strong>import-theme</strong> – Imports a SeedProd theme from a ZIP URL.</li>



<li><strong>activate-license</strong> – Activates a Pro license key.</li>
</ul>



<p class="wp-block-paragraph">This is the first set. We’re adding more as we see how people use them and what’s most useful to automate.</p>



<h2 class="wp-block-heading">How This Changes Your Workflow</h2>



<p class="wp-block-paragraph">Let’s say you’re deploying a new client site and need to import a theme, activate a license, and toggle coming soon mode before the handoff. That used to mean three separate screens in the dashboard.</p>



<p class="wp-block-paragraph">Now it’s three API calls, or one conversation with <a href="https://wpvibe.ai/" title="">WPVibe</a>, our free plugin that <a href="https://www.seedprod.com/wpvibe-connect-ai-mcp-wordpress/" title="">connects your WordPress site to AI tools</a> like Claude and ChatGPT.</p>



<p class="wp-block-paragraph">Or maybe you’re managing twenty sites and need a quick status check before a major WordPress update. One get-status call per site tells you which ones have coming soon mode active, which themes are running, and whether licenses are current.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="800" height="527" src="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-current-status-800x527.png" alt="Claude showing SeedProd's current status after running the get-status ability, including coming soon mode, maintenance mode, theme builder, and license status" class="wp-image-42789" srcset="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-current-status-800x527.png 800w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-current-status-400x264.png 400w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-current-status-768x506.png 768w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-current-status-50x33.png 50w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-current-status.png 982w" sizes="(max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">The pattern holds for anything repetitive: maintenance mode before deployments, page checks before migrations, theme imports across batches of new sites. If you do it more than once, it can be scripted or handed to your AI.</p>



<h2 class="wp-block-heading">How to Get Started with the Abilities API</h2>



<p class="wp-block-paragraph">The Abilities API is a WordPress 6.9 feature, so you’ll need to be on 6.9 or higher before the endpoints exist on your site. You can check your version under Dashboard » Updates.</p>



<h3 class="wp-block-heading">Step 1: Update SeedProd to v6.20.0</h3>



<p class="wp-block-paragraph">Go to Plugins in your WordPress dashboard and update SeedProd. The Abilities API registers automatically, with no separate setup needed.</p>



<h3 class="wp-block-heading">Step 2: Check What’s Available</h3>



<p class="wp-block-paragraph">Any connected tool can ask WordPress which plugin actions are registered on your site. SeedProd’s abilities show up automatically in that list, so there’s nothing extra to configure.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="800" height="593" src="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-800x593.png?wsr" alt="The 8 SeedProd abilities listed in Claude after connecting a WordPress site, including get-status, toggle-coming-soon, toggle-maintenance, and more" class="wp-image-42787" srcset="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-800x593.png 800w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-400x297.png 400w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-768x569.png 768w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-50x37.png 50w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities.png 882w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<h3 class="wp-block-heading">Step 3: Run an action</h3>



<p class="wp-block-paragraph">Tell your tool which ability to trigger. Ask it to toggle coming soon mode, check your site status, or <a href="https://www.seedprod.com/how-to-export-a-wordpress-theme/" title="How to Export a WordPress Theme (+ Import to Another Site)">import a theme</a> and it calls the right endpoint. You don’t need to handle the API calls yourself.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="800" height="362" src="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-toggle-coming-soon-800x362.png?wsr" alt="Claude confirming the SeedProd toggle-coming-soon ability ran successfully, turning coming soon mode off on a connected WordPress site" class="wp-image-42788" srcset="https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-toggle-coming-soon-800x362.png 800w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-toggle-coming-soon-400x181.png 400w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-toggle-coming-soon-768x348.png 768w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-toggle-coming-soon-50x23.png 50w, https://www.seedprod.com/wp-content/uploads/2026/04/seedprod-abilities-toggle-coming-soon.png 875w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<h3 class="wp-block-heading">Step 4: Connect your AI tool</h3>



<p class="wp-block-paragraph">If you’re using WPVibe, it detects SeedProd’s abilities automatically on any connected site. Start a conversation and ask it to take action.</p>



<h2 class="wp-block-heading">Why SeedProd Works With Your Tools</h2>



<p class="wp-block-paragraph">Before the Abilities API, you had to know a plugin’s custom endpoints to trigger its features via REST, if it had any at all. Anything outside the standard WordPress REST API meant WP-CLI, manual dashboard work, or a custom integration built for that plugin specifically.</p>



<p class="wp-block-paragraph">WordPress 6.9 introduced the Abilities API to fix that. It gives plugins a standard way to register named actions that any compatible client can discover and run. Because SeedProd supports it, AI tools and automation scripts work with it out of the box, without a separate integration for each one.</p>



<p class="wp-block-paragraph">Update to v6.20.0 and give it a try. If you’re already using WPVibe, connect it to your SeedProd site and ask it to run an ability. I’d love to hear what you automate first.</p>



<p class="wp-block-paragraph">Thank you for being part of the SeedProd community.</p>



<p class="wp-block-paragraph">John and the SeedProd team</p>



<p class="wp-block-paragraph"><em>P.S. Not on SeedProd Pro yet? <a href="https://www.seedprod.com/pricing/" title="">Get started with SeedProd Pro</a> today to unlock the full set of abilities.</em></p>The post <a href="https://www.seedprod.com/announcement-abilities-api/">SeedProd Is Now Programmable With the WordPress Abilities API</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Introducing WPVibe MCP: Connect Claude, ChatGPT &#038; Any AI Assistant to Your WordPress Site</title>
		<link>https://www.seedprod.com/wpvibe-connect-ai-mcp-wordpress/</link>
		
		<dc:creator><![CDATA[Turner John]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 18:57:57 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=42381</guid>

					<description><![CDATA[<p>&#124;&#124;&#124; If you manage a WordPress site, you know the routine. Every update means logging in, clicking through menus, and doing it all manually. Rinse and repeat. What if you could skip all that and just tell your AI what you want? There are a few ways to connect AI to WordPress today, but each [&#8230;]</p>
The post <a href="https://www.seedprod.com/wpvibe-connect-ai-mcp-wordpress/">Introducing WPVibe MCP: Connect Claude, ChatGPT & Any AI Assistant to Your WordPress Site</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="447" src="https://www.seedprod.com/wp-content/uploads/2026/03/WPVibe-Launch-Banner-Connect-AI-to-WordPress-800x447.jpg" class="attachment-large size-large wp-post-image" alt="WPVibe - Your AI Can Now Control WordPress" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2026/03/WPVibe-Launch-Banner-Connect-AI-to-WordPress-800x447.jpg 800w, https://www.seedprod.com/wp-content/uploads/2026/03/WPVibe-Launch-Banner-Connect-AI-to-WordPress-400x223.jpg 400w, https://www.seedprod.com/wp-content/uploads/2026/03/WPVibe-Launch-Banner-Connect-AI-to-WordPress-768x429.jpg 768w, https://www.seedprod.com/wp-content/uploads/2026/03/WPVibe-Launch-Banner-Connect-AI-to-WordPress-50x28.jpg 50w, https://www.seedprod.com/wp-content/uploads/2026/03/WPVibe-Launch-Banner-Connect-AI-to-WordPress-1536x857.jpg 1536w, https://www.seedprod.com/wp-content/uploads/2026/03/WPVibe-Launch-Banner-Connect-AI-to-WordPress-2048x1143.jpg 2048w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">If you manage a WordPress site, you know the routine. Every update means logging in, clicking through menus, and doing it all manually. Rinse and repeat.</p>



<p class="wp-block-paragraph">What if you could skip all that and just tell your AI what you want?</p>



<p class="wp-block-paragraph">There are a few ways to connect AI to WordPress today, but each has limitations:</p>



<ul class="wp-block-list">
<li>WordPress.com&#8217;s <a href="https://www.seedprod.com/what-is-mcp-for-wordpress/" title="">MCP</a> only works with WordPress.com-hosted sites.</li>



<li>The official WP MCP Adapter plugin only works with local AI clients like Claude Desktop and Cursor, not Claude.ai or ChatGPT.</li>
</ul>



<p class="wp-block-paragraph">And neither gives you full REST API access to manage your site.</p>



<figure class="wp-block-table is-style-stripes"><table><thead><tr><th>Feature</th><th>WPVibe</th><th><strong>WP MCP Adapter</strong></th><th><strong>WordPress.com MCP</strong></th></tr></thead><tbody><tr><td>Works with</td><td>Any self-hosted WP</td><td>Any self-hosted WP</td><td>WordPress.com only</td></tr><tr><td>Connection</td><td>Remote (hosted)</td><td>Local plugin (stdio)</td><td>Remote (hosted)</td></tr><tr><td>Claude.ai / ChatGPT</td><td>✓</td><td>✗</td><td>✓</td></tr><tr><td>Claude Desktop / Code</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Cursor / Windsurf</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Full REST API</td><td>✓</td><td>✗</td><td>✗</td></tr><tr><td>Abilities API</td><td>✓</td><td>✓</td><td>✗</td></tr><tr><td>Setup</td><td>Paste URL + one click</td><td>Install plugin + config file</td><td>Paste URL</td></tr><tr><td>Price</td><td>Free</td><td>Free</td><td>Free</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><a href="https://wpvibe.ai/" title="">WPVibe</a> takes a different approach. Instead of bringing AI into WordPress, it brings your WordPress site into your AI.</p>



<p class="wp-block-paragraph">You work in Claude.ai, ChatGPT, Cursor, or whatever AI client you already use, and your AI manages WordPress for you through conversation.</p>



<p class="wp-block-paragraph">In fact, I&#8217;m writing this post with WPVibe right now. I told Claude to create a draft on seedprod.com, set the featured image, and format the content.</p>



<p class="wp-block-paragraph">I never opened wp-admin or copied and pasted anything. I just used conversation.</p>



<p class="wp-block-paragraph">WPVibe is free and works with any self-hosted WordPress site. Remote or local. Claude.ai, ChatGPT, Cursor, Windsurf, Claude Desktop, and more.</p>



<p class="wp-block-paragraph">It takes less than 2 minutes to set up. Install the plugin, connect your AI assistant with one click, and start talking to your site. You don&#8217;t need to touch any code or manage API keys.</p>



<h2 class="wp-block-heading">Watch WPVibe in Action</h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="embed-responsive  embed-responsive-16by9"><iframe loading="lazy" class="embed-responsive-item"   title="Control WordPress from ChatGPT &amp; Claude with WPVibe" width="500" height="375" src="https://www.youtube.com/embed/3wXrtYUYLbE?feature=oembed&#038;enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<h2 class="wp-block-heading">What Can WPVibe Do for Your WordPress Site?</h2>



<p class="wp-block-paragraph">Here&#8217;s everything you get with WPVibe, completely free:</p>



<ul class="wp-block-list">
<li><strong>AI Content Management</strong> – Tell Claude to draft a blog post, ask ChatGPT to update your about page, or manage your media library through conversation. No menus, no clicking around.</li>



<li><strong>Full WordPress REST API Access</strong> – Your AI can manage any part of your site through the REST API, including custom post types and plugin settings. If WordPress can do it, your AI can do it.</li>



<li><strong>WordPress Abilities API Support</strong> – On WordPress 6.9+ sites, your AI automatically discovers what your plugins can do and works with them directly. No custom setup needed.</li>



<li><strong>Theme File Browsing</strong> – Understand how your theme is built before making any changes. Your AI can browse the file structure, search through code, and analyze how everything fits together.</li>



<li><strong>Media Uploads from Any URL</strong> – No more downloading and re-uploading images. Just give your AI an image URL and it adds it directly to your media library.</li>



<li><strong>Live Reload</strong> – No other WordPress MCP tool does this. Every change your AI makes automatically refreshes your frontend pages and sends a notification in wp-admin with a direct link to the updated content.</li>



<li><strong>One-Click Authorization</strong> – Click one link in your WordPress admin and you&#8217;re connected.</li>



<li><strong>Any AI Client</strong> – Use whatever AI you already pay for. Claude.ai, ChatGPT, Claude Desktop, Cursor, Windsurf, and more. Your content stays on your server with no vendor lock-in.</li>
</ul>



<h2 class="wp-block-heading">What You Can Say to Your AI</h2>



<p class="wp-block-paragraph">Here are a few examples of what you can do with WPVibe — just by typing a message:</p>



<ul class="wp-block-list">
<li>&#8220;Create a draft post about our summer collection with a hero image and schedule it for Tuesday&#8221;</li>



<li>&#8220;Put all products in the Summer category on 20% sale through July&#8221;</li>



<li>&#8220;Show me a breakdown of our contact form submissions by topic this month&#8221;</li>



<li>&#8220;Find all posts that are missing a featured image&#8221;</li>



<li>&#8220;Update the meta description for our top 10 most visited pages&#8221;</li>



<li>&#8220;Move all draft posts older than 6 months to trash&#8221;</li>
</ul>



<p class="wp-block-paragraph">If your site can do it through the WordPress REST API or the new Abilities API, your AI can do it through WPVibe.</p>



<h2 class="wp-block-heading">WPVibe Is Perfect For</h2>



<ul class="wp-block-list">
<li><strong>Bloggers &amp; Content Creators</strong> – Write and publish posts, organize content, and manage media through conversation. Great for creating more content in less time without living in wp-admin.</li>



<li><strong>WordPress Developers</strong> – Browse theme files and analyze code structure. Understand how any theme is built without manually clicking through files.</li>



<li><strong>Agencies &amp; Site Managers</strong> – Connect client sites and manage content at scale. Automate routine tasks that eat up billable hours.</li>



<li><strong>WooCommerce Store Owners</strong> – Update product descriptions, manage store settings, and keep your catalog fresh without logging into wp-admin every time.</li>
</ul>



<h2 class="wp-block-heading">How to Get Started with WPVibe</h2>



<p class="wp-block-paragraph">Setting up WPVibe takes less than 2 minutes:</p>



<h3 class="wp-block-heading">Step 1: Install the Plugin</h3>



<p class="wp-block-paragraph"><a href="https://wpvibe.ai/vibe-ai.zip">Download WPVibe</a> and install it on your WordPress site via <strong>Plugins » Add New » Upload Plugin</strong>. Activate the plugin.</p>



<h3 class="wp-block-heading">Step 2: Connect Your AI Assistant</h3>



<p class="wp-block-paragraph">Pick your AI client and follow the instructions below:</p>



<p class="wp-block-paragraph"><strong>Claude.ai</strong><br>Go to <strong>Settings » MCP Servers » Add Server</strong>. Enter the name &#8220;WPVibe&#8221; and the URL <code>https://mcp.wpvibe.ai/mcp</code>. Click Save. Open a new chat and ask WPVibe to connect your site.</p>



<p class="wp-block-paragraph"><strong>ChatGPT</strong><br>Go to <strong>Settings » MCP » Add MCP Server</strong>. Enter the name &#8220;WPVibe&#8221; and the URL <code>https://mcp.wpvibe.ai/mcp</code>. Click Add. Start a new conversation and ask WPVibe to connect your site.</p>



<p class="wp-block-paragraph"><strong>Claude Desktop</strong><br>Open <strong>Settings » Developer » Edit Config</strong>. Add WPVibe to your MCP servers with the URL <code>https://mcp.wpvibe.ai/mcp</code>. Restart Claude Desktop and ask WPVibe to connect your site.</p>



<p class="wp-block-paragraph"><strong>Cursor</strong><br>Go to <strong>Cursor Settings » MCP » Add New MCP Server</strong>. Set type to &#8220;SSE&#8221; and enter the URL <code>https://mcp.wpvibe.ai/mcp</code>. Ask WPVibe to connect your site in Composer.</p>



<p class="wp-block-paragraph"><strong>Claude Code (CLI)</strong><br>Run <code>claude mcp add wpvibe --transport http https://mcp.wpvibe.ai/mcp</code> in your terminal. Start a new session and ask WPVibe to connect your site.</p>



<h3 class="wp-block-heading">Step 3: Authorize the Connection</h3>



<p class="wp-block-paragraph">When you ask WPVibe to connect your site, it generates a one-click authorization link. Click it.</p>



<p class="wp-block-paragraph">It opens your WordPress admin where you approve with one click. Credentials are encrypted and stored securely. Done.</p>



<h3 class="wp-block-heading">Step 4: Start Managing Your Site</h3>



<p class="wp-block-paragraph">That&#8217;s it. Start talking to your AI about your WordPress site. &#8220;Create a new page called About Us.&#8221; &#8220;Update the blog post title.&#8221; &#8220;Upload this image to the media library.&#8221; Your AI handles the rest.</p>



<h2 class="wp-block-heading">Get WPVibe Today – It&#8217;s Free</h2>



<p class="wp-block-paragraph">Give WPVibe a try. Install the plugin, connect your favorite AI assistant, and experience what it&#8217;s like to manage your WordPress site through conversation.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-background wp-element-button" href="https://wpvibe.ai/vibe-ai.zip" style="background-color:#16a34a">Download WPVibe Free</a></div>
</div>



<p class="wp-block-paragraph">As always, thank you for your continued support of <a href="https://www.seedprod.com" target="_blank" title="SeedProd - Best Drag &amp; Drop WordPress Website Builder">SeedProd</a>, and we look forward to bringing you more exciting updates in the future.</p>



<p class="wp-block-paragraph">John and the SeedProd team</p>



<p class="wp-block-paragraph"><em>P.S. We&#8217;re already working on WPVibe Pro with AI theme editing, WP-CLI commands, and deep SeedProd integration coming soon. <a href="https://wpvibe.ai/?utm_source=seedprod&amp;utm_medium=blog&amp;utm_campaign=launch">Sign up at wpvibe.ai</a> to get notified when it launches.</em></p>The post <a href="https://www.seedprod.com/wpvibe-connect-ai-mcp-wordpress/">Introducing WPVibe MCP: Connect Claude, ChatGPT & Any AI Assistant to Your WordPress Site</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Meet the New SeedProd Dashboard: Built the Way You Work</title>
		<link>https://www.seedprod.com/announcement-new-seedprod-dashboard/</link>
		
		<dc:creator><![CDATA[John Turner]]></dc:creator>
		<pubDate>Mon, 20 Oct 2025 12:00:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[seedprod]]></category>
		<category><![CDATA[WordPress website builder]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=40834</guid>

					<description><![CDATA[<p>The new SeedProd dashboard is here. Enjoy a cleaner design, simpler navigation, and faster access to everything you need to build your website.</p>
The post <a href="https://www.seedprod.com/announcement-new-seedprod-dashboard/">Meet the New SeedProd Dashboard: Built the Way You Work</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="420" src="https://www.seedprod.com/wp-content/uploads/2025/10/meet-the-new-dashboard-built-the-way-you-work-2x-800x420.jpg" class="attachment-large size-large wp-post-image" alt="Meet the New SeedProd Dashboard: Built the Way You Work" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/meet-the-new-dashboard-built-the-way-you-work-2x-800x420.jpg 800w, https://www.seedprod.com/wp-content/uploads/2025/10/meet-the-new-dashboard-built-the-way-you-work-2x-400x210.jpg 400w, https://www.seedprod.com/wp-content/uploads/2025/10/meet-the-new-dashboard-built-the-way-you-work-2x-768x403.jpg 768w, https://www.seedprod.com/wp-content/uploads/2025/10/meet-the-new-dashboard-built-the-way-you-work-2x-50x26.jpg 50w, https://www.seedprod.com/wp-content/uploads/2025/10/meet-the-new-dashboard-built-the-way-you-work-2x.jpg 1200w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">Every great website starts with momentum, that feeling of knowing exactly what to do next. The new SeedProd dashboard is designed to give you that from the very first click.</p>



<p class="wp-block-paragraph">We’ve reimagined the layout to make your workflow faster and more intuitive. The tools you use most are front and center, so you can move from idea to finished page with less effort and more focus.</p>



<p class="wp-block-paragraph">It’s a clean experience that makes it easier to start building the website you need right away.</p>



<h2 class="wp-block-heading">A Smarter Dashboard Designed by You</h2>



<p class="wp-block-paragraph">The new <a href="https://www.seedprod.com" title="SeedProd - Best Drag &amp; Drop WordPress Website Builder">SeedProd</a> dashboard began with a simple goal: to make building your website easier.</p>



<p class="wp-block-paragraph">We looked closely at how people use SeedProd each day, like where they click, what they open most, and how they move through different tools.</p>



<p class="wp-block-paragraph">That research helped us understand what matters most:</p>



<ul class="wp-block-list">
<li>A clear starting point</li>



<li>Fewer steps</li>



<li>Faster access to what you need</li>
</ul>



<p class="wp-block-paragraph">Instead of adding more, <strong>we simplified</strong>.</p>



<p class="wp-block-paragraph">The new design removes clutter, highlights key actions, and keeps everything within easy reach.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="566" src="https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-dashboard-redesign.png" alt="New SeedProd dashboard showing simplified layout with main panels for setup, landing pages, and website builder." class="wp-image-40841" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-dashboard-redesign.png 800w, https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-dashboard-redesign-400x283.png 400w, https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-dashboard-redesign-768x543.png 768w, https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-dashboard-redesign-50x35.png 50w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">The result is a dashboard shaped by real use and real feedback, built to help you move quickly and stay focused on creating.</p>



<h2 class="wp-block-heading">One Dashboard for Every Way You Build</h2>



<p class="wp-block-paragraph">The new SeedProd dashboard brings everything together in a clean workspace, so everything you need to create and manage your website starts in one place.</p>



<p class="wp-block-paragraph">At the center of the update are four main panels that give you quick access to every part of your workflow.</p>



<h3 class="wp-block-heading">Your New Starting Point</h3>



<p class="wp-block-paragraph">The <strong>Setup &amp; Status</strong> panel is now where your projects begin.</p>



<p class="wp-block-paragraph">From here, you can enable Coming Soon or Maintenance Mode, set up custom Login and 404 pages, or <a href="https://www.seedprod.com/how-to-create-a-landing-page/" title="How to Create a Landing Page in WordPress (Without Code)">create new landing pages</a> from one simple panel.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="737" height="480" src="https://www.seedprod.com/wp-content/uploads/2025/10/setup-status-panel-seedprod.png" alt="Setup and Status panel in SeedProd showing options to enable Coming Soon Mode, Maintenance Mode, Login, and 404 pages." class="wp-image-40842" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/setup-status-panel-seedprod.png 737w, https://www.seedprod.com/wp-content/uploads/2025/10/setup-status-panel-seedprod-400x261.png 400w, https://www.seedprod.com/wp-content/uploads/2025/10/setup-status-panel-seedprod-50x33.png 50w" sizes="auto, (max-width: 737px) 100vw, 737px" /></figure>



<p class="wp-block-paragraph">The Landing Pages dashboard also includes the Import and Export feature, now moved here for easier access. You can quickly reuse your favorite designs or transfer them between sites with a few easy clicks.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="624" src="https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-landing-pages-dashboard-seedprod.png" alt="Updated Landing Pages dashboard in SeedProd with Import and Export options for reusing and transferring page designs." class="wp-image-40843" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-landing-pages-dashboard-seedprod.png 800w, https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-landing-pages-dashboard-seedprod-400x312.png 400w, https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-landing-pages-dashboard-seedprod-768x599.png 768w, https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-landing-pages-dashboard-seedprod-50x39.png 50w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">The Setup &amp; Status panel also connects directly to the Website Builder dashboard, where you’ll find the theme import and export options and a cleaner toggle to enable your SeedProd theme.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="570" src="https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-website-builder-dashboard-seedprod.png" alt="SeedProd Website Builder dashboard with theme import and export controls and toggle to enable the active SeedProd theme." class="wp-image-40844" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-website-builder-dashboard-seedprod.png 800w, https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-website-builder-dashboard-seedprod-400x285.png 400w, https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-website-builder-dashboard-seedprod-768x547.png 768w, https://www.seedprod.com/wp-content/uploads/2025/10/redesigned-website-builder-dashboard-seedprod-50x36.png 50w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">At the bottom of that first panel, you’ll see a subscriber count that shows how many people have signed up through your SeedProd opt-in forms. It’s an easy way to track your growth right from your dashboard.</p>



<h3 class="wp-block-heading">More Panels to Keep You Connected</h3>



<p class="wp-block-paragraph">The remaining panels are designed to give you everything you need  at a glance, from <a href="https://www.seedprod.com/best-wordpress-plugins/" title="11 Must-Have WordPress Plugins for Business Websites">trusted WordPress plugin</a> suggestions to quick access to support and product news.</p>



<ul class="wp-block-list">
<li><strong>Recommended Plugins:</strong> Find WordPress tools that work seamlessly with SeedProd, all tested for compatibility and performance.</li>



<li><strong>Help &amp; Resources:</strong> Jump straight to documentation, video tutorials, or the support center without leaving your dashboard.</li>



<li><strong>What’s New:</strong> Catch up on the latest product updates, announcements, and new feature releases as they happen.</li>
</ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="330" src="https://www.seedprod.com/wp-content/uploads/2025/10/help-whats-new-panels-seedprod.png" alt="SeedProd dashboard panels for Recommended Plugins, Help and Resources, and What’s New updates." class="wp-image-40845" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/help-whats-new-panels-seedprod.png 800w, https://www.seedprod.com/wp-content/uploads/2025/10/help-whats-new-panels-seedprod-400x165.png 400w, https://www.seedprod.com/wp-content/uploads/2025/10/help-whats-new-panels-seedprod-768x317.png 768w, https://www.seedprod.com/wp-content/uploads/2025/10/help-whats-new-panels-seedprod-50x21.png 50w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<h3 class="wp-block-heading">A Simpler Sidebar to Match</h3>



<p class="wp-block-paragraph">The SeedProd sidebar menu has been redesigned to match the clean, focused layout of the new dashboard. It’s shorter, clearer, and built around the tools you use most.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="536" height="447" src="https://www.seedprod.com/wp-content/uploads/2025/10/admin-menu-seedprod.png" alt="Redesigned SeedProd sidebar menu showing Dashboard, AI Theme Builder, Website Builder, Landing Pages, and Settings." class="wp-image-40846" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/admin-menu-seedprod.png 536w, https://www.seedprod.com/wp-content/uploads/2025/10/admin-menu-seedprod-400x334.png 400w, https://www.seedprod.com/wp-content/uploads/2025/10/admin-menu-seedprod-50x42.png 50w" sizes="auto, (max-width: 536px) 100vw, 536px" /></figure>
</div>


<p class="wp-block-paragraph">You’ll now see fewer main sections:</p>



<ul class="wp-block-list">
<li><strong>Dashboard</strong></li>



<li><strong>AI Theme Builder</strong> &#8211; Build your full website instantly at <a href="https://ai.seedprod.com/" target="_blank" rel="noopener" title="">ai.seedprod.com</a>.</li>



<li><strong>Website Builder</strong> &#8211; Access and edit your SeedProd theme templates and parts.</li>



<li><strong>Landing Pages</strong> &#8211; Manage your pages, templates, and page modes.</li>



<li><strong>Settings</strong> &#8211; Organized into tabs for General, Subscribers, Recommended Plugins, and About Us.</li>
</ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="612" src="https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-settings-redesign.png" alt="New Settings screen in SeedProd with organized tabs for General, Subscribers, Recommended Plugins, and About Us." class="wp-image-40847" srcset="https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-settings-redesign.png 800w, https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-settings-redesign-400x306.png 400w, https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-settings-redesign-768x588.png 768w, https://www.seedprod.com/wp-content/uploads/2025/10/seedprod-settings-redesign-50x38.png 50w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">This new structure makes it easier to move between sections without losing focus. Whatever you&#8217;re building, everything you need is right where you expect it.</p>



<h2 class="wp-block-heading">What This Redesign Means for You</h2>



<p class="wp-block-paragraph">This redesign is made for every kind of website creator. Whether you’re <a href="https://www.seedprod.com/how-to-create-a-wordpress-website-for-beginners/" title="How to Create a WordPress Website for Beginners">building your first site</a> or managing projects for clients, it helps you move quickly and stay focused.</p>



<ul class="wp-block-list">
<li><strong>Small business owners</strong> can launch professional websites without the learning curve. Tools like landing pages, coming soon mode, and maintenance mode are all easy to find and ready to use.</li>
</ul>



<ul class="wp-block-list">
<li><strong>Freelancers and agencies</strong> can deliver projects faster with a layout their whole team can pick up right away. Everything is organized for smoother handoffs and quicker results.</li>
</ul>



<ul class="wp-block-list">
<li><strong>Marketers</strong> can create high-converting campaigns with direct access to templates and subscriber insights in one clear workspace.</li>
</ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="538" src="https://www.seedprod.com/wp-content/uploads/2025/10/CleanShot2025-10-07at134120-ezgifcom-optimize.gif" alt="Animated preview showing the new SeedProd dashboard workflow and transitions between panels." class="wp-image-40848"/></figure>



<p class="wp-block-paragraph">We designed this around a simple idea: <strong>the best interface is the one that gets out of your way</strong>. No hidden menus, no complex navigation, just the tools you need, right when you need them.</p>



<h3 class="wp-block-heading">See the New Dashboard for Yourself</h3>



<p class="wp-block-paragraph">The redesigned SeedProd dashboard is ready for you to try, built to help you work faster and keep building without distractions. Log in to your account and see how easy it feels to move from idea to launch.</p>



<p class="wp-block-paragraph">This simpler design also makes room for what’s next. We’re already working on new AI tools that will build on this and make creating with <a href="https://www.seedprod.com/what-is-seedprod-ai/" title="">SeedProd AI</a> even easier.</p>



<p class="wp-block-paragraph">Thank you for being part of the SeedProd community and helping shape where we go next.</p>



<p class="wp-block-paragraph"><strong>John Turner<em> </em>and the SeedProd team.</strong></p>



<p class="wp-block-paragraph"><em>P.S. Don’t have SeedProd Pro yet? Click here to&nbsp;<a href="https://www.seedprod.com/pricing/">get SeedProd Pro</a>&nbsp;and join over 1 million website owners who trust SeedProd to create professional WordPress websites without the hassle.</em></p>The post <a href="https://www.seedprod.com/announcement-new-seedprod-dashboard/">Meet the New SeedProd Dashboard: Built the Way You Work</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New SeedProd AI: From Idea to WordPress Site in 60 Seconds</title>
		<link>https://www.seedprod.com/announcement-seedprod-ai-redesign/</link>
		
		<dc:creator><![CDATA[John Turner]]></dc:creator>
		<pubDate>Mon, 29 Sep 2025 12:00:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[AI content]]></category>
		<category><![CDATA[ai WordPress builder]]></category>
		<category><![CDATA[seedprod ai]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=40797</guid>

					<description><![CDATA[<p>Meet the new SeedProd AI: Instantly generate a WordPress website in under a minute, preview the design, and bring it live with SeedProd Pro.</p>
The post <a href="https://www.seedprod.com/announcement-seedprod-ai-redesign/">New SeedProd AI: From Idea to WordPress Site in 60 Seconds</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="420" src="https://www.seedprod.com/wp-content/uploads/2025/09/new-seedProd-ai-dot-800x420.jpg" class="attachment-large size-large wp-post-image" alt="New SeedProd AI: From Idea to WordPress Site in 60 Seconds" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/new-seedProd-ai-dot-800x420.jpg 800w, https://www.seedprod.com/wp-content/uploads/2025/09/new-seedProd-ai-dot-400x210.jpg 400w, https://www.seedprod.com/wp-content/uploads/2025/09/new-seedProd-ai-dot-768x403.jpg 768w, https://www.seedprod.com/wp-content/uploads/2025/09/new-seedProd-ai-dot-50x26.jpg 50w, https://www.seedprod.com/wp-content/uploads/2025/09/new-seedProd-ai-dot.jpg 1200w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">Launching a new website often takes weeks of planning, design, and setup. But what if you could skip all of that and go from idea to a complete WordPress website in less time than it takes to make coffee?</p>



<p class="wp-block-paragraph">With <a href="https://ai.seedprod.com/" title="">SeedProd AI</a>, that is exactly what you can do. In under 60 seconds, you will have a full website with a homepage, about, services, and contact pages ready to explore.</p>



<p class="wp-block-paragraph">SeedProd AI has been available in beta for a little while, but now we have completely redesigned it. The new version is smoother, faster, and easier than ever to use.</p>



<h2 class="wp-block-heading">What’s New in the Redesigned SeedProd AI</h2>



<p class="wp-block-paragraph">With this redesign, SeedProd AI is more powerful and beginner-friendly than before:</p>



<ul class="wp-block-list">
<li><strong>Simpler Workflow</strong>: Enter your company name and describe your business. SeedProd AI handles the rest.</li>



<li><strong>Instant Playground Preview</strong>: Open your generated site in WordPress Playground and click through all the pages to see the design in action.</li>



<li><strong>Complete Website Packages</strong>: Get a full website with homepage, about, services, and contact pages.</li>



<li><strong>One-Click Import</strong>: When you are ready, download your site as a .zip file and import it into WordPress using SeedProd’s Import Theme option.</li>
</ul>



<p class="wp-block-paragraph">For more details, you can see our guide on <a href="https://www.seedprod.com/what-is-seedprod-ai/" title="">what SeedProd AI is and how it works</a>.</p>



<h2 class="wp-block-heading">How to Build a Complete Website with SeedProd AI</h2>



<p class="wp-block-paragraph">To get started with SeedProd AI, visit <a href="https://ai.seedprod.com/" title="">ai.seedprod.com</a> and enter your preferred email address.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="783" height="662" src="https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-home.webp" alt="SeedProd AI homepage with option to enter email address to get started" class="wp-image-40798" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-home.webp 783w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-home-400x338.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-home-768x649.webp 768w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-home-50x42.webp 50w" sizes="auto, (max-width: 783px) 100vw, 783px" /></figure>



<p class="wp-block-paragraph">You&#8217;ll then get a magic link sent to your email so you can login securely.</p>



<p class="wp-block-paragraph">Once you&#8217;ve logged in, click the Create New Website button.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="539" src="https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-create-new-website.webp" alt="SeedProd AI dashboard with “Create New Website” button highlighted" class="wp-image-40799" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-create-new-website.webp 800w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-create-new-website-400x270.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-create-new-website-768x517.webp 768w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-create-new-website-50x34.webp 50w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">On the next page, enter your company name and some information about your business. This is what SeedProd AI will use to generate the various pages, elements, images, and content for your website. So be as detailed as you like in this step.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="674" height="587" src="https://www.seedprod.com/wp-content/uploads/2025/09/webite-description-seedprod-ai.webp" alt="Form in SeedProd AI to enter company name and business description" class="wp-image-40800" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/webite-description-seedprod-ai.webp 674w, https://www.seedprod.com/wp-content/uploads/2025/09/webite-description-seedprod-ai-400x348.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/webite-description-seedprod-ai-50x44.webp 50w" sizes="auto, (max-width: 674px) 100vw, 674px" /></figure>



<p class="wp-block-paragraph">You can also let AI choose your website&#8217;s color palette for you. If you already have a color scheme in mind, simply uncheck the option and select your own colors.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="661" height="423" src="https://www.seedprod.com/wp-content/uploads/2025/09/choose-website-colors-seedprod-ai.webp" alt="SeedProd AI option to let AI choose website color palette or select custom colors" class="wp-image-40801" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/choose-website-colors-seedprod-ai.webp 661w, https://www.seedprod.com/wp-content/uploads/2025/09/choose-website-colors-seedprod-ai-400x256.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/choose-website-colors-seedprod-ai-50x32.webp 50w" sizes="auto, (max-width: 661px) 100vw, 661px" /></figure>



<p class="wp-block-paragraph">From there, simply click the <strong>Create My Website Now</strong> button.</p>



<p class="wp-block-paragraph">It will take under 60 seconds for SeedProd AI to take your vision and translate it into a complete WordPress website.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="679" height="375" src="https://www.seedprod.com/wp-content/uploads/2025/09/generating-website-seedprod-ai.webp" alt="SeedProd AI progress screen showing website generation in under 60 seconds" class="wp-image-40802" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/generating-website-seedprod-ai.webp 679w, https://www.seedprod.com/wp-content/uploads/2025/09/generating-website-seedprod-ai-400x221.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/generating-website-seedprod-ai-50x28.webp 50w" sizes="auto, (max-width: 679px) 100vw, 679px" /></figure>



<p class="wp-block-paragraph">Once it&#8217;s finished generating, click the View Your AI Creation button.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="683" height="467" src="https://www.seedprod.com/wp-content/uploads/2025/09/view-website-seedprod-ai.webp" alt="SeedProd AI confirmation screen with button to view your AI-generated website" class="wp-image-40803" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/view-website-seedprod-ai.webp 683w, https://www.seedprod.com/wp-content/uploads/2025/09/view-website-seedprod-ai-400x273.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/view-website-seedprod-ai-50x34.webp 50w" sizes="auto, (max-width: 683px) 100vw, 683px" /></figure>



<p class="wp-block-paragraph">This opens your design in WordPress Playground where you can preview the whole site, and click through the pages to get a feel for the design.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="800" height="486" src="https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-generated-website-example.webp" alt="Example of a complete WordPress website generated by SeedProd AI in WordPress Playground" class="wp-image-40804" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-generated-website-example.webp 800w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-generated-website-example-400x243.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-generated-website-example-768x467.webp 768w, https://www.seedprod.com/wp-content/uploads/2025/09/seedprod-ai-generated-website-example-50x30.webp 50w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">If you&#8217;re happy with the generated design, head back to the SeedProd AI dashboard, and click the Download button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="800" height="231" src="https://www.seedprod.com/wp-content/uploads/2025/09/download-website-seedprod-ai-800x231.webp" alt="SeedProd AI dashboard with option to download your generated website as a zip file" class="wp-image-40805" srcset="https://www.seedprod.com/wp-content/uploads/2025/09/download-website-seedprod-ai-800x231.webp 800w, https://www.seedprod.com/wp-content/uploads/2025/09/download-website-seedprod-ai-400x115.webp 400w, https://www.seedprod.com/wp-content/uploads/2025/09/download-website-seedprod-ai-768x221.webp 768w, https://www.seedprod.com/wp-content/uploads/2025/09/download-website-seedprod-ai-50x14.webp 50w, https://www.seedprod.com/wp-content/uploads/2025/09/download-website-seedprod-ai.webp 860w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">This saves your design as a .zip file, which allows you to use SeedProd&#8217;s &#8216;Import Theme&#8217; option to upload it to any WordPress website with SeedProd Pro installed.</p>



<h2 class="wp-block-heading">Who Should Try SeedProd AI</h2>



<p class="wp-block-paragraph">SeedProd AI isn&#8217;t just for one type of user. The redesign makes it flexible enough to help in very different situations, whether you&#8217;re launching your first site, testing ideas for clients, or putting a side project online.</p>



<ul class="wp-block-list">
<li><strong>Small Business Owners</strong>: Get a professional website live in minutes so your business looks credible from day one.</li>



<li><strong>Agencies</strong>: Prototype client websites instantly and cut project turnaround from weeks to hours.</li>



<li><strong>Side Hustlers and Creators</strong>: Bring your new idea online right away with a real website you can own and grow.</li>
</ul>



<p class="wp-block-paragraph">SeedProd AI adapts to your needs so you can move faster without sacrificing quality.</p>



<h2 class="wp-block-heading">Try the New SeedProd AI Today</h2>



<p class="wp-block-paragraph">You can try the redesigned SeedProd AI right now at <a href="https://ai.seedprod.com/" title="">ai.seedprod.com</a>.</p>



<ul class="wp-block-list">
<li>Generate up to 3 websites free</li>



<li>Explore them instantly in WordPress Playground</li>



<li>Publish with SeedProd Pro</li>
</ul>



<p class="wp-block-paragraph">As always, thank you for your continued support of SeedProd. We look forward to bringing you more exciting updates designed to help you build better WordPress websites faster.</p>



<p class="wp-block-paragraph">John Turner and the SeedProd team.</p>



<p class="wp-block-paragraph"><em>P.S. Don’t have SeedProd Pro yet? Click here to </em><a href="https://www.seedprod.com/pricing/" title=""><em>get S</em>e<em>edProd Pro</em></a><em> and join over 1 million website owners who trust SeedProd to create professional WordPress websites without the hassle.</em></p>The post <a href="https://www.seedprod.com/announcement-seedprod-ai-redesign/">New SeedProd AI: From Idea to WordPress Site in 60 Seconds</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New in SeedProd: Better Image Carousels + 15 Industry Themes</title>
		<link>https://www.seedprod.com/announcement-better-image-carousels-industry-themes/</link>
		
		<dc:creator><![CDATA[John Turner]]></dc:creator>
		<pubDate>Mon, 24 Mar 2025 12:00:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[carousel slider]]></category>
		<category><![CDATA[image carousel]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=39142</guid>

					<description><![CDATA[<p>Transform your website's image sliders with SeedProd's improved Image Carousel block - now with custom text, buttons, and controls to boost visitor engagement.</p>
The post <a href="https://www.seedprod.com/announcement-better-image-carousels-industry-themes/">New in SeedProd: Better Image Carousels + 15 Industry Themes</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="420" src="https://www.seedprod.com/wp-content/uploads/2025/03/better-image-carousel-themes-800x420.png" class="attachment-large size-large wp-post-image" alt="New in SeedProd: Better Image Carousels + 15 Industry Themes" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/better-image-carousel-themes-800x420.png 800w, https://www.seedprod.com/wp-content/uploads/2025/03/better-image-carousel-themes-400x210.png 400w, https://www.seedprod.com/wp-content/uploads/2025/03/better-image-carousel-themes-768x403.png 768w, https://www.seedprod.com/wp-content/uploads/2025/03/better-image-carousel-themes-50x26.png 50w, https://www.seedprod.com/wp-content/uploads/2025/03/better-image-carousel-themes.png 1200w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">It&#8217;s hard to keep visitors engaged on your website, even for experienced site owners like me. Especially when you only have 50 milliseconds to make an impression before they decide to stay or leave.</p>



<p class="wp-block-paragraph">Now think about how many customers you’re losing because your image sliders aren’t doing their job: <em>getting and keeping attention</em>.</p>



<p class="wp-block-paragraph">Every visitor who leaves without taking action is a missed lead or sale for your business.</p>



<p class="wp-block-paragraph">That&#8217;s why I&#8217;m thrilled to announce our completely revamped Image Carousel block for <a href="https://www.seedprod.com/" title="SeedProd - Drag-and-Drop WordPress Website Builder">SeedProd</a>.</p>



<p class="wp-block-paragraph">Now you can customize each slide with your own text and buttons, making your sliders more engaging and professional. It simplifies the entire process of creating attention-grabbing carousels and helps you turn more visitors into customers.</p>



<p class="wp-block-paragraph">Let’s take a closer look at what you can do with the new and improved Image Carousels.</p>



<h2 class="wp-block-heading" id="aioseo-add-text-and-buttons-to-image-carousels">Add Text and Buttons to Image Carousels</h2>



<p class="wp-block-paragraph">Wouldn&#8217;t it be nice if you could add attention-grabbing headlines and call-to-action buttons right on your slider images? With this update to our <a class="heroickb_exit_link" href="?hkb-redirect&#038;nonce=2269c0dbac&#038;check=7ne5k&#038;redirect=https%3A%2F%2Fwww.seedprod.com%2Fdocs%2Fimage-carousel%2F&#038;otype=unknown&#038;oid=0&#038;source=block-content" title="Image Carousel Block">Image Carousel block</a>, it’s super easy to do just that.</p>



<p class="wp-block-paragraph">You can now add custom headers, sub-headers, and clickable buttons to each slide individually.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="520" src="https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-header-button.jpg" alt="Adding a button and header text to image carousel in SeedProd" class="wp-image-39143" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-header-button.jpg 662w, https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-header-button-400x314.jpg 400w, https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-header-button-50x39.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">But what sets SeedProd apart from other website builders, is how easy it is to fine-tune the details. While others overwhelm you with tons of settings, ours is designed to keep things simple and easy.</p>



<p class="wp-block-paragraph">It only takes a few clicks to set up your carousel and get it looking just the way you want.</p>



<h3 class="wp-block-heading" id="aioseo-make-your-text-pop">Make Your Text Pop</h3>



<p class="wp-block-paragraph">For the entire carousel, you can add a color overlay to make the text and buttons stand out.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="438" src="https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-overlay-color.jpg" alt="Adding a color overlay and opacity to image carousel block in SeedProd" class="wp-image-39144" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-overlay-color.jpg 662w, https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-overlay-color-400x265.jpg 400w, https://www.seedprod.com/wp-content/uploads/2025/03/image-carousel-overlay-color-50x33.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">You can also adjust the opacity, so images are still visible in the background.</p>



<h3 class="wp-block-heading" id="aioseo-easily-remove-distractions">Easily Remove Distractions</h3>



<p class="wp-block-paragraph">By default, carousels will display navigation controls under the images. But if you want a cleaner look, you can now disable this option while still allowing the carousel to autoplay and cycle through each slide.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="404" src="https://www.seedprod.com/wp-content/uploads/2025/03/hide-slider-navigation.png" alt="Showing and hiding the Slider navigation controls in SeedProd's image carousel block" class="wp-image-39145" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/hide-slider-navigation.png 662w, https://www.seedprod.com/wp-content/uploads/2025/03/hide-slider-navigation-400x244.png 400w, https://www.seedprod.com/wp-content/uploads/2025/03/hide-slider-navigation-50x31.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<h3 class="wp-block-heading" id="aioseo-put-buttons-where-theyre-noticed">Put Buttons Where They’re Noticed</h3>



<p class="wp-block-paragraph">Chances are, you won’t always want your buttons and headers right in the middle of an image. That’s why we’ve made it easy to change the vertical and horizontal alignment.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="424" src="https://www.seedprod.com/wp-content/uploads/2025/03/carousel-button-position.png" alt="Changing the vertical and horizontal position of headers and buttons on carousel images in SeedProd" class="wp-image-39146" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/carousel-button-position.png 662w, https://www.seedprod.com/wp-content/uploads/2025/03/carousel-button-position-400x256.png 400w, https://www.seedprod.com/wp-content/uploads/2025/03/carousel-button-position-50x32.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">This means you can move the text and button to anywhere you like on the carousel. Just drag the sliders until everything is right where you want it.</p>



<h3 class="wp-block-heading" id="aioseo-make-every-element-work-together">Make Every Element Work Together</h3>



<p class="wp-block-paragraph">You can customize the look of each text and button element to match your website perfectly. Change fonts, adjust sizes, and pick colors that grab attention.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="429" src="https://www.seedprod.com/wp-content/uploads/2025/03/carousel-header-font.png" alt="Changing header fonts and colors in SeedProd image carousel block" class="wp-image-39147" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/carousel-header-font.png 662w, https://www.seedprod.com/wp-content/uploads/2025/03/carousel-header-font-400x259.png 400w, https://www.seedprod.com/wp-content/uploads/2025/03/carousel-header-font-50x32.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Plus, add smooth animations to make your content come alive and keep visitors engaged.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="492" src="https://www.seedprod.com/wp-content/uploads/2025/03/carousel-animation-effects.gif" alt="Adding animations to headers and buttons in SeedProd's image carousel block" class="wp-image-39148"/></figure>



<p class="wp-block-paragraph">If you’re unsure how to make the most of this update, here are some tried and tested ways you can use image carousels to get results for your business:</p>



<ul class="wp-block-list">
<li>Show off your products with &#8220;Buy Now&#8221; buttons that turn browsers into buyers</li>



<li><a href="https://www.seedprod.com/how-to-embed-google-reviews-wordpress/" title="How to Embed Google Reviews in WordPress (+ Yelp Reviews)">Display customer reviews</a> with professional text overlays that build instant trust</li>



<li>Create portfolio presentations that help you land more clients</li>



<li>Highlight your services with clear calls-to-action that get more bookings</li>



<li>Promote special offers with eye-catching headlines that drive sales</li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="800" height="606" src="https://www.seedprod.com/wp-content/uploads/2025/03/testimonial-carousel-800x606.png" alt="Testimonial carousel with book now button" class="wp-image-39153" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/testimonial-carousel-800x606.png 800w, https://www.seedprod.com/wp-content/uploads/2025/03/testimonial-carousel-400x303.png 400w, https://www.seedprod.com/wp-content/uploads/2025/03/testimonial-carousel-768x581.png 768w, https://www.seedprod.com/wp-content/uploads/2025/03/testimonial-carousel-50x38.png 50w, https://www.seedprod.com/wp-content/uploads/2025/03/testimonial-carousel.png 873w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>



<p class="wp-block-paragraph">While other WordPress builders make you struggle with settings or charge extra for basic features, our new Image Carousel gives you everything you need in one simple package. No hidden costs, no complexity, <strong>just professional results in minutes</strong>.</p>



<p class="wp-block-paragraph">Think about it: How many more conversions could you get with sliders that actually engage your visitors?</p>



<h2 class="wp-block-heading" id="aioseo-new-industry-specific-website-themes">New Industry-Specific Website Themes</h2>



<p class="wp-block-paragraph">I know how time-consuming it can be to <a href="https://www.seedprod.com/how-to-create-a-wordpress-website-for-beginners/" title="How to Create a WordPress Website for Beginners">start a website from scratch</a>. That&#8217;s why we&#8217;ve also added 15 new professional themes designed specifically for:</p>



<ul class="wp-block-list">
<li><strong>Business &amp; Marketing</strong> &#8211; Perfect for agencies, consultants, and service providers</li>



<li><strong>Health &amp; Wellness</strong> &#8211; Ideal for coaches, therapists, and wellness practitioners</li>



<li><strong>Entertainment &amp; Travel</strong> &#8211; Great for travel blogs, entertainment venues, and tourist services</li>



<li><strong>Home Services</strong> &#8211; Designed for contractors, cleaners, and home maintenance pros</li>



<li><strong>Real Estate</strong> &#8211; Built for realtors, property managers, and real estate investors</li>



<li><strong>Author</strong> &#8211; Crafted for writers, bloggers, and content creators</li>
</ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="476" src="https://www.seedprod.com/wp-content/uploads/2025/03/new-industry-specific-WordPress-themes.jpg" alt="New industry specific WordPress themes in SeedProd" class="wp-image-39150" srcset="https://www.seedprod.com/wp-content/uploads/2025/03/new-industry-specific-WordPress-themes.jpg 662w, https://www.seedprod.com/wp-content/uploads/2025/03/new-industry-specific-WordPress-themes-400x288.jpg 400w, https://www.seedprod.com/wp-content/uploads/2025/03/new-industry-specific-WordPress-themes-50x36.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Each theme comes with pre-built pages and sections, making it easy to launch your website faster. Just customize the content, add your branding, and you&#8217;re ready to go.</p>



<p class="wp-block-paragraph">And with our new improved Image Carousel block, you can easily enhance any template with engaging, <a href="https://www.seedprod.com/create-wordpress-image-carousel/" title="How to Create a WordPress Image Carousel (3 Easy Ways)">conversion-focused sliders</a> wherever you need them.</p>



<h2 class="wp-block-heading" id="aioseo-create-sliders-that-actually-convert">Create Sliders That Actually Convert</h2>



<p class="wp-block-paragraph">With this update, you can say goodbye to sliders that visitors ignore and hello to more potential leads and customers.</p>



<p class="wp-block-paragraph">To see the difference this update can make for your business, update your SeedProd plugin and try it today.</p>



<p class="wp-block-paragraph">As always, thank you for being part of the SeedProd community. We&#8217;re committed to making website building easier and more powerful for you.</p>



<p class="wp-block-paragraph">John and the SeedProd team.</p>



<p class="wp-block-paragraph"><strong>P.S. </strong>Don&#8217;t have SeedProd Pro yet? Join over 1 million website owners who trust us to build beautiful WordPress websites without code.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button" href="https://www.seedprod.com/pricing/" style="background-color:#17a349">Get Started with SeedProd Today</a></div>
</div>The post <a href="https://www.seedprod.com/announcement-better-image-carousels-industry-themes/">New in SeedProd: Better Image Carousels + 15 Industry Themes</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SeedProd Themes Just Got a Speed Boost: Enjoy Faster Imports</title>
		<link>https://www.seedprod.com/announcement-faster-themes/</link>
					<comments>https://www.seedprod.com/announcement-faster-themes/#comments</comments>
		
		<dc:creator><![CDATA[Stacey Corrin]]></dc:creator>
		<pubDate>Mon, 24 Jun 2024 12:00:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[import theme]]></category>
		<category><![CDATA[website kits]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=36393</guid>

					<description><![CDATA[<p>Tired of waiting for WordPress themes to load? SeedProd now offers lightning-fast theme imports, so you can build your dream website in minutes.</p>
The post <a href="https://www.seedprod.com/announcement-faster-themes/">SeedProd Themes Just Got a Speed Boost: Enjoy Faster Imports</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="379" src="https://www.seedprod.com/wp-content/uploads/2024/06/seedProd-themes-just-got-a-speed-boost-800x379.png" class="attachment-large size-large wp-post-image" alt="SeedProd Themes Just Got a Speed Boost: Enjoy Faster Imports" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2024/06/seedProd-themes-just-got-a-speed-boost-800x379.png 800w, https://www.seedprod.com/wp-content/uploads/2024/06/seedProd-themes-just-got-a-speed-boost-400x189.png 400w, https://www.seedprod.com/wp-content/uploads/2024/06/seedProd-themes-just-got-a-speed-boost-768x364.png 768w, https://www.seedprod.com/wp-content/uploads/2024/06/seedProd-themes-just-got-a-speed-boost-50x24.png 50w, https://www.seedprod.com/wp-content/uploads/2024/06/seedProd-themes-just-got-a-speed-boost.png 1444w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">At <a href="https://www.seedprod.com" title="SeedProd - Best Drag &amp; Drop WordPress Website Builder">SeedProd</a>, we listen to your feedback. You told us you love our template kits but want faster imports. We know waiting for templates to load is a major roadblock when creating a website.</p>



<p class="wp-block-paragraph">Since speed is one of our top priorities, we&#8217;re excited to announce we&#8217;ve made significant speed improvements to our theme imports, making website creation even <strong>faster</strong> and <strong>easier</strong>.</p>



<p class="wp-block-paragraph">First, let’s look at how our previous template imports worked.</p>



<h2 class="wp-block-heading">Why Did Importing Templates Take Time?</h2>



<p class="wp-block-paragraph">In the past, when you imported a template kit, all the image files loaded directly from our servers.</p>



<p class="wp-block-paragraph">This process could take a while, especially if you have a slower internet connection or are importing a kit with many large images, such as those in our WooCommerce site kits.</p>



<p class="wp-block-paragraph">Here’s an example of how this looked in practice:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="395" src="https://www.seedprod.com/wp-content/uploads/2024/06/slow-template-imports.gif" alt="Previous SeedProd site kits were slow to import" class="wp-image-36395"/></figure>



<p class="wp-block-paragraph">We understand how frustrating it is to have this delay in your <a href="https://www.seedprod.com/ultimate-launch-checklist-wordpress-website/" title="24 Point Checklist For A Successful WordPress Website Launch">website launch</a>. It makes it difficult to test different designs quickly or causes you to miss important deadlines.</p>



<p class="wp-block-paragraph">We also know this isn&#8217;t ideal for our users, so we set out to find a better way.</p>



<h2 class="wp-block-heading">How We Made Importing Faster</h2>



<p class="wp-block-paragraph">To solve this, we’ve introduced a Content Delivery Network (CDN). It’s like a network of servers spread across the globe, each storing copies of your website&#8217;s images.</p>



<p class="wp-block-paragraph">When you <a href="https://www.seedprod.com/how-to-export-a-wordpress-theme/" title="How to Export a WordPress Theme (+ Import to Another Site)">import a template kit</a>, the images now come from the CDN server closest to you. This means you no longer have to wait for images to download slowly from a distant server. Your site is also protected from outages and attacks, as there are multiple servers to handle the load.</p>



<p class="wp-block-paragraph">Here’s how importing the same theme from the previous example looks now:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="436" src="https://www.seedprod.com/wp-content/uploads/2024/06/slow-template-import.gif" alt="SeedProd template kits now import instantly." class="wp-image-36394"/></figure>



<p class="wp-block-paragraph">As you can see, the import is almost instant!</p>



<h2 class="wp-block-heading">What Faster Imports Mean For You</h2>



<p class="wp-block-paragraph">You&#8217;ll notice a dramatic difference the next time you import a SeedProd template:</p>



<ul class="wp-block-list">
<li><strong>Instant Gratification:</strong> Your site kit will be ready to customize in a fraction of the time, allowing you to see your design come to life in the blink of an eye.</li>



<li><strong>Rapid Prototyping:</strong> Experiment with multiple templates effortlessly and find the perfect fit for your project.</li>



<li><strong>Lightning-Fast Launches:</strong> Get your website up and running faster than ever before and hit your deadlines with confidence.</li>



<li><strong>Smoother Workflow:</strong> Enjoy an uninterrupted creative flow without slow imports disrupting your momentum.</li>



<li><strong>Stress-Free Experience:</strong> No more frustration or impatience – just focus on creating a website you can be proud of.</li>
</ul>



<p class="wp-block-paragraph">This means less waiting, more creating, and faster website launches. We&#8217;ve removed the waiting so you can focus on the fun part &#8211; <a href="https://www.seedprod.com/how-to-create-a-wordpress-website-for-beginners/" title="How to Create a WordPress Website for Beginners">designing a stunning website</a>.</p>



<h3 class="wp-block-heading">Give It a Try Today</h3>



<p class="wp-block-paragraph">Experience the speed difference for yourself!</p>



<p class="wp-block-paragraph">Import a template kit today and see how fast you can create your dream website with SeedProd. New to SeedProd? Explore our library of 150+ template kits and start building your website in minutes.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button" href="https://www.seedprod.com/pricing/" style="background-color:#17a349">Get Started with SeedProd Today</a></div>
</div>



<p class="wp-block-paragraph">If you have questions or feedback, don’t hesitate to contact our <a href="https://www.seedprod.com/contact/" title="Contact SeedProd">customer support team</a>. And as always, thank you for helping to make SeedProd the <a href="https://www.seedprod.com/" title="SeedProd  - Best Drag and Drop WordPress Website Builder">best drag-and-drop WordPress website builder</a>.</p>The post <a href="https://www.seedprod.com/announcement-faster-themes/">SeedProd Themes Just Got a Speed Boost: Enjoy Faster Imports</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.seedprod.com/announcement-faster-themes/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Build Websites Faster with New Theme Kits &#038; Dynamic Content</title>
		<link>https://www.seedprod.com/announcement-site-kits-dynamic-tags/</link>
		
		<dc:creator><![CDATA[Stacey Corrin]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 12:00:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[dynamic tags]]></category>
		<category><![CDATA[dynamic text]]></category>
		<category><![CDATA[website kits]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=35125</guid>

					<description><![CDATA[<p>We just released a major update with new website template kits and Dynamic Tags to help you personalize your website and save time. Read on to learn more.</p>
The post <a href="https://www.seedprod.com/announcement-site-kits-dynamic-tags/">Build Websites Faster with New Theme Kits & Dynamic Content</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="379" src="https://www.seedprod.com/wp-content/uploads/2024/04/build-websites-faster-with-new-theme-kits-dynamic-content-800x379.png" class="attachment-large size-large wp-post-image" alt="Build Websites Faster with New Theme Kits &amp; Dynamic Content" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/build-websites-faster-with-new-theme-kits-dynamic-content-800x379.png 800w, https://www.seedprod.com/wp-content/uploads/2024/04/build-websites-faster-with-new-theme-kits-dynamic-content-400x189.png 400w, https://www.seedprod.com/wp-content/uploads/2024/04/build-websites-faster-with-new-theme-kits-dynamic-content-768x364.png 768w, https://www.seedprod.com/wp-content/uploads/2024/04/build-websites-faster-with-new-theme-kits-dynamic-content-50x24.png 50w, https://www.seedprod.com/wp-content/uploads/2024/04/build-websites-faster-with-new-theme-kits-dynamic-content.png 1444w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">We&#8217;re excited to announce a major SeedProd update packed with time-saving features and powerful ways to personalize your website. Get started quickly with three new website template kits and effortlessly pull in dynamic WordPress content using our new Dynamic Tags.</p>



<p class="wp-block-paragraph">Check out the quick video overview below if you&#8217;re short on time. Or, keep reading for a closer look at what&#8217;s new.&nbsp;</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="embed-responsive  embed-responsive-16by9"><iframe loading="lazy" class="embed-responsive-item"   title="NEW! WordPress Theme Kits &amp; Dynamic Tags..." width="500" height="281" src="https://www.youtube.com/embed/PnDtovOVCPQ?feature=oembed&enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<h2 class="wp-block-heading">Launch Your Website Faster with New Theme Kits</h2>



<p class="wp-block-paragraph">SeedProd&#8217;s <a href="https://www.seedprod.com/templates/" title="SeedProd Website Template Kits">website template kits</a> provide a professional, ready-to-use foundation for your website. Save hours of design time by choosing a pre-made kit that aligns with your industry and style.</p>



<p class="wp-block-paragraph">With over 160+ kits available, we&#8217;re thrilled to introduce 3 brand-new additions:</p>



<h3 class="wp-block-heading">Car Maintenance Website</h3>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="384" src="https://www.seedprod.com/wp-content/uploads/2024/04/car-maintenance-website-kit.jpg" alt="SeedProd car maintenance website kit" class="wp-image-35127" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/car-maintenance-website-kit.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/04/car-maintenance-website-kit-400x232.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/04/car-maintenance-website-kit-50x29.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">This modern, multi-page theme is perfect for businesses in the vehicle service industry. Its clean, polished aesthetic is suitable for virtually any website, while a well-structured layout makes it a breeze for users to navigate and find information.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="378" src="https://www.seedprod.com/wp-content/uploads/2024/04/car-mainteance-site-section.jpg" alt="Car maintenance website kit sections" class="wp-image-35128" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/car-mainteance-site-section.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/04/car-mainteance-site-section-400x228.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/04/car-mainteance-site-section-50x29.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">With a mobile-friendly design and the ability to fully customize every element, you can easily adapt it to match your brand.</p>



<p class="wp-block-paragraph">Pages included in this site kit are Home, Services, About, Contact, and Blog.&nbsp;<a href="https://www.seedprod.com/templates-preview/?theme_id=46925" title="Preview Car Maintenance Website Kit">Preview it here</a>.</p>



<h3 class="wp-block-heading">Laundry Services Website</h3>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="380" src="https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-kit.jpg" alt="SeedProd laundry services website template kit" class="wp-image-35129" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-kit.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-kit-400x230.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-kit-50x29.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Looking to give your laundry or dry cleaning business a modern, polished online presence? This site kit has a clean, user-friendly layout that makes it easy for customers to find what they need.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="340" src="https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-section.jpg" alt="Laundry services website kit section" class="wp-image-35130" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-section.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-section-400x205.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/04/laundry-services-website-section-50x26.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">It covers all the essential sections, from a captivating header to a spacious main area to show your services and a footer packed with your contact details, social media links, and anything else your customers need.</p>



<p class="wp-block-paragraph">Pages included in this site kit are Home, Services, About, Contact, and Blog.&nbsp;<a href="https://www.seedprod.com/templates-preview/?theme_id=46144" title="Preview Laundry Services Website Kit">Preview it here</a>.</p>



<h3 class="wp-block-heading">Photography Website</h3>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="396" src="https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-kit.jpg" alt="SeedProd photography website template kit" class="wp-image-35131" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-kit.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-kit-400x239.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-kit-50x30.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Need a <a href="https://www.seedprod.com/how-to-create-a-photography-website/" title="How to Create a Photography Website in WordPress 2024">photography portfolio</a> that wows potential clients? This kit features a clean, minimalist look that puts your images front and center.&nbsp;</p>



<p class="wp-block-paragraph">With a sleek, grid-style gallery, it’s super easy for visitors to explore your work. Beyond the gallery, you&#8217;ll find striking sections perfect for showing your services, sharing client testimonials, and offering a glimpse into your business story.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="318" src="https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-section.jpg" alt="Photography website kit section" class="wp-image-35132" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-section.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-section-400x192.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/04/photography-website-section-50x24.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Rounding out the design is a modern footer with a persuasive call to action, contact details, and helpful navigation links.</p>



<p class="wp-block-paragraph">This site kit includes Home, Projects, Services, and Contact pages.&nbsp;<a href="https://www.seedprod.com/templates-preview/?theme_id=46730" title="Preview Photography Website Kit">Preview it here</a>.</p>



<p class="wp-block-paragraph">Each of these new themes works seamlessly with <strong>Dynamic Tags</strong>, another exciting new feature we&#8217;re thrilled to introduce.</p>



<h2 class="wp-block-heading">Personalize Your Content with Dynamic Tags</h2>



<p class="wp-block-paragraph">Take your content to the next level with our brand-new Dynamic Tags feature (available for <a href="https://www.seedprod.com/pricing/" title="SeedProd Pro Pricing">SeedProd Pro</a> users). These versatile placeholders automatically pull in content from different areas of your WordPress website.</p>



<p class="wp-block-paragraph">Here&#8217;s how it works:</p>



<p class="wp-block-paragraph">Simply click the new &#8220;Insert Dynamic Tags&#8221; icon in any of our Standard blocks.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="453" src="https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-tags.png" alt="Insert dynamic tags in SeedProd website builder" class="wp-image-35133" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-tags.png 662w, https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-tags-400x274.png 400w, https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-tags-50x34.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Choose from over 25 tags to easily display post data, author information, comments, and more.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="434" src="https://www.seedprod.com/wp-content/uploads/2024/04/add-dynamic-tags.png" alt="Select a type of Dynamic tag to add to your WordPress website" class="wp-image-35134" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/add-dynamic-tags.png 662w, https://www.seedprod.com/wp-content/uploads/2024/04/add-dynamic-tags-400x262.png 400w, https://www.seedprod.com/wp-content/uploads/2024/04/add-dynamic-tags-50x33.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">For example, automatically display the number of comments on a blog post and link directly to the comments section to boost engagement.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="642" src="https://www.seedprod.com/wp-content/uploads/2024/04/comments-number-dynamic-tags.png" alt="Settings for Comments Number dynamic tags" class="wp-image-35135" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/comments-number-dynamic-tags.png 662w, https://www.seedprod.com/wp-content/uploads/2024/04/comments-number-dynamic-tags-400x388.png 400w, https://www.seedprod.com/wp-content/uploads/2024/04/comments-number-dynamic-tags-50x48.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">After saving your changes, it&#8217;ll look something like this:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="658" height="449" src="https://www.seedprod.com/wp-content/uploads/2024/04/comment-number-dynamic-tag-examole.gif" alt="Example of comment number with link to comments dynamic tag" class="wp-image-35136"/></figure>



<p class="wp-block-paragraph">Here are some more ways to use Dynamic Tags:</p>



<ul class="wp-block-list">
<li><strong>Boost author profiles:</strong>&nbsp;Automatically display bios, website links, and social media with &#8220;Author Info&#8221; tags.</li>



<li><strong>User-generated content:&nbsp;</strong>Easily showcase user-generated content in dynamic galleries using &#8220;Featured Image,&#8221; &#8220;User Info,&#8221; and &#8220;Post Title&#8221; tags.</li>



<li><strong>Custom Footers</strong>: <a href="https://www.seedprod.com/how-to-edit-footer-in-wordpress/" title="How to Edit Footer in WordPress (6 Easy Methods)">Create custom footers</a> that stay up-to-date – automatically display your site title, logo, tagline, and copyright notices.</li>
</ul>



<p class="wp-block-paragraph">You&#8217;ll also find a new dedicated Dynamic Text icon inside many of SeedProd&#8217;s blocks, making it a cinch to add personalized dates, times, and custom query parameters to your content.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="433" src="https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-text.jpg" alt="Insert dynamic text in SeedProd website builder" class="wp-image-35137" srcset="https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-text.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-text-400x262.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/04/insert-dynamic-text-50x33.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<h2 class="wp-block-heading">Update Your SeedProd Plugin Today</h2>



<p class="wp-block-paragraph">Ready to dive in and try these new features? Here&#8217;s how:</p>



<p class="wp-block-paragraph">Make sure you have the latest version of SeedProd installed – this is where you&#8217;ll find the new theme kits and the Dynamic Tags feature. Then, get creative with Dynamic Tags and see how they can take your website to the next level.</p>



<p class="wp-block-paragraph">If you’re new to SeedProd, there’s never been a better time to try our best features. Get started with SeedPod Pro and try this update today.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button" href="https://www.seedprod.com/pricing/" style="background-color:#17a349">Get Started with SeedProd Today</a></div>
</div>



<p class="wp-block-paragraph">Of course, if you have any questions along the way, our friendly&nbsp;<a href="https://www.seedprod.com/contact/" title="Contact SeedProd">customer support team</a>&nbsp;is here for you.</p>



<p class="wp-block-paragraph">We truly appreciate your support and all the fantastic feedback you share. It helps us make SeedProd the&nbsp;<a href="https://www.seedprod.com/" title="SeedProd - Best Drag-and-Drop WordPress Website Builder">best WordPress website builder</a>&nbsp;out there.</p>



<p class="wp-block-paragraph">Let&#8217;s keep building amazing things together.</p>The post <a href="https://www.seedprod.com/announcement-site-kits-dynamic-tags/">Build Websites Faster with New Theme Kits & Dynamic Content</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Introducing AI Image Creation: Say ‘Goodbye’ to Stock Photos</title>
		<link>https://www.seedprod.com/announcement-ai-image-creation/</link>
		
		<dc:creator><![CDATA[Stacey Corrin]]></dc:creator>
		<pubDate>Mon, 25 Mar 2024 12:00:00 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[ai image creation]]></category>
		<category><![CDATA[ai WordPress builder]]></category>
		<category><![CDATA[announcement]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=34456</guid>

					<description><![CDATA[<p>Unleash your creativity. SeedProd AI now generates unique images to power your website &#038; marketing. Design like a pro with SeedProd AI image creation.</p>
The post <a href="https://www.seedprod.com/announcement-ai-image-creation/">Introducing AI Image Creation: Say ‘Goodbye’ to Stock Photos</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="379" src="https://www.seedprod.com/wp-content/uploads/2024/03/introducing-ai-image-creation-800x379.png" class="attachment-large size-large wp-post-image" alt="Introducing AI Image Creation: Say ‘Goodbye’ to Stock Photos" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/introducing-ai-image-creation-800x379.png 800w, https://www.seedprod.com/wp-content/uploads/2024/03/introducing-ai-image-creation-400x189.png 400w, https://www.seedprod.com/wp-content/uploads/2024/03/introducing-ai-image-creation-768x364.png 768w, https://www.seedprod.com/wp-content/uploads/2024/03/introducing-ai-image-creation-50x24.png 50w, https://www.seedprod.com/wp-content/uploads/2024/03/introducing-ai-image-creation.png 1083w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">Hot off the heels of our AI writing assistant, we’re excited to announce AI Image generation for SeedProd. In version 6.17, you can turn your ideas into unique images right inside our drag-and-drop page builder.</p>



<p class="wp-block-paragraph">Say farewell to generic stock photos and welcome to creativity with a few clicks.</p>



<p class="wp-block-paragraph">If you’re in a hurry, here’s a quick overview of SeedProd’s new Image AI:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="embed-responsive  embed-responsive-16by9"><iframe loading="lazy" class="embed-responsive-item"   title="NEW AI Images! Say &#039;Goodbye&#039; to Stock Photos..." width="500" height="281" src="https://www.youtube.com/embed/SL2-gXlDeE4?feature=oembed&enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<h2 class="wp-block-heading">Create Original Images for Your Website with AI</h2>



<p class="wp-block-paragraph">Studies show that&nbsp;<a href="https://venngage.com/blog/visual-content-marketing-statistics/#2024-stats" target="_blank" rel="noopener nofollow" title="Visual Content Marketing Statistics">unique pictures do better</a>&nbsp;than boring stock photos, and we hear you. That&#8217;s why we added a new feature that allows you to make your own images.</p>



<p class="wp-block-paragraph">SeedProd now uses DALL-E, a text-to-image model, to help you create unique images that fit your brand.</p>



<p class="wp-block-paragraph">Need a beach scene for your travel website? Describe it, and AI will generate it automatically.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="510" src="https://www.seedprod.com/wp-content/uploads/2024/03/generate-image-ai.jpg" alt="Screenshot of SeedProd AI image generation interface with a backdrop of a serene beach scene at sunset. The interface has a red-bordered box titled 'Generate image with AI' containing a text input field and a list of suggested prompts such as generating a futuristic cityscape or visualizing a peaceful beach scene. The 'Visualize a peaceful beach scene with palm trees and a sunset' prompt is highlighted. Below the prompts are buttons for 'Generate Images' and 'Cancel'." class="wp-image-34457" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/generate-image-ai.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/03/generate-image-ai-400x308.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/03/generate-image-ai-50x39.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">This isn&#8217;t about replacing artists but making cool images easier for everyone. If you can&#8217;t afford a designer, image AI can help by creating high-quality images at a lower cost.</p>



<p class="wp-block-paragraph">Instead of replacing creativity, it helps you enhance your own.</p>



<h3 class="wp-block-heading">Instantly Bring Your Ideas to Life</h3>



<p class="wp-block-paragraph">Forget spending hours searching for the right picture. Now, just type what you need into the Image Generator, and watch as it quickly turns your ideas into real images.</p>



<p class="wp-block-paragraph">Here’s how it works:</p>



<p class="wp-block-paragraph">Drag an Image block onto your page and click the ‘Add with AI’ button in the block settings on the left.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="352" src="https://www.seedprod.com/wp-content/uploads/2024/03/add-image-with-ai-seedprod.png" alt="Screenshot of SeedProd editing interface showing an 'Image' block with an option to 'Add with AI'. An arrow points to the button. Below are two choices to 'Choose New Image' with options to 'Use Your Own Image' or 'Use a Stock Image'. To the right are 'Block Settings' with various icons for customization." class="wp-image-34458" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/add-image-with-ai-seedprod.png 662w, https://www.seedprod.com/wp-content/uploads/2024/03/add-image-with-ai-seedprod-400x213.png 400w, https://www.seedprod.com/wp-content/uploads/2024/03/add-image-with-ai-seedprod-50x27.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Next, describe the image you want to create and click the ‘Generate Images’ button. After a few seconds, SeedProd will display the image. Then, you can add it to your website by clicking Insert.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="352" src="https://www.seedprod.com/wp-content/uploads/2024/03/generated-ai-image-seedprod.png" alt="Screenshot of SeedProd AI image generation interface with the text field filled with 'A closeup product shot of a delicious meal'. Below the text field are 'Generate Images' and 'Cancel' buttons. On the right, a generated image of a meal is displayed, featuring a dish with what appears to be roasted vegetables garnished with herbs, suggesting a successful image generation." class="wp-image-34459" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/generated-ai-image-seedprod.png 662w, https://www.seedprod.com/wp-content/uploads/2024/03/generated-ai-image-seedprod-400x213.png 400w, https://www.seedprod.com/wp-content/uploads/2024/03/generated-ai-image-seedprod-50x27.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Need a specific scene or an abstract design? Just describe it, and AI will handle the rest. It&#8217;s about making your website look good and feel uniquely yours with a few clicks.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="351" src="https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-example.png" alt="A promotional image featuring a close-up of a delicious rice bowl. The bowl is filled with rice, grilled vegetables, and herbs. To the right is text that reads 'Delicious Rice Bowls' followed by a description emphasizing that the rice bowls are made fresh daily with locally sourced produce, high quality and flavor, and a variety of ingredients, offering a satisfying meal for customers." class="wp-image-34460" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-example.png 662w, https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-example-400x212.png 400w, https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-example-50x27.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<h3 class="wp-block-heading">Tailor-Made Images: Edit Without Limits</h3>



<p class="wp-block-paragraph">Our AI Image generator doesn’t just create images; you can also fine-tune them. Once your image is on the page, click the ‘Edit with AI’ button, and the magic begins.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="450" src="https://www.seedprod.com/wp-content/uploads/2024/03/edit-ai-image-seedprod.jpg" alt="Screenshot of SeedProd AI image editing interface with options 'Generate with a prompt', 'Variations', 'Edit Image', and 'Cancel' on the left side, and a high-quality image of a rice bowl with vegetables on the right. An arrow points to the 'Edit Image' option." class="wp-image-34461" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/edit-ai-image-seedprod.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/03/edit-ai-image-seedprod-400x272.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/03/edit-ai-image-seedprod-50x34.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Select a specific area of the illustration and add the changes you want to your original prompt.</p>



<p class="wp-block-paragraph">Let’s say you asked AI to create an image of a cat playing with a ball. In the editor, you can select the ball and change the prompt to a cat playing with a toy car instead.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="436" src="https://www.seedprod.com/wp-content/uploads/2024/03/customize-ai-image-seedprod.jpg" alt="Screenshot of SeedProd AI image editing interface with text input reading 'a cat playing with a toy car on a sofa.' A main image shows an orange cat looking towards the camera with a section erased, while a smaller inset image shows the same cat with a toy car, highlighted in a red box to indicate editing." class="wp-image-34462" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/customize-ai-image-seedprod.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/03/customize-ai-image-seedprod-400x263.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/03/customize-ai-image-seedprod-50x33.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Whether you’re adding the finishing touches or reimagining an entire image, SeedProd AI makes it easy. The result? A cohesive and professional appearance for your website.</p>



<h3 class="wp-block-heading">Mix, Match, and Marvel at Your Creations</h3>



<p class="wp-block-paragraph">Why stop at one original image when you can generate several?</p>



<p class="wp-block-paragraph">With the ‘Variations’ setting, you can try out different ideas and generate a set of unique graphics. It&#8217;s perfect for when you need many images with a similar theme but still want them to stand out on their own.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="235" src="https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-variations-seedprod.jpg" alt="SeedProd interface for generating variations of an image, showing two similar images of a vegetable rice bowl. Each image has an 'Insert' button below it. At the top left, there are 'Back' and 'Cancel' buttons." class="wp-image-34463" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-variations-seedprod.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-variations-seedprod-400x142.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/03/ai-image-variations-seedprod-50x18.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Try different prompts to experiment with styles. You could create product shots at different angles or background images for other sections of your site with the same theme.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="401" src="https://www.seedprod.com/wp-content/uploads/2024/03/variations-ai-image.jpg" alt="Two background image variations of a lavish feast laid out on tables in an elegant dining room, each image with an 'Insert' button below it." class="wp-image-34464" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/variations-ai-image.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/03/variations-ai-image-400x242.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/03/variations-ai-image-50x30.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Whatever your idea, image variations help keep your website interesting while telling your brand’s story.</p>



<h2 class="wp-block-heading">New Site Kits &amp; Blocks</h2>



<p class="wp-block-paragraph">Along with <a href="https://www.seedprod.com/how-to-use-ai-to-generate-images/" title="How to Use AI to Generate Images on Your WordPress Website">AI image creation</a>, we’ve released 9 new website kits. These are perfect for different niches, like portfolios, agencies, real estate, yoga, and travel.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="288" src="https://www.seedprod.com/wp-content/uploads/2024/03/seedprod-site-kits-march-24.jpg" alt="Three SeedProd website templates displayed side by side. The left template is for 'Cloudcraft SaaS Web App Theme' focused on design and deployment, the middle is a 'Fintech SaaS Web App Theme' for streamlining finances, and the right is an 'Outdoor Adventure Theme' for adventure travel." class="wp-image-34465" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/seedprod-site-kits-march-24.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/03/seedprod-site-kits-march-24-400x174.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/03/seedprod-site-kits-march-24-50x22.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Each kit is a great starting point for adding your own touch and is ready to customize with unique AI-generated images. Choose any demo image from the template, and use AI to create your own.</p>



<p class="wp-block-paragraph">We’ve also added a new Push Notification block to our block library for paid SeedProd plans. With this, you can easily install PushEngage, a popular push notification software, directly on your WordPress site.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="309" src="https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-block-seedprod.png" alt="User interface of SeedProd website builder showing 'Design' and 'Connect' tabs, with 'Push Notifications' block highlighted. A notification 'PushEngage Installed and Activated' is shown on the website preview." class="wp-image-34466" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-block-seedprod.png 662w, https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-block-seedprod-400x187.png 400w, https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-block-seedprod-50x23.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">The block doesn’t affect the overall design of your page. However, after configuring the PushEngage plugin, visitors to the page will see a popup inviting them to subscribe to your notifications.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="154" src="https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-optin.png" alt="Popup message on a website with the  text 'This website would like to send push notifications' with 'Allow' and 'Close' buttons." class="wp-image-34467" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-optin.png 662w, https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-optin-400x93.png 400w, https://www.seedprod.com/wp-content/uploads/2024/03/push-notification-optin-50x12.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">We added this feature to make integrating with PushEngage much easier. It doesn’t require adding additional code snippets and lets you reap the benefits of browser notifications.</p>



<p class="wp-block-paragraph">For example, you can use push notifications to:</p>



<ul class="wp-block-list">
<li><strong>Get news out fast:</strong>&nbsp;Deliver news and updates straight to visitors&#8217; screens, even if they&#8217;re not on your site.</li>



<li><strong>Bring people back:</strong>&nbsp;Remind folks who visited your site about cool stuff they might have missed.</li>



<li><strong>Drive clicks and sales:</strong>&nbsp;Lure visitors back to your site where they might buy something or take another desired action.</li>



<li><strong>Personalize messages:</strong>&nbsp;Tailor your notifications to what users like or what they look at on your site.</li>



<li><strong>Keep them coming back</strong>: Create a buzz or sense of urgency to encourage people to visit your site more often.</li>
</ul>



<p class="wp-block-paragraph">Last but not least, is an update to the Headline block available to free and paid users. Now, you can add a custom link to any headline and set it to open in a new tab or window.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="546" src="https://www.seedprod.com/wp-content/uploads/2024/03/headline-link-seedprod.png" alt="Screenshot SeedProd editing tool focusing on a 'Headline' block with option to add a link, highlighted by a red arrow pointing to the link icon." class="wp-image-34468" srcset="https://www.seedprod.com/wp-content/uploads/2024/03/headline-link-seedprod.png 662w, https://www.seedprod.com/wp-content/uploads/2024/03/headline-link-seedprod-400x330.png 400w, https://www.seedprod.com/wp-content/uploads/2024/03/headline-link-seedprod-50x41.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">With this addition, it’s easier to link to other pages so readers can find what they need faster. Plus, linking to relevant content sends positive signals to search engines.</p>



<h2 class="wp-block-heading">Unchain Your Imagination with AI Images</h2>



<p class="wp-block-paragraph">SeedProd’s AI image generator is part of our AI addon for premium users, which uses a credit system. For each image you generate, you’ll use 33 AI credits.</p>



<p class="wp-block-paragraph">To give it a go, visit your SeedProd dashboard and click the option to buy credits.</p>



<p class="wp-block-paragraph">If you&#8217;re new to SeedProd, there’s never been a better time to try our best features. Get started with SeedPod Pro and try AI Image creation today.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button" href="https://www.seedprod.com/pricing/" style="background-color:#17a349">Get Started with SeedProd Today</a></div>
</div>



<p class="wp-block-paragraph">If you have questions or feedback about this feature, don&#8217;t hesitate to&nbsp;<a href="https://www.seedprod.com/contact/" title="Contact SeedProd">contact our customer support team</a>. We&#8217;re always ready to walk you through what you need.As always, thank you for helping to make SeedProd the&nbsp;<a href="https://www.seedprod.com/" title="SeedProd Drag-and-Drop WordPress Website Builder">best drag-and-drop WordPress website builder</a>.</p>The post <a href="https://www.seedprod.com/announcement-ai-image-creation/">Introducing AI Image Creation: Say ‘Goodbye’ to Stock Photos</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Introducing SeedProd AI Assistant for Effortless Content Creation</title>
		<link>https://www.seedprod.com/announcement-ai-writing-assistant/</link>
		
		<dc:creator><![CDATA[Stacey Corrin]]></dc:creator>
		<pubDate>Mon, 26 Feb 2024 13:00:44 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[ai landing page]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=33453</guid>

					<description><![CDATA[<p>Introducing SeedProd's new AI writing assistant. Learn how to generate high-quality text for any WordPress page or web design project using the power of AI.</p>
The post <a href="https://www.seedprod.com/announcement-ai-writing-assistant/">Introducing SeedProd AI Assistant for Effortless Content Creation</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="379" src="https://www.seedprod.com/wp-content/uploads/2024/02/introducing-seedprod-ai-writting-assistant-800x379.png" class="attachment-large size-large wp-post-image" alt="Announcement SeedProd AI Writing Assistant" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/introducing-seedprod-ai-writting-assistant-800x379.png 800w, https://www.seedprod.com/wp-content/uploads/2024/02/introducing-seedprod-ai-writting-assistant-400x189.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/introducing-seedprod-ai-writting-assistant-768x364.png 768w, https://www.seedprod.com/wp-content/uploads/2024/02/introducing-seedprod-ai-writting-assistant-50x24.png 50w, https://www.seedprod.com/wp-content/uploads/2024/02/introducing-seedprod-ai-writting-assistant.png 1444w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">The year is in full swing, and to keep the momentum going, we’re announcing one of the most exciting updates to our plugin.</p>



<p class="wp-block-paragraph">Introducing AI text generation with <a href="https://www.seedprod.com" title="SeedProd - Best Drag &amp; Drop WordPress Website Builder">SeedProd’s</a> AI writing assistant add-on.</p>



<p class="wp-block-paragraph">Generate catchy headlines, craft clear descriptions, and write engaging content &#8211; all with a few clicks. Our new AI removes writer&#8217;s block, leaving you free to focus on what matters: building a website that converts.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="embed-responsive  embed-responsive-16by9"><iframe loading="lazy" class="embed-responsive-item"   title="NEW! SeedProd AI Writing Assistant For EASY Content Creation!" width="500" height="281" src="https://www.youtube.com/embed/gzCYMtEju4c?feature=oembed&enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<h2 class="wp-block-heading">AI-Powered Website Copy</h2>



<p class="wp-block-paragraph">Remember agonizing over every sentence, rewriting headlines endlessly, and wishing you could spend less time writing and more time building? With SeedProd’s <a href="https://www.seedprod.com/ai-wordpress-builders/" title="3 Best AI WordPress Builders (+8 Content Tools) for 2024">AI website builder</a> and writing assistant, those days are gone.</p>



<p class="wp-block-paragraph">Our AI assistant lets you quickly generate headlines and body text for your site, streamlining the content creation process for any design project.</p>



<p class="wp-block-paragraph">Let’s take a look at how it works.</p>



<p class="wp-block-paragraph">Click any Headline or Text block from the drag-and-drop page builder to open its settings. In the left-hand sidebar, click the&nbsp;<strong>Generate AI Text</strong>&nbsp;button.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="354" src="https://www.seedprod.com/wp-content/uploads/2024/02/generate-ai-text-1.png" alt="Generate AI text in SeedProd page builder" class="wp-image-33455" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/generate-ai-text-1.png 662w, https://www.seedprod.com/wp-content/uploads/2024/02/generate-ai-text-1-400x214.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/generate-ai-text-1-50x27.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Next, you’ll see a popup asking you to describe your text. Click the suggested prompts to make this easier, or type your own in the text field, then click the&nbsp;<strong>Generate Text</strong>&nbsp;button.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="521" src="https://www.seedprod.com/wp-content/uploads/2024/02/write-with-ai.png" alt="Describe and Generate Text with AI in SeedProd page builder" class="wp-image-33456" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/write-with-ai.png 662w, https://www.seedprod.com/wp-content/uploads/2024/02/write-with-ai-400x315.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/write-with-ai-50x39.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">It takes just a few seconds for the AI to create your content. If you’re happy with the result, click&nbsp;<strong>Insert</strong>&nbsp;to add it to your page.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="383" src="https://www.seedprod.com/wp-content/uploads/2024/02/add-ai-text-wordpress.gif" alt="Generate and insert AI text in SeedProd page builder" class="wp-image-33457"/></figure>



<p class="wp-block-paragraph">You can go from a blank page to eye-catching content that resonates with your audience in minutes.</p>



<h3 class="wp-block-heading">Strengthen Your Brand’s Voice</h3>



<p class="wp-block-paragraph">Maintaining a consistent voice and style across your website is crucial for building trust and recognition. But let&#8217;s be honest, creating the perfect content for every page is time-consuming and challenging.</p>



<p class="wp-block-paragraph">You can use SeedProd&#8217;s AI assistant to select any text on your page and adjust its tone, style, and formality to match your brand’s voice.&nbsp;</p>



<p class="wp-block-paragraph">Whether it’s a professional tone for your landing page or conversational About page text, switching up your writing style is simple.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="531" src="https://www.seedprod.com/wp-content/uploads/2024/02/ai-text-tone.png" alt="Change the tone of AI generated text in SeedProd" class="wp-image-33458" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/ai-text-tone.png 662w, https://www.seedprod.com/wp-content/uploads/2024/02/ai-text-tone-400x321.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/ai-text-tone-50x40.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Click the Choose Tone dropdown and select from 30 styles running from funny and excited, to professional and serious.</p>



<h3 class="wp-block-heading">Optimize Your Headlines</h3>



<p class="wp-block-paragraph">According to WPBeginner, only&nbsp;<a href="https://www.wpbeginner.com/opinion/anatomy-of-a-high-converting-landing-page/" target="_blank" rel="noopener" title="Anatomy of a High Converting Landing Page">20% of visitors</a>&nbsp;read your landing page’s full text, but 80% will read the full title. This makes writing the perfect headline just as important.</p>



<p class="wp-block-paragraph">Besides generating engaging content, you can use our AI assistant to shorten any text.</p>



<p class="wp-block-paragraph">For example, you can take a long, complicated headline and cut it down with a single click, making it instantly more readable and user-friendly.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="570" src="https://www.seedprod.com/wp-content/uploads/2024/02/shorter-ai-text.png" alt="Make AI generated text shorter in SeedProd" class="wp-image-33459" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/shorter-ai-text.png 662w, https://www.seedprod.com/wp-content/uploads/2024/02/shorter-ai-text-400x344.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/shorter-ai-text-50x43.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Or you can generate several headlines and test each one to see which resonates the most with your audience.</p>



<p class="wp-block-paragraph">It’s just as easy to improve less detailed content by adding more information and context. Click the ‘Make it Longer’ button, and you’ll have relevant text on any topic in a few seconds.</p>



<h3 class="wp-block-heading">Translate Your Site into Multiple Languages</h3>



<p class="wp-block-paragraph">In addition to content generation, SeedProd&#8217;s AI assistant makes it easy to translate your website into multiple languages. This makes it much easier to reach diverse audiences without paying for expensive translation services or translating content yourself.</p>



<p class="wp-block-paragraph">From any headline or text block, click the <strong>Choose Language</strong> dropdown and select from over 50+ languages to translate your content automatically.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="560" src="https://www.seedprod.com/wp-content/uploads/2024/02/translate-ai-text.png" alt="Translate AI generated text into different languages in SeedProd" class="wp-image-33460" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/translate-ai-text.png 662w, https://www.seedprod.com/wp-content/uploads/2024/02/translate-ai-text-400x338.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/translate-ai-text-50x42.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">For example, if your website sells products or services to global audiences, you can translate the content to reach those users. You can do the same for FAQs so customers can find answers and resolve issues in their preferred language.</p>



<h3 class="wp-block-heading">Create Lightning Fast Placeholder Text&nbsp;</h3>



<p class="wp-block-paragraph">We understand that speed and quality are essential for web designers. You want to get projects off the ground fast while providing the best results to your clients.</p>



<p class="wp-block-paragraph">Our AI assistant can help by allowing you to fill your projects with relevant placeholder text. It’s an excellent way to help clients understand each page&#8217;s layout, flow, and purpose while saving you time and effort.</p>



<p class="wp-block-paragraph">You can also use it to create reusable templates. Instead of relying on generic lorem ipsum text, you can fill your templates with niche-related content.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="312" src="https://www.seedprod.com/wp-content/uploads/2024/02/ai-placeholder-text.jpg" alt="Example of replacing lorem ipsum placeholder text with AI generated text" class="wp-image-33461" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/ai-placeholder-text.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/02/ai-placeholder-text-400x189.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/02/ai-placeholder-text-50x24.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">For instance, if you’re building a website template for <a href="https://www.seedprod.com/how-to-create-a-real-estate-website/" title="How to Create a Real Estate Website in WordPress">real estate projects</a>, you can quickly generate content related to that industry. Or, if it’s an eCommerce site, you can fill it with product descriptions that take seconds to generate.</p>



<p class="wp-block-paragraph">We even put together this guide on <a href="https://www.seedprod.com/ai-landing-page/" title="How to Create an AI Landing Page in WordPress Step-by-Step">how to create an AI landing page</a>.</p>



<h2 class="wp-block-heading">More Site Kits &amp; Bug Fixes</h2>



<p class="wp-block-paragraph">Besides launching our AI writing assistant, we’ve also been hard at work improving the features you already know and love.</p>



<p class="wp-block-paragraph">We’ve added 10 new site kits to our <a href="https://www.seedprod.com/templates/" title="SeedProd Templates Library">themes library</a> for agencies, freelancers, magazines, and even medical websites.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="289" src="https://www.seedprod.com/wp-content/uploads/2024/02/feb-24-site-kits.jpg" alt="SeedProd website template kits released in February 2024" class="wp-image-33462" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/feb-24-site-kits.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/02/feb-24-site-kits-400x175.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/02/feb-24-site-kits-50x22.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">With this release of SeedProd, we’ve also introduced fixes to product archive features, gallery and carousel images, and LinkedIn URLs in our social sharing block.</p>



<p class="wp-block-paragraph">For all the details, please see our&nbsp;<a class="heroickb_exit_link" href="?hkb-redirect&#038;nonce=2269c0dbac&#038;check=5frl6&#038;redirect=https%3A%2F%2Fwww.seedprod.com%2Fdocs%2Fchangelog%2F&#038;otype=unknown&#038;oid=0&#038;source=block-content" title="SeedProd Changelog">changelog</a>.</p>



<h3 class="wp-block-heading">Get Started With SeedProd AI</h3>



<p class="wp-block-paragraph">SeedProd’s AI writing assistant is available as a <strong>separate add-on</strong> when you subscribe to any of our premium plans.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="270" src="https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-addon-1.png" alt="SeedProd AI Addon at checkout" class="wp-image-33736" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-addon-1.png 662w, https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-addon-1-400x163.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-addon-1-50x20.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Users with a paid plan can upgrade by visiting your SeedProd dashboard.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="160" src="https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-upgrade.png" alt="SeedProd AI Addon upgrade" class="wp-image-33737" srcset="https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-upgrade.png 662w, https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-upgrade-400x97.png 400w, https://www.seedprod.com/wp-content/uploads/2024/02/seedprod-ai-upgrade-50x12.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">You can access all new site kits and bug fixes as soon as you update your plugin to the latest version.</p>



<p class="wp-block-paragraph">If you’re new to SeedProd, now is the best time to upgrade to SeedProd Pro and explore everything it offers.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button" href="https://www.seedprod.com/pricing/" style="background-color:#17a349">Get Started with SeedProd Today</a></div>
</div>



<p class="wp-block-paragraph">And if you have questions, don’t hesitate to&nbsp;<a href="https://www.seedprod.com/contact/" title="Contact SeedProd">get in touch</a>&nbsp;with our support team or leave a comment on this post. We’re always ready to help you get the most out of SeedProd, so please keep the suggestions and feedback coming.</p>



<p class="wp-block-paragraph">As always, thank you for helping to make SeedProd the&nbsp;<a href="https://www.seedprod.com/" title="SeedProd - Best Drag-and-drop WordPress Website Builder">best WordPress website builder</a>.</p>The post <a href="https://www.seedprod.com/announcement-ai-writing-assistant/">Introducing SeedProd AI Assistant for Effortless Content Creation</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Introducing Tablet Breakpoints, Videos Teasers + More</title>
		<link>https://www.seedprod.com/announcement-tablet-breakpoint-teaser-video/</link>
		
		<dc:creator><![CDATA[Turner John]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 13:01:48 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[translations]]></category>
		<category><![CDATA[video block]]></category>
		<category><![CDATA[video teasers]]></category>
		<guid isPermaLink="false">https://www.seedprod.com/?p=32134</guid>

					<description><![CDATA[<p>We're thrilled to announce several new features for SeedProd, including tablet breakpoints, video teasers, more website kits, and 10 new language translations.</p>
The post <a href="https://www.seedprod.com/announcement-tablet-breakpoint-teaser-video/">Introducing Tablet Breakpoints, Videos Teasers + More</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></description>
										<content:encoded><![CDATA[<div><img loading="lazy" decoding="async" width="800" height="379" src="https://www.seedprod.com/wp-content/uploads/2024/01/tablet-break-point-800x379.png" class="attachment-large size-large wp-post-image" alt="Introducing Tablet Breakpoints for SeedProd" style="margin-bottom: 10px;" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/tablet-break-point-800x379.png 800w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-break-point-400x189.png 400w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-break-point-768x364.png 768w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-break-point-50x24.png 50w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-break-point.png 1444w" sizes="auto, (max-width: 800px) 100vw, 800px" /></div>|||
<p class="wp-block-paragraph">It’s a new year, and we&#8217;re excited to kick it off with some fresh updates for SeedProd that provide even more flexibility as you design your websites. Today, we’re pleased to announce tablet display options, teaser videos, and a host of new site kits for various niches.</p>



<p class="wp-block-paragraph">If you’re in a hurry, check out the announcement video below for a quick overview:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="embed-responsive  embed-responsive-16by9"><iframe loading="lazy" class="embed-responsive-item"   title="NEW! Introducing Tablet Breakpoints, Teaser Videos, New Site Kits, And More!" width="500" height="281" src="https://www.youtube.com/embed/uxxL1roAhC4?feature=oembed&enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<p class="wp-block-paragraph">Otherwise, keep reading for the full details of our new year update.</p>



<h2 class="wp-block-heading">Control Your Web Design on Tablets</h2>



<p class="wp-block-paragraph">Our first new feature is something a lot of users have asked for:&nbsp;<strong>Tablet Breakpoints</strong>.</p>



<p class="wp-block-paragraph">A breakpoint is a signal that tells your site how to adjust its layout for different screen sizes. With a tablet breakpoint, you can change how your site looks on tablets to deliver the best experience for visitors.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="429" src="https://www.seedprod.com/wp-content/uploads/2024/01/tablet-preview.png" alt="Live preview on tablet devices in SeedProd" class="wp-image-32135" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/tablet-preview.png 662w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-preview-400x259.png 400w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-preview-50x32.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">We understand how crucial this is for not only designing but also previewing your designs on tablet screens, and with this new feature, you can see how they look on tablets as well as smartphones and desktop devices.</p>



<p class="wp-block-paragraph">We’ve pushed this a notch further inside our blocks. Now, you’ll see an additional option to customize the alignment, typography, and spacing just for tablet devices.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="371" src="https://www.seedprod.com/wp-content/uploads/2024/01/block-tablet-breakpoints.png" alt="Block customization options for tablet devices in SeedProd" class="wp-image-32136" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/block-tablet-breakpoints.png 662w, https://www.seedprod.com/wp-content/uploads/2024/01/block-tablet-breakpoints-400x224.png 400w, https://www.seedprod.com/wp-content/uploads/2024/01/block-tablet-breakpoints-50x28.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">This means you can alter your designs to display differently on tablets compared to desktops and mobile devices. It’s like having 3 different versions of your site, each tailored to specific screen sizes.</p>



<p class="wp-block-paragraph">For example, you could have large headings across 4 lines on desktops but have visitors on tablets see much smaller headings on just 2 lines. This allows you to maximize space on the screen while ensuring visitors won’t need to scroll as much.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="396" src="https://www.seedprod.com/wp-content/uploads/2024/01/tablet-customization-example.png" alt="Example of heading customization options on Desktop and tablet devices" class="wp-image-32137" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/tablet-customization-example.png 662w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-customization-example-400x239.png 400w, https://www.seedprod.com/wp-content/uploads/2024/01/tablet-customization-example-50x30.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Additionally, you can <a href="https://www.seedprod.com/how-to-hide-image-in-mobile-view/" title="How to Hide Images in Mobile View on WordPress">hide specific blocks</a> from showing on tablets. So, if a section, row, or block is too distracting for tablet viewers, you can hide it for that device.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="334" src="https://www.seedprod.com/wp-content/uploads/2024/01/hide-on-tablet.png" alt="Example of hiding a section in SeedProd from showing on tablet devices" class="wp-image-32138" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/hide-on-tablet.png 662w, https://www.seedprod.com/wp-content/uploads/2024/01/hide-on-tablet-400x202.png 400w, https://www.seedprod.com/wp-content/uploads/2024/01/hide-on-tablet-50x25.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Need some ideas on how to use tablet breakpoints on your website? We’ve got you covered:</p>



<ul class="wp-block-list">
<li><strong>News and Blogging Sites:&nbsp;</strong>Adjust article layouts, font sizes, and image placements to make reading articles on tablets more comfortable and engaging.</li>



<li><strong>Restaurant Websites:&nbsp;</strong>Modify menu displays and online reservation systems for tablets, providing an optimal browsing experience for customers.</li>



<li><strong>Real Estate Listings:</strong>&nbsp;Customize property photos, virtual tours, and listing details to display effectively on tablets.</li>
</ul>



<h2 class="wp-block-heading">Upgrade Video Popups with Teaser Previews</h2>



<p class="wp-block-paragraph">Another exciting feature we’ve released is an addition to the <a href="https://www.seedprod.com/announcement-video-popups/" title="Introducing Video Popups: Unlock Next-Level User Engagement">Video Popup</a> block: <strong>Teaser Videos</strong>.</p>



<p class="wp-block-paragraph">Now, you can grab attention immediately by enabling the Teaser Video toggle in your block settings. Your chosen video will naturally play in the background, audio-free, creating an engaging way to draw in your audience.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="318" src="https://www.seedprod.com/wp-content/uploads/2024/01/enable-teaser-video.jpg" alt="Enable teaser video in SeedProd video popup block" class="wp-image-32139" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/enable-teaser-video.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/01/enable-teaser-video-400x192.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/01/enable-teaser-video-50x24.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">But it doesn&#8217;t stop there; on clicking the play button, your video restarts with audio and video controls, allowing viewers to watch the entire video at their own pace.&nbsp;</p>



<p class="wp-block-paragraph">Alongside this is the ability to show a banner with a custom icon and text.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="359" src="https://www.seedprod.com/wp-content/uploads/2024/01/teaser-video-banner-customizations.jpg" alt="Teaser video banner customization options" class="wp-image-32140" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/teaser-video-banner-customizations.jpg 662w, https://www.seedprod.com/wp-content/uploads/2024/01/teaser-video-banner-customizations-400x217.jpg 400w, https://www.seedprod.com/wp-content/uploads/2024/01/teaser-video-banner-customizations-50x27.jpg 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">It’s an ideal way to invite users to click and watch your video in full.</p>



<p class="wp-block-paragraph">We can think of so many ways to use this feature, it wouldn’t be fair to keep them to ourselves. So, here are some suggestions for using teaser videos to engage your audience:</p>



<ul class="wp-block-list">
<li><strong>Product Launches and Demonstrations:</strong>&nbsp;Create anticipation for new products with silent teasers, then reveal in-depth demonstrations or features when users click.</li>



<li><strong>Event Promotions:</strong>&nbsp;Generate excitement for upcoming events with teaser clips. This approach is perfect for webinars, workshops, or conferences, offering glimpses that encourage users to discover more.</li>



<li><strong>Special Offers:</strong>&nbsp;Highlight promotions or special offers through teasers, enticing viewers to click through for the full details of the deal.</li>
</ul>



<h2 class="wp-block-heading">Your Language: Covered</h2>



<p class="wp-block-paragraph">In our ongoing effort to make <a href="https://www.seedprod.com" title="SeedProd - Best Drag &amp; Drop WordPress Website Builder">SeedProd</a> as accessible and user-friendly as possible, we’re thrilled to announce that the plugin is now available in 10 languages.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="450" src="https://www.seedprod.com/wp-content/uploads/2024/01/seedprod-translated-to-10-languages.png" alt="SeedProd is translated into 10 languages" class="wp-image-32141" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/seedprod-translated-to-10-languages.png 662w, https://www.seedprod.com/wp-content/uploads/2024/01/seedprod-translated-to-10-languages-400x272.png 400w, https://www.seedprod.com/wp-content/uploads/2024/01/seedprod-translated-to-10-languages-50x34.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">We believe that language should never be a barrier to <a href="https://www.seedprod.com/how-to-create-a-wordpress-website-for-beginners/" title="How to Create a WordPress Website for Beginners">creating stunning websites</a> and that you should feel seen and understood in your native tongue. Therefore, you can now use SeedProd in:</p>



<ul class="wp-block-list">
<li>Spanish</li>



<li>Nederlands</li>



<li>French</li>



<li>German</li>



<li>Italian</li>



<li>Japanese</li>



<li>Polish</li>



<li>Portuguese (Brazil)</li>



<li>Russian</li>



<li>Turkish</li>
</ul>



<p class="wp-block-paragraph">With even more translations in the works.&nbsp;</p>



<h2 class="wp-block-heading">17 New Site Kits</h2>



<p class="wp-block-paragraph">Along with these features, we’ve also been working on growing our <a href="https://www.seedprod.com/templates/" title="Landing Page Templates">templates library</a>. With 17 new additions, our total number of themes and landing pages is well over 300.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="662" height="281" src="https://www.seedprod.com/wp-content/uploads/2024/01/New-Webite-Kits-jan-24.png" alt="New SeedProd website template kits" class="wp-image-32142" srcset="https://www.seedprod.com/wp-content/uploads/2024/01/New-Webite-Kits-jan-24.png 662w, https://www.seedprod.com/wp-content/uploads/2024/01/New-Webite-Kits-jan-24-400x170.png 400w, https://www.seedprod.com/wp-content/uploads/2024/01/New-Webite-Kits-jan-24-50x21.png 50w" sizes="auto, (max-width: 662px) 100vw, 662px" /></figure>



<p class="wp-block-paragraph">Here’s a quick look at the latest theme releases spanning niches like education, travel, food, and technology:</p>



<ol class="wp-block-list">
<li>Child Day Care Education</li>



<li>GreenEarth Environmental Theme</li>



<li>Curbside Food Truck (WooCommerce)</li>



<li>BondBloom Relationship Coach</li>



<li>Artisan Construction</li>



<li>Innovio Tech Blogger (WooCommerce)</li>



<li>Paint Works Painting Website</li>



<li>Prose Online Author (WooCommerce)</li>



<li>LearnWell Tutoring Website</li>



<li>Technician Service</li>



<li>Garden Home Improvement</li>



<li>Expeditions Hiking</li>



<li>Explore Era Travel Agency (WooCommerce)</li>



<li>Opulent Salon</li>



<li>Beatbash Music</li>



<li>UnityTree Yoga &amp; Fitness</li>



<li>MotiveWave Motivation Website</li>
</ol>



<p class="wp-block-paragraph">If you don’t see a theme in our library that fits your niche, please&nbsp;<a href="https://www.seedprod.com/contact/" title="Contact SeedProd">contact us with your suggestions</a>. We’re always looking for fresh ways to meet your needs.</p>



<h2 class="wp-block-heading">Update Your SeedProd Plugin Today</h2>



<p class="wp-block-paragraph">We&#8217;re truly excited about these new updates to SeedProd and are positive you&#8217;ll find them equally as thrilling.</p>



<p class="wp-block-paragraph">The Teaser Video feature is available now to anyone with a premium SeedProd license. Simply update your plugin and dive in. Tablet Breakpoints and translations are available to everyone, including SeedProd free users.&nbsp;</p>



<p class="wp-block-paragraph">However, if you’re new to SeedProd, now is the best time to upgrade to SeedProd Pro and explore everything it offers.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button" href="https://www.seedprod.com/pricing/" style="background-color:#17a349">Get Started with SeedProd Today</a></div>
</div>



<p class="wp-block-paragraph">If you have questions about these features, don&#8217;t hesitate to get in touch with our support team or leave a comment on this post. We&#8217;re always ready to help you get the most out of SeedProd, so please keep the suggestions and feedback coming.</p>



<p class="wp-block-paragraph">Our commitment to making SeedProd the&nbsp;<a href="https://www.seedprod.com/" title="SeedProd">best WordPress website builder</a>&nbsp;is only getting stronger as we continue to win with our customers.</p>The post <a href="https://www.seedprod.com/announcement-tablet-breakpoint-teaser-video/">Introducing Tablet Breakpoints, Videos Teasers + More</a> appeared first on <a href="https://www.seedprod.com">SeedProd</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
