<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>WordPress — LowEndSpirit</title>
        <link>https://staging.lowendspirit.com/index.php?p=/</link>
        <pubDate>Mon, 20 Jul 2026 21:03:46 +0000</pubDate>
        <language>en</language>
            <description>WordPress — LowEndSpirit</description>
    <atom:link href="https://staging.lowendspirit.com/index.php?p=/categories/wordpress/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>ChatGPT responses: Merging different wordpress sites</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/5507/chatgpt-responses-merging-different-wordpress-sites</link>
        <pubDate>Sun, 19 Feb 2023 10:42:46 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">5507@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>**Note: This is a LONG post. **</p>

<p>This morning, I was checking out some new prompts for ChatGPT, I thought of asking some Wp related queries, and asked questions for the following theme:</p>

<blockquote><div>
  <p>Merging different wordpress sites- Multisite, or merge with URL forward?</p>
</div></blockquote>

<p>For brevity, I have collapsed the answers, and you will have to click on each response individually. This conversation (with inputs from WP users /tinkerers/ experts on LES) could become a handy resource for the community. Or so is the thought.</p>

<p>Questions for LES community:<br />
a. Have you tried to maintain separate domains for blog and main site (or say, portfolio site and main site) ? What method(s) and CMS have you used? <br />
Note: Atlesat one CMS shold be WordPress - to keep the topic in context.<br />
b. Have you tried WordPress multisite? Was it a subfolder or subdomain? What pros and cons do you see for either?<br />
c. Have you merged different domains and brought content under a single roof? Do you see any pros or cons to this approach?</p>

<hr />

<p><strong>First Prompt</strong><br />
Q. I have two websites, both use wordpress. One is the main site with the domain mysite.in. The second site is a blog, on a subdomain blog.mysite.in. I need to merge the two sites. What are my options to merge the blog with the main site? What will be impact on the URLs?</p>

<p>The response from ChatGPT was: (click details to read)</p>

<p></p><details><summary> Response to first prompt</summary>

<p>There are several options to merge the blog with the main site, depending on how you want the merged site to be organized and how you want to handle the existing URLs.</p>

<p><strong>Option 1: Use WordPress Multisite</strong><br />
WordPress Multisite is a feature that allows you to run multiple WordPress sites from a single installation. With Multisite, you can create a network of sites that share the same WordPress core files, but have separate databases and content. In your case, you could use Multisite to merge the blog into the main site and have them both share the same domain (mysite.in). The impact on URLs will depend on how you set up your Multisite installation. You could keep the existing URLs for the main site and blog, or you could choose to restructure the URLs to reflect the new merged site.</p>

<p><strong>Option 2: Merge the blog into the main site manually</strong><br />
If you prefer not to use Multisite, you could merge the blog into the main site manually. This would involve exporting the content from the blog and importing it into the main site. You would also need to copy over any customizations you have made to the blog's theme or plugins. The impact on URLs will depend on how you handle the existing URLs. You could keep the blog's URLs and set up redirects from the old blog URLs to the new URLs on the main site, or you could change the blog's URLs to match the main site's URLs.<br />
**<br />
Option 3: Use a third-party plugin or service**<br />
There are several third-party plugins and services available that can help you merge WordPress sites. These typically involve exporting content from the blog and importing it into the main site, along with any necessary customizations. The impact on URLs will depend on the specific plugin or service you use and how you configure it.</p>

<hr />

<p>vyas comment: Last paragraph, though it may sound like a disclaimer, was quite important - though it is stating the obvious.</p>

<blockquote><div>
  <p>Regardless of which option you choose, it's important to create backups of both sites before attempting to merge them, in case anything goes wrong during the process. </p></div></blockquote></details>


<hr />

<p><strong>Second Prompt</strong></p>

<p>Q. From the above options, if I want to choose the first option- Using WordPress multisite, what are the steps to follow?</p>

<p></p><details><summary> Response to Second prompt</summary><br />
Here are the high-level steps to follow if you want to use WordPress Multisite to merge your blog into your main site:

<p>Back up both sites: Before you begin the merging process, make sure to back up both your main site and your blog. This will allow you to restore your sites to their previous states if something goes wrong during the merge.</p>

<p>Set up WordPress Multisite: If you haven't already, you'll need to set up WordPress Multisite on your main site. You can find instructions on how to do this in the WordPress Codex.</p>

<p>Create a new site: Once you've set up Multisite, you'll need to create a new site for your blog. To do this, log in to your main site's dashboard, go to the "My Sites" menu, and click "Network Admin" -&gt; "Sites" -&gt; "Add New". Fill in the required information, including the site name and URL. The URL should be set to "blog.mysite.in" to match your existing blog's URL.</p>

<p>Install necessary plugins and themes: Install any necessary plugins and themes on the new site to match those on your existing blog.</p>

<p>Export content from the blog: In your blog's dashboard, go to "Tools" -&gt; "Export" and select "All content" to export all of your blog's content. Save the resulting XML file to your computer.</p>

<p>Import content into the new site: In your new site's dashboard, go to "Tools" -&gt; "Import" -&gt; "WordPress" and upload the XML file you exported from your blog. Make sure to check the box to import media attachments.</p>

<p>Set up redirects: If you want to keep the same URLs for your blog posts, you'll need to set up redirects from the old URLs to the new URLs on your main site. You can use a plugin like Redirection to set up these redirects.</p>

<p><strong>Test and refine</strong>: Once you've completed the merge, test your new site thoroughly to make sure everything is working as expected. You may need to refine your site's settings, plugins, and themes to get everything working smoothly.</p>

<p>It's important to note that merging sites can be a complex process, so you may want to consult with a WordPress developer or experienced user if you're not familiar with the process. Additionally, be sure to have a solid backup plan in place before you begin, as the merging process can be risky and may result in data loss if something goes wrong.</p>

<h2></h2></details>

<p><strong>Third Prompt</strong></p>

<blockquote><div>
  <p>Q. Is the above option equivalent to creating a wordpress multisite with a subdomain option?</p>
</div></blockquote>

<p></p><details><summary> Response to third prompt</summary><br />
Yes, creating a WordPress Multisite with a subdomain option is essentially the same as creating a separate site for your blog within your existing Multisite network. In the case of a subdomain Multisite setup, you would create a new site with the subdomain "blog.mysite.in" and install WordPress and any necessary plugins and themes there. You would then export the content from your existing blog and import it into the new site.

<p>Once you've completed the import process, you would then need to configure the site settings, including the site's permalink structure, to ensure that your URLs match the structure of your existing site. You would also need to set up any necessary redirects to ensure that traffic to your old blog URLs is redirected to the new URLs on your main site.</p>

<p>In general, a subdomain Multisite setup is a good option if you want to keep your blog content separate from your main site content, but still have it accessible from the same domain. It can also be a good way to manage multiple sites from a single WordPress installation, and can make it easier to share resources like themes and plugins across your sites.</p>

<p></p></details>

<hr />

<p><strong>Fourth Prompt</strong></p>

<blockquote><div>
  <p>Q. In the above example of moving my blog to wordpress multisite, will I have to change the DNS entries with my domain registrar?</p>
</div></blockquote>

<p></p><details><summary> Response to fourth prompt</summary><br />
It depends on how your DNS entries are currently configured.

<p>If your current blog is hosted on a separate server or hosting account than your main site, and you're moving it to a new site within your existing WordPress Multisite network, then you likely won't need to make any changes to your DNS entries.</p>

<p>However, if your blog is currently hosted on a subdomain (e.g. blog.mysite.in) and you want to move it to a new site within your Multisite network, you may need to update your DNS entries to point the blog subdomain to your main site's server. This will ensure that visitors can still access your blog content at the same subdomain (blog.mysite.in) after the move.</p>

<p>In general, it's a good idea to check with your domain registrar or hosting provider to confirm what DNS changes may be necessary before you begin the move process. They should be able to provide guidance on any necessary changes, and can help ensure that your site remains accessible to visitors throughout the process.</p>

<p></p></details>

<p><strong>Fifth Prompt</strong></p>

<blockquote><div>
  <p>Q. I use cloudflare currently with two sets of DNS entries, one for blog.mydomain.in, other for mydomain.in. This is, because both sites are hosted on different servers which have different ip addresses. Once I opt for wordpress multisite, will my cloudflare entries change?</p>
</div></blockquote>

<p></p><details><summary> Response to fifth prompt</summary><br />
If you opt to use WordPress Multisite to merge your blog into your main site, your Cloudflare DNS entries may need to be updated to reflect the new site structure. Specifically, you will need to update your DNS entries for the blog subdomain (blog.mydomain.in) to point to the same server as your main site.

<p>To do this, you can update the DNS record for your blog subdomain in your Cloudflare dashboard to point to the IP address of your main site's server. This will ensure that visitors can still access your blog content after the merge.</p>

<p>It's important to note that Cloudflare may take some time to propagate these changes across its network, so there may be a brief period during which your blog is unavailable after the merge. However, this downtime should be minimal if your DNS changes are made correctly and efficiently.</p>

<p>In general, it's a good idea to check with your hosting provider and/or Cloudflare support to ensure that your DNS changes are made correctly and that your site remains accessible to visitors throughout the process.</p>

<p></p></details>

<hr />

<p><strong>Sixth Prompt</strong></p>

<blockquote><div>
  <p>Q. From the three options of merging my blog, let us say I want to opt for option 2:  Merge the blog into the main site manually. What will be the steps I will need to follow?</p>
</div></blockquote>

<p></p><details><summary> Response to sixth prompt</summary><br />
Merging your blog into your main site manually can be a bit more complex than using WordPress Multisite, but it can be a good option if you want more control over the process. Here are the general steps you will need to follow:

<p>Back up your existing blog: Before you begin the merge process, it's important to back up all of your blog content, including posts, pages, comments, media files, and any customizations you've made to your blog's theme or plugins. You can use a plugin like UpdraftPlus or BackupBuddy to create a full backup of your site.</p>

<p><strong>Install WordPress on your main site</strong>: If your main site doesn't already use WordPress, you'll need to install it first. You can do this manually by downloading the WordPress software from WordPress.org and uploading it to your main site's hosting account, or you can use a one-click installer provided by your hosting provider.</p>

<p><strong>Export your blog content</strong>: In your existing blog's WordPress dashboard, navigate to Tools &gt; Export. Select "All content" and click the "Download Export File" button to save an XML file containing all of your blog content to your computer.<br />
**<br />
Import your blog content**: In your main site's WordPress dashboard, navigate to Tools &gt; Import. Choose the "WordPress" option and install the WordPress importer plugin if necessary. Upload the XML file you exported in step 3 and follow the prompts to import your blog content into your main site.</p>

<p><strong>Configure your main site</strong>: Once your blog content has been imported, you will need to configure your main site's settings to reflect your new site structure. This may include updating your site's permalink structure to match your blog's URLs, setting up any necessary redirects, and configuring your site's theme and plugins to display your blog content as desired.</p>

<p><strong>Test and troubleshoot</strong>: Once you've completed the merge process, it's important to thoroughly test your main site to ensure that all of your blog content is displaying correctly and that there are no broken links or other issues. You may also need to troubleshoot any issues that arise, such as formatting or display issues with your imported content.</p>

<p>Overall, merging your blog into your main site manually can be a time-consuming process, but it can give you more control over the end result. If you're not comfortable with the technical aspects of the merge process, you may want to consider working with a WordPress developer or other professional to help guide you through the process.<br />
</p></details>

<hr />

<p><strong>Seventh Prompt</strong></p>

<blockquote><div>
  <p>Q.From a seo and site maintenance perspective: Which option is preferred? Having a blog as a subdomain, or merge the blog into the main site?</p>
</div></blockquote>

<p></p><details><summary> Response to seventh prompt</summary><br />
From a SEO and site maintenance perspective, <em>merging your blog into your main site is generally preferred</em> over having a separate blog subdomain. Here are a few reasons why:

<p><strong>Improved SEO</strong>: When you merge your blog into your main site, you consolidate all of your content into a single domain, which can help to improve your site's overall search engine rankings. This is because search engines tend to prioritize domains with high-quality, authoritative content, and having all of your content on a single domain can help to establish your site as an authority in your niche.<br />
**<br />
Easier site maintenance**: Maintaining a single site is generally easier than maintaining multiple sites or subdomains. When your blog is integrated into your main site, you can manage all of your content from a single WordPress dashboard, which can simplify your workflow and make it easier to keep your site up-to-date.</p>

<p><strong>Better user experience</strong>: Having a single, unified site can provide a better user experience for your visitors, as they can easily navigate between your main site and your blog without having to switch domains or subdomains. This can help to keep visitors engaged with your site and encourage them to explore more of your content.</p>

<p>That being said, there are some cases where having a separate blog subdomain may be preferable. For example, if your blog covers a completely different topic or audience than your main site, it may make sense to keep them separate. However, in most cases, merging your blog into your main site is the better option for SEO and site maintenance purposes.</p>

<h2></h2></details>

<p><strong>Eighth Prompt</strong></p>

<blockquote><div>
  <p>Q.My main site mydomain.in is on WordPress. However, I want to use a different content management system for my blog, which is on a subdomain. I want to host both mydomain.in and blog.mydomain.in on the same server. What should my setup look like?</p>
</div></blockquote>

<p></p><details><summary> Response to eighth prompt</summary><br />
If you want to use a different content management system for your blog, you can still host both your main site and your blog on the same server. Here's what your setup could look like:

<p><strong>Choose your content management system</strong>: First, you'll need to choose a content management system (CMS) for your blog. Some popular options include Ghost, Drupal, and Joomla. Be sure to choose a CMS that can be installed on your server and that is compatible with your hosting environment.</p>

<p><strong>Install your CMS</strong>: Once you've chosen your CMS, you'll need to install it on your server. This process will vary depending on the CMS you choose, but most will require you to create a database and user account, upload the CMS files to your server, and run an installation script.</p>

<p><strong>Configure your blog subdomain</strong>: Next, you'll need to configure your blog subdomain to point to your CMS installation. This will involve creating a new subdomain in your domain registrar or hosting control panel and pointing it to the directory where you installed your CMS.</p>

<p><strong>Configure your server</strong>: Depending on your server setup, you may need to configure your server to handle requests for your blog subdomain separately from your main site. This may involve configuring virtual hosts in your web server or setting up a reverse proxy to redirect requests to your CMS.</p>

<p><strong>Link your main site and your blog</strong>: Finally, you'll need to create links between your main site and your blog to make it easy for users to navigate between the two. This could involve adding a menu item to your main site's navigation menu that links to your blog, or adding a widget or link in your blog's sidebar that links back to your main site.</p>

<p>Overall, hosting both your main site and your blog on the same server with different content management systems can be a bit more complex than hosting them both on the same CMS, but it can give you more flexibility and control over your site. Be sure to follow best practices for server security and regularly update your CMS and server software to ensure your site stays secure and up-to-date.</p>

<p></p></details>

<hr />
]]>
        </description>
    </item>
    <item>
        <title>Woocommerce without js?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/5388/woocommerce-without-js</link>
        <pubDate>Wed, 01 Feb 2023 15:56:12 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>fawai</dc:creator>
        <guid isPermaLink="false">5388@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Being on low end I wonder can a web running it without js? A simple blog can do with php/html + css, but a shop with payment gateway?</p>
]]>
        </description>
    </item>
    <item>
        <title>JetApps to aquire Backupguard (wp plugin)</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/5330/jetapps-to-aquire-backupguard-wp-plugin</link>
        <pubDate>Mon, 23 Jan 2023 08:28:30 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">5330@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I remember there was a Backupguard LTD on Appsumo a while back. I ended up skipping it though. Just saw this on a FB group:</p>

<p><img src="https://lowendspirit.com/uploads/editor/fr/ygqhd10eatfz.jpg" alt="" title="" /></p>
]]>
        </description>
    </item>
    <item>
        <title>AIO WP Migration discontinued lifetime deal - 69$/year now</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/5009/aio-wp-migration-discontinued-lifetime-deal-69-year-now</link>
        <pubDate>Sun, 04 Dec 2022 13:50:35 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">5009@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>AIO WP Migration WordPress Plugin (by Servmask) no longer is available for a one-time fee. Instead charges 69$/year now.<br />
Another lifetime deal I  happy I have snagged before it was gone <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p><a href="https://staging.lowendspirit.com/index.php?p=/profile/vyas" rel="nofollow">@vyas</a> <a href="https://staging.lowendspirit.com/index.php?p=/profile/bikegremlin" rel="nofollow">@bikegremlin</a></p>
]]>
        </description>
    </item>
    <item>
        <title>WordPress survey plug-in</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4960/wordpress-survey-plug-in</link>
        <pubDate>Sat, 26 Nov 2022 12:59:11 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>forces</dc:creator>
        <guid isPermaLink="false">4960@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I wonder if there are any survey plug-in for WordPress that can auto convert the survey answers into numbers and generate an excel file?</p>
]]>
        </description>
    </item>
    <item>
        <title>What are must-have plugins for beginners according to YOUR experience?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4615/what-are-must-have-plugins-for-beginners-according-to-your-experience</link>
        <pubDate>Tue, 20 Sep 2022 07:52:55 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">4615@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>So, I have been working at my university's media and language department for a couple of years now, and the other day I have been approached with the question, whether I could imagine myself becoming a WordPress Instructor at our Uni to hold some of the University's WordPress (Beginner) classes. Since the course outline at least includes the introduction of a couple of plugins, which I can to some extent choose, I wanted to ask you guys (especially <a href="https://staging.lowendspirit.com/index.php?p=/profile/bikegremlin" rel="nofollow">@bikegremlin</a> <a href="https://staging.lowendspirit.com/index.php?p=/profile/vyas" rel="nofollow">@vyas</a> ) which plugins you would consider must-have plugins for total beginners of WordPress.</p>

<p>Please keep in mind that, due to the nature of the course, there's likely gonna be the option to introduce either 5 plugins a bit more "in-depth", or about 10 plugins very superficially. The plugins should ideally not only be free(-mium), but also be easy to use and (if possible) require little config (less options means less walls the pupils can hit).<br />
For example, WP Super Cache (while not necessarily my caching plugin of choice), has an "Easy" and "Advanced" configuration mode, where in the course probably the "Easy" mode would be addressed.</p>

<p>I am still waiting for more information and if this actually comes to pass, however, I already wanted to do some brainstorming so I thought, why not ask you guys <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>
]]>
        </description>
    </item>
    <item>
        <title>The SEO Framework Pro on a 50% sale</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4896/the-seo-framework-pro-on-a-50-sale</link>
        <pubDate>Fri, 18 Nov 2022 10:59:05 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4896@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>My favourite WordPress SEO plugin, The SEO Framework (TSF), is on a 50% sale right now:</p>

<p><a rel="nofollow" href="https://theseoframework.com/pricing/" title="https://theseoframework.com/pricing/">https://theseoframework.com/pricing/</a></p>

<p>Basically, you get a very good SEO plugin + a great spam-protection extension included. I love it. For (a lot <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /> ) more details: my <a rel="nofollow" href="https://io.bikegremlin.com/17549/the-seo-framework-pro-review/" title="The SEO Framework Pro review">The SEO Framework Pro review</a>.</p>
]]>
        </description>
    </item>
    <item>
        <title>Minimal Wordpress Theme</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4865/minimal-wordpress-theme</link>
        <pubDate>Thu, 10 Nov 2022 18:47:01 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Astro</dc:creator>
        <guid isPermaLink="false">4865@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Does anyone know of minimal themes similar to <a href="https://julian.digital" rel="nofollow">https://julian.digital</a>? I quite enjoy the design of the site and was wondering if there is an off the shelf option I could possibly pick up.</p>
]]>
        </description>
    </item>
    <item>
        <title>WP 6.1. health check glitch - Caching warning</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4862/wp-6-1-health-check-glitch-caching-warning</link>
        <pubDate>Thu, 10 Nov 2022 06:02:10 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4862@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>For anyone worried about WordPress health check showing this:<br />
"Page cache is not detected but the server response time is OK"</p>

<p>It's a known bug in the reporting, doesn't mean there's anything wrong with caching:</p>

<p><a href="https://wordpress.org/support/topic/page-caching-not-detected/" rel="nofollow">https://wordpress.org/support/topic/page-caching-not-detected/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>WordPress Dark mode and accessibility?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4843/wordpress-dark-mode-and-accessibility</link>
        <pubDate>Mon, 07 Nov 2022 08:36:48 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4843@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Can anyone recommend a decent-quality plugin (they've used) that allows visitors to enable a dark mode on a site?</p>

<p>Preferably (ideally), it would also enable visually impaired people to navigate the site:</p>

<ul>
<li>Navigating the site using the keyboard only (not everyone can see the mouse pointer).</li>
<li>Making any changes that help auto-readers work properly.</li>
<li>Increasing font size (I know there's an in-browser option to "zoom," so this would be a nice extra).</li>
</ul>

<p>Google is full of "top X plugins" that are obviously written without any testing with a blind person. So rubbish.  <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/frown.png" title=":(" alt=":(" height="18" /></p>

<p>PS:<br />
It's now called "A11y," short for "A<strong>ccessibilit</strong>y" (11 letters between the "A" and "y"). Lol.  <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>
]]>
        </description>
    </item>
    <item>
        <title>WordPress database optimization</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4763/wordpress-database-optimization</link>
        <pubDate>Tue, 25 Oct 2022 19:25:34 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4763@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I've played a bit with the <a rel="nofollow" href="https://wordpress.org/plugins/index-wp-mysql-for-speed/" title="Index WP MySQL For Speed plugin">Index WP MySQL For Speed plugin</a> (WP.org link).</p>

<p>Apparently, WordPress does not really shine when it comes to optimizing its DB table searches. This plugin supposedly helps add some keys to make the indexing of the often-used stuff faster.</p>

<p>Looks good for now (tested on staging and one website).</p>

<p>Of course, I wrote an article about <a rel="nofollow" href="https://io.bikegremlin.com/30494/wordpress-database-optimization/" title="WordPress database optimization">WordPress database optimization</a>, with a bit more details and a brief tutorial on how the above-noted plugin is used, in addition to LiteSpeed Cache and Advanced Database Cleaner Pro plugin for cleaning and improving the DP performance.</p>
]]>
        </description>
    </item>
    <item>
        <title>Webp support from WordPress 6.1</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4422/webp-support-from-wordpress-6-1</link>
        <pubDate>Fri, 05 Aug 2022 19:13:42 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">4422@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Looks like Wp 6.1 is getting Webp support</p>

<p><a href="https://wptavern.com/webp-by-default-merged-into-core-for-wordpress-6-1" rel="nofollow">https://wptavern.com/webp-by-default-merged-into-core-for-wordpress-6-1</a></p>

<p>Looks like Shortpixel or similar image conversion tools (that convert to webp) may not be needed. Personally, I optimize and convert image before uploading. Others prefer the tools to do the honours.</p>

<p>What do you guys think? Excited? Disappointed? No opinion???</p>

<p>Chime in.</p>
]]>
        </description>
    </item>
    <item>
        <title>Pinegrow is coming to WordPress</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4650/pinegrow-is-coming-to-wordpress</link>
        <pubDate>Thu, 29 Sep 2022 06:57:18 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">4650@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>As some of you guys may already know, I have been an avid user of Pinegrow Web Editor in combination with VSCode for many years already using it for 99% of the non-wp websites I build and also for some wp projects. After they introduced many cool WP features to their Web Editor Software, they now announced that they will also publish a WordPress plugin. It might be a different experience from what you are used to, but it's definitely something I'd recommend keeping an eye on <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>This could also be cool to further develop Pinegrow projects on the web, as it was software so far. With this plugin, it could become a self hosted web tool <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p><a href="https://forum.pinegrow.com/t/sneak-peek-at-the-upcoming-pinegrow-plugin-for-wordpress/7024" rel="nofollow">https://forum.pinegrow.com/t/sneak-peek-at-the-upcoming-pinegrow-plugin-for-wordpress/7024</a></p>

<blockquote><div>
  <p>A new Pinegrow product is coming soon:</p>
  
  <p>Pinegrow WordPress Plugin will let you use Pinegrow in the browser - self-hosted directly on your WordPress site - to create blocks, themes and static HTML projects.</p>
  
  <p>Here is a quick sneak peek, recorded by <a href="https://staging.lowendspirit.com/index.php?p=/profile/adamslowe" rel="nofollow">@adamslowe</a>:</p>
  
  <p><span data-youtube="youtube-2eq63eczcOk?autoplay=1"><a rel="nofollow" href="https://www.youtube.com/watch?v=2eq63eczcOk"><img src="https://img.youtube.com/vi/2eq63eczcOk/0.jpg" width="640" height="385" border="0" alt="image" /></a></span></p>
</div></blockquote>

<p>For those not so familiar with the way how Pinegrow is used to build WordPress projects, take a look at why <a rel="nofollow" href="https://www.youtube.com/watch?v=NNNm8Qjr7cs" title="Pinegrow is not yet another page builder">Pinegrow is not yet another page builder</a>.</p>
]]>
        </description>
    </item>
    <item>
        <title>[Plugin by Ympker] Host fontawesome fonts locally to better comply with GDPR</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3774/plugin-by-ympker-host-fontawesome-fonts-locally-to-better-comply-with-gdpr</link>
        <pubDate>Sat, 12 Feb 2022 17:58:22 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">3774@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><img src="https://talk.lowendspirit.com/uploads/editor/hm/57jfi36khlnd.jpeg" alt="" title="" /></p>

<p>Hello everyone,<br />
I created this mini-plugin over the weekend as I needed a solution for my clients after a german court recently ruled the use of Google Fonts (if not self-hosted) to be <a rel="nofollow" href="https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts" title="violating GDPR">violating GDPR</a>. It is safe to assume similar sentences would be applied to embedding Fontawesome via CDN (no legal advice).</p>

<p>So far it contains only the most recent version of Fontawesome fonts (v6.0.0). This, however, should be sufficient, as a client's site that was still on v5.x.x still worked so it appears to be backwards-compatible.<br />
Moving forward, I will likely add a new plugin/folder in the Github repository when v7.x.x is released, or when an upgrade makes sense.</p>

<p>This has been tested with WordPress 5.9 (today). USE AT OWN RISK!</p>

<p>Github Link: <a rel="nofollow" href="https://github.com/NicolasLoew/WordPress-plugins/tree/main/local-fontsgdprhelper" title="Click">Click</a></p>

<p>GitHub repository with all of my plugins: <a rel="nofollow" href="https://github.com/NicolasLoew/WordPress-plugins/tree/main/" title="Click">Click</a></p>

<p>For those too lazy, there is a pre-compiled latest.ZIP file of the plugin: <a rel="nofollow" href="https://k00.fr/mndvap7q" title="Click">Click</a></p>

<p><strong>How to use</strong>:</p>

<pre><code>1. Clone the repository and .zip the folder corresponding to the version of FontAwesome Fonts you want (e.g. v600-local stands for version 6.0.0.).

2. Upload Plugin to WordPress.

3. Activate Plugin

4. Use according to the FontAwesome syntax that applies to your version (e.g. for v 6.0.0: https://fontawesome.com/v6/docs).
</code></pre>

<p>If you run into any errors pm me or open an issue at Github <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /><br />
Enjoy!</p>

<p>If you are bored: Care to test if it works for you guys, too? ( <a href="https://staging.lowendspirit.com/index.php?p=/profile/vyas" rel="nofollow">@vyas</a>  <a href="https://staging.lowendspirit.com/index.php?p=/profile/bikegremlin" rel="nofollow">@bikegremlin</a>  ):-)</p>
]]>
        </description>
    </item>
    <item>
        <title>Investment by Automattic in Gridpane</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4561/investment-by-automattic-in-gridpane</link>
        <pubDate>Wed, 07 Sep 2022 17:49:37 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">4561@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>This was rather expected- investment in a SaaS server management player after Digital Ocean's acquisition of Cloudways. What comes as a positive surprise is news of strategic investment by Automattic in Gridpane. While specifics are awaited, the post by Patrick, cofounder of Gridpane, can be found here.</p>

<p><a href="https://gridpane.com/blog/automattic-invests-in-gridpane/" rel="nofollow">https://gridpane.com/blog/automattic-invests-in-gridpane/</a></p>

<p>p.s: I am a long-ish time Gridpane user, we run multiple VPS'es and sites using their service. One of the better SaaS for Wordpress management, newbie friendly and good documentation.</p>

<p>Runcloud and Server Avatar could be among the next in line in this space.</p>
]]>
        </description>
    </item>
    <item>
        <title>GDPRess - Eliminate external requests to increase GDPR Compliance</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4534/gdpress-eliminate-external-requests-to-increase-gdpr-compliance</link>
        <pubDate>Thu, 01 Sep 2022 10:26:35 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">4534@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Just found <a rel="nofollow" href="https://wordpress.org/plugins/gdpr-press/" title="this">this</a> cool plugin that lets you eliminate external requests and replaces/downloads remote stylesheets/fonts with a local copy. <br />
I thought I'd share this as this will probably affect various people here <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>GDPRess is developed by the same guy who also created the OMGF (Oh My Google Fonts) plugin that allows to embed Google Fonts in a GDPR-friendly way.</p>

<blockquote><div>
  <p>WHAT DOES THIS PLUGIN DO?<br />
  GDPRess scans your homepage for 3rd party scripts (JS) and stylesheets (CSS), and:</p>
  
  <p>Allows you to download or exclude them from downloading,<br />
  Parses the stylesheets for loaded font files, downloads them, and rewrites the stylesheet to use the local copies,<br />
  Makes sure the local copies of each script/stylesheet are used in your site’s frontend.<br />
  In short, it makes sure no requests are made to external/embedded/3rd party scripts and stylesheets.</p>
</div></blockquote>
]]>
        </description>
    </item>
    <item>
        <title>Interesting Cloudflare Pro related problem</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4397/interesting-cloudflare-pro-related-problem</link>
        <pubDate>Thu, 28 Jul 2022 10:53:24 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4397@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>As far as I could test, it seems like Cloudflare Pro, among other cool things, prevents editing custom HTML WordPress widgets.</p>

<p>When CF is disabled (grey cloud, working only as a DNS, not proxy) - everything works fine.</p>

<p>Likewise, websites that don't use Cloudflare Pro (only the free plan) are not affected.</p>

<p>A bit more details - will keep it updated:</p>

<p><a rel="nofollow" href="https://io.bikegremlin.com/12583/server-website-problems/#p7" title="Cloudflare - WP Widget problem">Cloudflare - WP Widget problem</a></p>

<p>This could be a rare problem - I suppose not many people use a similar stack, so it may have gone unnoticed.</p>
]]>
        </description>
    </item>
    <item>
        <title>The Annual WordPress Hosting Survey - Kevin Ohashi/ Review Signal</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4391/the-annual-wordpress-hosting-survey-kevin-ohashi-review-signal</link>
        <pubDate>Tue, 26 Jul 2022 12:34:47 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">4391@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Pretty comprehensive, much discussed (and commented upon/ maligned) in the WP hosting community<br />
<a href="https://wphostingbenchmarks.com/" rel="nofollow">https://wphostingbenchmarks.com/</a></p>

<p>Some usual names here - Clourways, GD, Siteground... but some new ones I came across too.</p>
]]>
        </description>
    </item>
    <item>
        <title>Cloudflare WordPress APO and Pro</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4374/cloudflare-wordpress-apo-and-pro</link>
        <pubDate>Wed, 20 Jul 2022 07:51:40 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4374@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>My cycling website's hosting server is located in the US right now.<br />
Most of the visitors come from the US, followed by UK and Canada.<br />
But, a large number is also from Australia and the Philipines.</p>

<p>Based on my previous testing, <a rel="nofollow" href="https://io.bikegremlin.com/19312/server-location-speed-impact/" title="hosting server location doesn't impact page-load speed by a lot">hosting server location doesn't impact page-load speed by a lot</a>.</p>

<p>However, while that holds true for most locations, Australia and southeastern Asia seem to be sort of cut-off. With notcieably longer, slower, average page-load times.</p>

<p>That, in addition to just stupid curiosity, was a reason for giving Cloudflare APO a try.<br />
Unlike the free plan, APO allows Cloudflare to work as a real, proper CDN.<br />
Taking care of cache invalidation, and caching even the dynamic WordPress WooCommerce pages, without any hiccups (mixing cart contents for different users etc.).<br />
That works a lot more trouble-free compared to LiteSpeed.</p>

<p>I also gave Cloudflare Pro a try.<br />
Some extra performance and security options.</p>

<p>This is my article, with step-by-step installation and configuration instructions, test results and comparison with LiteSpeed:<br />
<a rel="nofollow" href="https://io.bikegremlin.com/27367/cloudflare-pro-wordpress-apo-review/" title="Cloudflare WordPress APO + Pro review">Cloudflare WordPress APO + Pro review</a></p>

<p>TL/DR - LiteSpeed Enterprise you get for free (included in the hosting price) with a decent shared/reseller hosting provider gets you 90% of the performance gains, so CF APO &amp; Pro are nothing to write home about. But for websites making income, I think they can be a good choice.</p>

<p>I'd like to thank <a href="https://staging.lowendspirit.com/index.php?p=/profile/Ympker" rel="nofollow">@Ympker</a> for taking the time and helping out with the "visitor subjective feel" testing. Much appreciated.</p>
]]>
        </description>
    </item>
    <item>
        <title>All Things WordPress Discussions</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/1501/all-things-wordpress-discussions</link>
        <pubDate>Fri, 24 Jul 2020 05:03:00 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">1501@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am creating this topic based on discussions with a couple of folks in the forum, and a recent prodding by <a href="https://staging.lowendspirit.com/index.php?p=/profile/bikegremlin" rel="nofollow">@bikegremlin</a> in The Cest Pit.</p>

<p>Let us discuss all matters Wordpress here.</p>

<p><strong>As a starting topic</strong></p>

<p>For WordPress Fanboys and gals</p>

<p>Ranking of fastest WP themes by Kinsta</p>

<p><a href="https://kinsta.com/blog/fastest-wordpress-theme/" rel="nofollow">https://kinsta.com/blog/fastest-wordpress-theme/</a></p>

<p>Tagging a few random folks I know have tinkered with WP<br />
<a href="https://staging.lowendspirit.com/index.php?p=/profile/bikegremlin" rel="nofollow">@bikegremlin</a> <a href="https://staging.lowendspirit.com/index.php?p=/profile/SmallWeb" rel="nofollow">@SmallWeb</a> <a href="https://staging.lowendspirit.com/index.php?p=/profile/Ympker" rel="nofollow">@Ympker</a></p>

<p>Edit: <br />
Of course the link that I posted from Kinsta blog was written for SEO, by a hosting company that offers managed ‘premium’ WordPress...That smell test they will never pass.</p>

<p>Coming to the themes, I use neve, and generate press and indeed they are one of the better ones</p>
]]>
        </description>
    </item>
    <item>
        <title>WordPress Plugin recommendations</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4332/wordpress-plugin-recommendations</link>
        <pubDate>Tue, 05 Jul 2022 07:56:21 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4332@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Based on this - thought it's a good idea to open a separate topic:</p>

<blockquote><div>
  <p><a href="https://staging.lowendspirit.com/index.php?p=/profile/dosai" rel="nofollow">@dosai</a> said:<br />
  Hi,</p>
  
  <p>What basic plugins do you guys normally recommend?</p>
</div></blockquote>

<p>I wrote an article about <a rel="nofollow" href="https://io.bikegremlin.com/5675/optimization-04-plugins/" title="how to choose a high-quality WordPress plugin">how to choose a high-quality WordPress plugin</a>.<br />
(desperately needs an update for the plugin recommendation list though)<br />
Updated... for the most part (testing Cloudflare APO and its plugin) <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>And here's a more up-to-date list - <a rel="nofollow" href="https://io.bikegremlin.com/22393/how-i-built-this-wordpress-website/#3" title="BikeGremlin website plugins">BikeGremlin website plugins</a>.<br />
That too needs a minor update.<br />
Updated  <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>Waiting to hear from <a href="https://staging.lowendspirit.com/index.php?p=/profile/vyas" rel="nofollow">@vyas</a> and <a href="https://staging.lowendspirit.com/index.php?p=/profile/Ympker" rel="nofollow">@Ympker</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Random WordPress Bits- June 2022</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4288/random-wordpress-bits-june-2022</link>
        <pubDate>Fri, 24 Jun 2022 11:35:48 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">4288@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello all,</p>

<p>I have been reading a lot (rather, quite a lot) for some our new podcast shows- and this afternoon caught up with some WP news. I thought 2 or 3 items were noteworthy - thought of posting them here.</p>

<ol>
<li><p>WP- Godaddy flame war in the making: <br />
<a href="https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future" rel="nofollow">https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future</a></p></li>
<li><p>WP specialist shops facing tough times?<br />
elementor aid off 15% staff, WP Lift on the block for sale.</p></li>
<li><p>WP.org encouraging theme developers to use locally hosted fonts.</p></li>
</ol>

<p><a href="https://staging.lowendspirit.com/index.php?p=/profile/Ympker" rel="nofollow">@Ympker</a></p>

<p><a href="https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts" rel="nofollow">https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts</a></p>

<p></p><details> <summary>Gut n Berg stuff</summary><br />
And btw- I think Gutenburg is an acquired taste. I still find it clunky, but the native WP support for blocks is increasing and now! I spent a lot of time tinkering around with themes - 2020 and 2021; and I like them more than I ever did. Found some great tutorials and resources on customizing these themes. Will post links later- still compiling.

<p>But in the meantime,</p>

<p>look up<br />
Prologe theme by roughpixels. Gives 90 + pagespeed on mobile un-optimized. <br />
GoDaddy's Go Theme is also cool . 90 + again.</p>

<p>and Twentig plugin for customizing 2020/ 2021 themes. (Also 2022, but I am yet to experiment with Full site editing). Lovely templates. Give 89-90 un-optimized on mobile on pagespeed.</p>

<p>Bottomline: using either Prologe theme (based off 2020 theme) or Twentig, I am ready to move my blog away from WP theme + plugin + block customizer, yadaa yada...</p>

<p>Was originally planning to move to ClasssicPress with custom 2015 theme, but Prologe works well on CP (install on WP 5.7, then use the CP plugin to 'upgrade' to WP 4.9 aka CP 1.4.4)</p>

<hr />

<p>Links:<br />
Twentig: <a href="https://wordpress.org/plugins/twentig/" rel="nofollow">https://wordpress.org/plugins/twentig/</a></p>

<p>Prologe:  <a href="https://wordpress.org/themes/prologe-lite/" rel="nofollow">https://wordpress.org/themes/prologe-lite/</a><br />
</p></details><br />
p.s: look up the Block pattern directory- many of them are part of core Gutenburg now- else it's a matter of copy + paste. No need for pagebuilders IMO.<br />
<a href="https://wordpress.org/patterns/" rel="nofollow">https://wordpress.org/patterns/</a>

<hr />

<p>p.p.s: All my testing over the past week was done mostly on Limitless hosting Singapore shared. I think only once I got alert that the CPU resources had been exceed. Otherwise, the site and DA back end were quite snappy. Not so much for the DE location. Overall mighty impressed with service. Kudos <a href="https://staging.lowendspirit.com/index.php?p=/profile/Lampard" rel="nofollow">@Lampard</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Pushing a site from &quot;Staging&quot; to Live&quot;</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4237/pushing-a-site-from-staging-to-live</link>
        <pubDate>Sat, 04 Jun 2022 15:07:21 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">4237@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Do you use a staging site(s) for wordpress ? If yes, what is your preferred method?</p>

<p>So far I preferred Gridpane for creating the staging site, and then pushing it to live using Gridpane (again). Also tinkered around with Server Avatar and exporting a site using All In One WP Backup (not recommended - too many links to update :-_)</p>

<p>Today, I used the "Push to live" feature of Softaculous for the first time.</p>

<p>The catch:<br />
Live site was, say</p>

<p>blog.domainA.tld</p>

<p>Staging site was</p>

<p>domainb.tld</p>

<p>Both were on same hosting plan of course (DA, Singapore- Smallweb).</p>

<p>A quick and not so elegant screenshot: <br />
<img src="https://lowendspirit.com/uploads/editor/g6/38q7sr0oddkv.png" width="500" alt="image" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Elementor - finally fast :)  (they purchased Strattic)</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4249/elementor-finally-fast-they-purchased-strattic</link>
        <pubDate>Wed, 08 Jun 2022 11:00:21 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4249@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>As far as I know, <a rel="nofollow" href="https://www.strattic.com/" title="Strattic">Strattic</a>  offered hosted headless&amp;static WordPress solution - charging an arm and a leg for it.</p>

<p>Now it's been bought out by Elementor. Elementor already offers <a rel="nofollow" href="https://elementor.com/features/cloud/" title="Elementor Cloud">Elementor Cloud</a> (i.e. they provide the hosting infrastructure for your WP site).</p>

<p>I suppose this acquisition could let them provide a better performance, with lower hardware resources used.</p>

<p>Link to their announcement:<br />
<a rel="nofollow" href="https://elementor.com/blog/elementor-acquires-strattic/" title="https://elementor.com/blog/elementor-acquires-strattic/">https://elementor.com/blog/elementor-acquires-strattic/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>WordPress turned 19 yesterday</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4209/wordpress-turned-19-yesterday</link>
        <pubDate>Sat, 28 May 2022 11:36:48 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>angstrom</dc:creator>
        <guid isPermaLink="false">4209@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><a href="https://ma.tt/2022/05/wordpress-19/" rel="nofollow">https://ma.tt/2022/05/wordpress-19/</a></p>

<p>I thought that you WordPress fans would have been celebrating already <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>This was the first release back in 2003:</p>

<p><a href="https://wordpress.org/news/2003/05/wordpress-now-available/" rel="nofollow">https://wordpress.org/news/2003/05/wordpress-now-available/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Average (?) WordPress hosting resource requirements</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4181/average-wordpress-hosting-resource-requirements</link>
        <pubDate>Tue, 17 May 2022 13:14:54 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4181@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Based on my fiddling over the past years, and thanks to the stricter resource policy of some reseller hosting providers, I wanted to see how many resources are needed for hosting a small WordPress blog, how many for a webshop, larger site etc.</p>

<p>Reseller hosting accounts include DB usage with the shown "CPU usage," so take that into account.</p>

<p><a rel="nofollow" href="https://io.bikegremlin.com/26177/wordpress-hosting-resource-requirements/" title="WordPress hosting resource requirements">WordPress hosting resource requirements</a></p>

<p><a href="https://staging.lowendspirit.com/index.php?p=/profile/Ympker" rel="nofollow">@Ympker</a> and <a href="https://staging.lowendspirit.com/index.php?p=/profile/vyas" rel="nofollow">@vyas</a> - I tried to make this one short.  <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" />  Let me know if you find anything missing (stats or info), and if this aligns with your experience.</p>
]]>
        </description>
    </item>
    <item>
        <title>How much does a WordPress website cost?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4096/how-much-does-a-wordpress-website-cost</link>
        <pubDate>Sat, 23 Apr 2022 13:47:07 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">4096@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I've finally gotten down to writing an article on all the related costs when it comes to WP websites.</p>

<p>Surely, with a bit of coding and patience (read: "Black Friday sales") the costs can be significantly reduced, but I wanted to make a "pessimistic/realistic" overview, 'cause we all know that only pigeon pictures are really free:</p>

<p><a rel="nofollow" href="https://io.bikegremlin.com/25820/wordpress-website-cost/" title="How much does a WordPress website cost?">How much does a WordPress website cost?</a></p>
]]>
        </description>
    </item>
    <item>
        <title>LiteSpeed plugin and Google AdSense problem</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3998/litespeed-plugin-and-google-adsense-problem</link>
        <pubDate>Fri, 01 Apr 2022 14:18:55 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">3998@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Seems like a LiteSpeed plugin update causes problems with AdSense ads showing.</p>

<p>I've had problems with LiteSpeed updates before. It's probably the best performing caching plugin, but I wonder how they test it.</p>

<p>The biggest problem is that caching errors are not always easily caught - and there's no way for me to add AdSense ads on a test-staging site, it's against Google's policies.  <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/frown.png" title=":(" alt=":(" height="18" /></p>

<p>Disabling the plugin has solved the problem.</p>

<p>Some screenshots and error code:<br />
<a href="https://io.bikegremlin.com/25709/google-adsense-problem-with-ads-not-showing/" rel="nofollow">https://io.bikegremlin.com/25709/google-adsense-problem-with-ads-not-showing/</a></p>

<p>Errors should be still visible on my blog - with LiteSpeed enabled:<br />
<a href="https://blog.bikegremlin.com/" rel="nofollow">https://blog.bikegremlin.com/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>WordPress Plugins and Themes vulnerability: March Edition</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3817/wordpress-plugins-and-themes-vulnerability-march-edition</link>
        <pubDate>Tue, 01 Mar 2022 22:54:14 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3817@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>This is the Motherload</p>

<p><a href="https://wpscan.com/vulnerability/6dae6dca-7474-4008-9fe5-4c62b9f12d0a" rel="nofollow">https://wpscan.com/vulnerability/6dae6dca-7474-4008-9fe5-4c62b9f12d0a</a></p>

<p>From the post</p>

<blockquote><div>
  <p>The plugins and themes use an insecure version of the Freemius Framework, which is lacking CSRF and/or authorisation in some of its AJAX actions. As a result, any authenticated users, such as subscriber could access the debug logs. Unauthenticated attackers could also make a logged in admin toggle the debug mode via a CSRF attack.</p>
</div></blockquote>
]]>
        </description>
    </item>
    <item>
        <title>Headless WP - Collecting some thoughts and sharing interesting articles</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3795/headless-wp-collecting-some-thoughts-and-sharing-interesting-articles</link>
        <pubDate>Wed, 23 Feb 2022 09:26:21 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">3795@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Has anyone here already tried setting up Headless WP? If so, what setup did you use? <br />
What do you guys think about the headless approach? More hassle than it's worth? Or a good option for not so dynamic sites?</p>

<p>I found some interesting articles recently but still not sure if I really want headless WP.</p>

<p>Headless WP by Automattic:<br />
<a href="https://frontity.org/" rel="nofollow">https://frontity.org/</a></p>

<p>Headless WP Hosting Providers:</p>

<p><a href="https://www.getshifter.io/" rel="nofollow">https://www.getshifter.io/</a></p>

<p><a href="https://www.hardypress.com/" rel="nofollow">https://www.hardypress.com/</a></p>

<p>Some interesting articles I found:</p>

<p><a href="https://dev.to/aws-builders/serverless-static-wordpress-on-aws-for-0-01-a-day-1b29" rel="nofollow">https://dev.to/aws-builders/serverless-static-wordpress-on-aws-for-0-01-a-day-1b29</a></p>

<p><a href="https://www.codeinwp.com/blog/serverless-wordpress-shifter-vs-hardypress-top-headless-wordpress-hosting-options-compared/" rel="nofollow">https://www.codeinwp.com/blog/serverless-wordpress-shifter-vs-hardypress-top-headless-wordpress-hosting-options-compared/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>More WordPress Plugin Issues- Feb 2022Edition Part II</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3797/more-wordpress-plugin-issues-feb-2022edition-part-ii</link>
        <pubDate>Thu, 24 Feb 2022 08:18:44 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3797@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Let us close the month with not One, Not Two, but NINE plugins</p>

<p>It just keeps getting better and better. <br />
<a href="https://www.searchenginejournal.com/nine-wordpress-plugins-expose-over-1-3-million-sites-to-exploits/439276/#close" rel="nofollow">https://www.searchenginejournal.com/nine-wordpress-plugins-expose-over-1-3-million-sites-to-exploits/439276/#close</a></p>

<p>"Vulnerabilities in Nine WordPress Plugins<br />
While there were many more plugins found vulnerable, the nine most  popular plugins affected well over 1.3 million websites. The  vulnerabilities were rated<br />
The following are on the list of nine vulnerable plugins:</p>

<pre><code>Header Footer Code Manager 300,000+ installations
Ad Inserter – Ad Manager &amp; AdSense Ads 200,000+ installations
Popup Builder WordPress plugin 200,000+ installations
Anti-Malware Security and Brute-Force Firewall 200,000+ installations
WP Content Copy Protection &amp; No Right Click 100,000+ installations
Database Backup for WordPress 100,000+ installations
GiveWP – Donation Plugin and Fundraising Platform 100,000+ installations
Download Manager 100,000+ installations
Advanced Database Cleaner WordPress plugin 80,000+ installations"
</code></pre>

<p>Edit: Fixed title.</p>
]]>
        </description>
    </item>
    <item>
        <title>Wordpress hosting by Elementor - @ 100 US $/ year</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3794/wordpress-hosting-by-elementor-100-us-year</link>
        <pubDate>Tue, 22 Feb 2022 23:20:16 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3794@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Saw this on ProductHunt, Below are my thoughts and some points are summarized by a WP influencer in a FB group:<br />
     All based on the Google Cloud Platform<br />
    Sites are hosted in Belgium, but they use the Cloudflare CDN<br />
    Covers 100k monthly visits and 100 gigs of bandwidth (CDN should be excluded)<br />
    No email hosting<br />
    US $ $99 per year for 1 site, no discounts for more than one website<br />
    Not clear on the cost of overages</p>

<p>Woocommerce. Single site only (no multi)<br />
No clarity on GDPR- given the location</p>

<p>You know which site to visit :-)</p>
]]>
        </description>
    </item>
    <item>
        <title>Wordpress backup options- Good list and Updraft Plus vulnerability</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3789/wordpress-backup-options-good-list-and-updraft-plus-vulnerability</link>
        <pubDate>Sat, 19 Feb 2022 04:05:27 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3789@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Saw this in the WP newsletter, thought of sharing since the topic comes up occasionally.</p>

<p><a href="https://wplift.com/best-wordpress-backup-plugins" rel="nofollow">https://wplift.com/best-wordpress-backup-plugins</a></p>

<p>They have not mentioned All In One WP Backup - my <em>former</em> preferred backup method. Interesting: reading the comments, looks like the article was originally published in 2016! Nice content refresh by these guys.</p>

<p>Also: Read about the Updraft Plus vulnerability<br />
<a href="https://www.wordfence.com/blog/2022/02/vulnerability-in-updraftplus-allowed-subscribers-to-download-sensitive-backups" rel="nofollow">https://www.wordfence.com/blog/2022/02/vulnerability-in-updraftplus-allowed-subscribers-to-download-sensitive-backups</a></p>
]]>
        </description>
    </item>
    <item>
        <title>GDPR &amp; CCPA</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3379/gdpr-ccpa</link>
        <pubDate>Sun, 26 Sep 2021 07:31:31 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>bikegremlin</dc:creator>
        <guid isPermaLink="false">3379@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Yes, <a href="https://staging.lowendspirit.com/index.php?p=/profile/Ympker" rel="nofollow">@Ympker</a>  I'm thinking of you.  <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>It seems to be getting less and less avoidable. What's the best way to implement it - preferably for free.</p>

<p>I found this - <a rel="nofollow" href="https://wordpress.org/plugins/cookie-law-info/" title="&quot;CeokieYes&quot; plugin">"CeokieYes" plugin</a>.</p>

<p>Seems to be working OK, without slowing the sites down.</p>

<p>But I'm interested to hear any better ideas and recommendations.</p>
]]>
        </description>
    </item>
    <item>
        <title>Anyone using Local WP for local WP Development?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3736/anyone-using-local-wp-for-local-wp-development</link>
        <pubDate>Sat, 29 Jan 2022 10:36:43 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>Ympker</dc:creator>
        <guid isPermaLink="false">3736@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I thought it looked really neat and was perhaps even more comfortable than setting up everything manually with XAMPP. But, oh boy, was performance bad. Not sure if this is WP 5.9, or the Local WP, but the last time I ran a local WordPress install with XAMPP, it was super fast. Using Windows 10 here.</p>

<p>Did anyone try this one before? I guess I should just revert to using XAMPP, or install on my vmbox that is running ZorinOS with Network Bridge.</p>

<p><a href="https://localwp.com/" rel="nofollow">https://localwp.com/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>All things WordPress 5.9- Rants, Opinions, Preferences</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3731/all-things-wordpress-5-9-rants-opinions-preferences</link>
        <pubDate>Fri, 28 Jan 2022 14:00:32 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3731@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I had posed in the Cest Pit in late January 2022 about my frustration with WP 5.9 and my decision to stay away from it. It stirred a bit of discussion, questions and opinions. I thought of consolidating some of them here, and share my (unqualified, non-expert) thoughts here. <br />
Apologies in advance for this big dump here.</p>

<p><a rel="nofollow" href="https://talk.lowendspirit.com/discussion/comment/80131/#Comment_80131" title="My original post">My original post</a>:</p>

<blockquote><div>
  <p>Spent the last two days moving my blog to a subdomain. Moved to ClassicPress, with HTMLy as backup.</p>
  
  <p>WordPress 5.9 makes me want to exit the ecosystem altogether.</p>
</div></blockquote>

<hr />

<p>To which <a href="https://staging.lowendspirit.com/index.php?p=/profile/ympker" rel="nofollow">@ympker</a> <a rel="nofollow" href="https://talk.lowendspirit.com/discussion/comment/80132/#Comment_80132" title="response">response </a></p>

<blockquote><div>
  <p>Sounds like a valid strategy if you don't need all the "features" (and bloat) from regular WP. Good luck <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>
</div></blockquote>

<hr />

<p><a href="https://staging.lowendspirit.com/index.php?p=/profile/Unixfy" rel="nofollow">@Unixfy</a> <a rel="nofollow" href="https://talk.lowendspirit.com/discussion/comment/80154/#Comment_80154" title="commented">commented</a></p>

<blockquote><div>
  <p>WordPress 5.9 looks very exciting. As someone who is maintaining some WP-based solutions for non-technical users, their increased focus on such people is much appreciated.</p>
</div></blockquote>

<p>That said... as a technical person, I'm very much reconsidering whether I want to keep using WP for many of my sites, as I'm pretty happy with a classic editor and not much more..</p>

<hr />

<p><a href="https://staging.lowendspirit.com/index.php?p=/profile/angstrom" rel="nofollow">@angstrom</a> <a rel="nofollow" href="https://talk.lowendspirit.com/discussion/comment/80156/#Comment_80156" title="query">query</a></p>

<blockquote><div>
  <p>I see that there's been renewed activity on HTMLy. It had been abandoned for a few years. I'm wondering whether I should try it again, but it looks a bit too much like a one-man show, which gives me pause</p>
  
  <p>ClassicPress is a fork of an earlier version of WordPress, together with a more conservative development model, right?</p>
</div></blockquote>

<pre><code>WordPress 5.9 makes me want to exit the ecosystem altogether.
</code></pre>

<blockquote><div>
  <p>Could you elaborate a bit? (I've never used WordPress)</p>
</div></blockquote>

<hr />

<p><a href="https://staging.lowendspirit.com/index.php?p=/profile/MichaelCee" rel="nofollow">@MichaelCee</a> <a rel="nofollow" href="https://talk.lowendspirit.com/discussion/comment/80157/#Comment_80157" title="updat">update</a></p>

<blockquote><div>
  <p>I spent the last two days exiting the ecosystem (For my biz blog). Only three articles so it was an easy copy and paste to HTML for me but for sure need to tweak the formatting.</p>
</div></blockquote>

<p>Edit: I also tried HTMLy, seems decent and could be a contender for my other blogs.</p>

<hr />

<p><a href="https://staging.lowendspirit.com/index.php?p=/profile/mfs" rel="nofollow">@mfs</a> <a rel="nofollow" href="https://talk.lowendspirit.com/discussion/comment/80158/#Comment_80158" title="commented">commented</a></p>

<blockquote><div>
  <p>Customers want Wordpress even if you can bet they won't ever use most of the native editing solutions; nor they care about supposed enhancements to the default experience. Rather, they'd install plugins to revert to what they're accustomed to. On top of that, they'd need a specialized hosting to hold bloat + bloat to defuse the bloat<br />
  I see forks have started to appear here and there, the Wordpress singularity anyway is still probably quite far</p>
</div></blockquote>

<hr />

<p>Finally, <a href="https://staging.lowendspirit.com/index.php?p=/profile/flips" rel="nofollow">@flips</a> <a rel="nofollow" href="https://talk.lowendspirit.com/discussion/comment/80159/#Comment_80159" title="asked">asked</a></p>

<blockquote><div>
  <p>Oh? Haven't read the changelog. What did they kill? Or just added bloat? <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/grimace.png" title=":#" alt=":#" height="18" /></p>
</div></blockquote>

<hr />

<p>The above summarizes the "story so far". In case I missed anything, let me know.<br />
I will post my thoughts in the below post.</p>
]]>
        </description>
    </item>
    <item>
        <title>YAWV - Jan 2022 edition</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3690/yawv-jan-2022-edition</link>
        <pubDate>Fri, 07 Jan 2022 15:24:47 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3690@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Yet another WordPress vulnerability</p>

<p><a href="https://www.searchenginejournal.com/wordpress-core-vulnerabilities/432042/" rel="nofollow">https://www.searchenginejournal.com/wordpress-core-vulnerabilities/432042/</a></p>

<p>Rather sketchy details on nature of exploit, or the severity of threat.</p>
]]>
        </description>
    </item>
    <item>
        <title>Gutenberg Blocks, add block button greyed out/inactive for Pages and Posts</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3629/gutenberg-blocks-add-block-button-greyed-out-inactive-for-pages-and-posts</link>
        <pubDate>Wed, 15 Dec 2021 19:59:28 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>flips</dc:creator>
        <guid isPermaLink="false">3629@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I was going to give the Blocks editor another try.<br />
But for Pages, and for Posts, it doesn't work, there's no blocks available, the plus button is greyed out:<br />
<img src="https://talk.lowendspirit.com/uploads/editor/up/o34f45w3nbon.png" alt="" title="" /></p>

<p>If I click the tre vertical dots on the right and select Block Manager, there's lots of blocks, and they're all enabled ...<br />
And the Blocks editor actually works for widgets stuff ... Any idea what to check or do?<br />
(This is a Multisite WP installation, latest stable WP version.)</p>
]]>
        </description>
    </item>
    <item>
        <title>Attack on ~ 1.5 Mn WordPress Sites</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3621/attack-on-1-5-mn-wordpress-sites</link>
        <pubDate>Fri, 10 Dec 2021 17:46:47 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3621@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><a href="https://www.bleepingcomputer.com/news/security/massive-attack-against-16-million-wordpress-sites-underway/" rel="nofollow">https://www.bleepingcomputer.com/news/security/massive-attack-against-16-million-wordpress-sites-underway/</a></p>

<p>Check the themes and plugins in the list. If present. maybe disable!</p>

<p>The affected plugins and their versions are:</p>

<pre><code>PublishPress Capabilities
Kiwi Social Plugin
Pinterest Automatic
WordPress Automatic 
</code></pre>

<p>The targeted Epsilon Framework themes are:</p>

<pre><code>Shapely
NewsMag
Activello
Illdy
Allegiant
Newspaper X
Pixova Lite
Brilliance
MedZone Lite
Regina Lite
Transcend
Affluent
Bonkers
Antreas
NatureMag Lite – No patch available
</code></pre>

<p>Among the top 10 attack machines have <br />
Contabo and OVH ips</p>

<p>( I had read 1.9 Mn sites elsewhere, the bleeping computer link mentions 1.6 Mn. Updated the title)</p>
]]>
        </description>
    </item>
    <item>
        <title>WordPress 5.9 Preview - much to promise, pagebuilders at risk?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3557/wordpress-5-9-preview-much-to-promise-pagebuilders-at-risk</link>
        <pubDate>Thu, 25 Nov 2021 08:20:51 +0000</pubDate>
        <category>WordPress</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">3557@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>The video gives a sneak preview</p>

<p><span data-youtube="youtube-XvEG9XWD4JI?autoplay=1"><a rel="nofollow" href="https://www.youtube.com/watch?v=XvEG9XWD4JI"><img src="https://img.youtube.com/vi/XvEG9XWD4JI/0.jpg" width="640" height="385" border="0" alt="image" /></a></span></p>

<p>Demo site: <a href="https://2022.wordpress.net/" rel="nofollow">https://2022.wordpress.net/</a></p>

<p>More info on the 5.9 Dev cycle : <a href="https://www.boldgrid.com/support/wordpress-tutorials/wordpress-5-9/" rel="nofollow">https://www.boldgrid.com/support/wordpress-tutorials/wordpress-5-9/</a></p>
]]>
        </description>
    </item>
   </channel>
</rss>
