<?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>plugins - identity design</title>
	<atom:link href="https://blog.identitydesign.us/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.identitydesign.us/category/plugins/</link>
	<description>Web Tips &#38; Free Templates</description>
	<lastBuildDate>Mon, 14 Jul 2025 00:44:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.identitydesign.us/wp-content/uploads/2020/08/Screen-Shot-2020-08-08-at-1.08.24-AM-120x120.jpg</url>
	<title>plugins - identity design</title>
	<link>https://blog.identitydesign.us/category/plugins/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Stop Losing Your Code — Use an Astra Child Theme!</title>
		<link>https://blog.identitydesign.us/install-astra-child-theme-wordpress/</link>
					<comments>https://blog.identitydesign.us/install-astra-child-theme-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 14 Jul 2025 00:44:57 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://blog.identitydesign.us/?p=1945</guid>

					<description><![CDATA[<p>If you&#8217;ve ever added custom functions to your functions.php file—only to find them gone after a few weeks—it’s likely because your parent theme (like Astra) was updated. WordPress themes often reset modified files during updates, which can cause your hard work to disappear. The solution? Use a Child Theme. Why Your Code Disappears When you [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/install-astra-child-theme-wordpress/">Stop Losing Your Code — Use an Astra Child Theme!</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/install-astra-child-theme-wordpress/">Stop Losing Your Code — Use an Astra Child Theme!</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/" rel="bookmark" title="Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress">Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;ve ever added custom functions to your <strong>functions.php</strong> file—only to find them gone after a few weeks—it’s likely because your parent theme (like Astra) was updated. WordPress themes often reset modified files during updates, which can cause your hard work to disappear. The solution? Use a Child Theme.</p>
<h2>Why Your Code Disappears</h2>
<p>When you add code directly to the parent theme’s <code>functions.php</code>, that file gets overwritten whenever the theme is updated—whether automatically or manually. If your carefully built features suddenly vanish, it&#8217;s time to switch to a Child Theme setup.</p>
<h2>What is a Child Theme?</h2>
<p>A Child Theme is a safe way to extend or customize a WordPress theme without touching the original (parent) theme files. It inherits everything from the parent theme, but allows you to add or override specific functionality—like custom functions, styles, or templates.</p>
<h2>How to Install an Astra Child Theme in WordPress</h2>
<p>You have two easy options:</p>
<ol>
<li>
    <strong>Generate your own:</strong> Visit the official <a href="https://wpastra.com/child-theme-generator/" target="_blank">Astra Child Theme Generator</a> and download a ready-to-use child theme ZIP file.
  </li>
<li>
    <strong>Download ours directly:</strong> Use our pre-made version here:<br />
    <a href="https://blog.identitydesign.us/wp-content/uploads/2025/07/astra-child.zip" target="_blank">astra-child.zip</a>
  </li>
</ol>
<h2>How to Install the Child Theme (Step-by-Step)</h2>
<ol>
<li>Log in to your WordPress admin dashboard.</li>
<li>Go to <strong>Appearance → Themes</strong></li>
<li>Click the <strong>“Add New”</strong> button, then <strong>“Upload Theme”</strong></li>
<li>Upload the <code>astra-child.zip</code> file</li>
<li>Activate the theme: You&#8217;ll now see “Astra Child” as an option</li>
</ol>
<h2>Where to Add Your Custom Code</h2>
<p>Now that you’re using a child theme, open the <code>functions.php</code> file inside the child theme folder. This is where you can safely paste in your code snippets—such as custom shortcodes, script enqueueing, or other PHP-based logic—without fear of losing them after updates.</p>
<h2>Bonus Tip: Astra Pro Compatibility</h2>
<p>If you&#8217;re using Astra Pro, don’t worry—your Pro features are handled by the <strong>Astra Pro plugin</strong> and will continue to work regardless of whether you&#8217;re using the parent or child theme. Just make sure the plugin remains activated.</p>
<h2>Final Thoughts</h2>
<p>If you’ve ever experienced your <code>functions.php</code> customizations disappearing, it’s likely due to a theme update. The permanent fix is simple: switch to a Child Theme. It takes just a few minutes and protects your customizations for the long haul.</p>
<p><strong>Need help? Reach out via <a href="https://blog.identitydesign.us/contact" target="_blank">our contact page</a> and we’d be happy to assist.</strong></p><p>The post <a href="https://blog.identitydesign.us/install-astra-child-theme-wordpress/">Stop Losing Your Code — Use an Astra Child Theme!</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/install-astra-child-theme-wordpress/">Stop Losing Your Code — Use an Astra Child Theme!</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/" rel="bookmark" title="Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress">Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/install-astra-child-theme-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</title>
		<link>https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/</link>
					<comments>https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Tue, 06 May 2025 05:54:58 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://blog.identitydesign.us/?p=1925</guid>

					<description><![CDATA[<p>How to Fix Missing Google Fonts After Changing Your Elementor Website Domain If you&#8217;ve built your website using Elementor on a temporary domain and later connected it to your official domain, you might encounter an issue where Google Fonts are not loading or appearing broken. This is a common problem that usually stems from outdated [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<h1>How to Fix Missing Google Fonts After Changing Your Elementor Website Domain</h1>
<p>If you&#8217;ve built your website using Elementor on a temporary domain and later connected it to your official domain, you might encounter an issue where <strong>Google Fonts are not loading or appearing broken</strong>. This is a common problem that usually stems from outdated internal URLs or cached files. Here’s a step-by-step guide to fix it.</p>
<h2>Step 1: Update Elementor URLs</h2>
<p>When changing domains, Elementor may still be referencing the old domain path for fonts and styles.</p>
<ul>
<li>Go to <strong>WordPress Dashboard &gt; Elementor &gt; Tools &gt; Replace URL</strong></li>
<li>Enter your <strong>old URL</strong> (e.g., https://sitename.hostinger.com)</li>
<li>Enter your <strong>new URL</strong> (e.g., https://yourdomain.com)</li>
<li>Click the <strong>Replace URL</strong> button</li>
</ul>
<h2>Step 2: Regenerate Elementor CSS Files</h2>
<p>Elementor stores styles in cached CSS files, which need to be regenerated after a domain change.</p>
<ul>
<li>Go to <strong>Elementor &gt; Tools &gt; General</strong></li>
<li>Click <strong>Regenerate CSS</strong></li>
<li>Click <strong>Sync Library</strong> if necessary</li>
</ul>
<h2>Step 3: Clear Browser and Plugin Cache</h2>
<p>Even after updating URLs, cached files from your browser or caching plugins might still cause issues.</p>
<ul>
<li>Clear your browser cache (Chrome, Safari, Firefox, etc.)</li>
<li>Clear cache from plugins like LiteSpeed Cache, WP Rocket, or Autoptimize</li>
</ul>
<h2>Step 4: Check Font Load Status in Developer Tools</h2>
<p>Use Chrome DevTools (F12) to inspect if Google Fonts are loading properly in the <code>&lt;head&gt;</code> section.</p>
<ul>
<li>Look for a tag like <code>&lt;link href="https://fonts.googleapis.com/..."&gt;</code></li>
<li>Check the Console tab for any CORS or Mixed Content errors</li>
</ul>
<h2>Step 5: Ensure SSL and Mixed Content Are Correct</h2>
<p>If your new domain lacks a proper SSL certificate or is loading resources over HTTP, Google Fonts may be blocked.</p>
<ul>
<li>Ensure your domain has a valid SSL certificate installed</li>
<li>Use the <strong>Really Simple SSL</strong> plugin to force HTTPS for all content</li>
</ul>
<h2>Final Thoughts</h2>
<p>By following these 5 steps, you can resolve most font loading issues after migrating your Elementor site to a new domain. The most critical action is using Elementor’s <strong>Replace URL</strong> tool to correct outdated paths in your styles and settings.</p><p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Disable / Maintenance Mode Your Website on WordPress</title>
		<link>https://blog.identitydesign.us/how-to-disable-your-website-wordpress/</link>
					<comments>https://blog.identitydesign.us/how-to-disable-your-website-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Sat, 19 Oct 2024 06:14:14 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://blog.identitydesign.us/?p=1895</guid>

					<description><![CDATA[<p>When working on your WordPress website, there may be times when you need to disable it temporarily for maintenance, updates, or major changes. Thankfully, WordPress offers easy ways to put your website into maintenance mode, ensuring visitors don’t see a broken or incomplete version of your site. Disabling a Website in WordPress In WordPress, there [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/" rel="bookmark" title="How to Add a Sitemap of a WordPress Website">How to Add a Sitemap of a WordPress Website</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/disable-website-whm/" rel="bookmark" title="Temporarily Disable / Make a Website Offline in WHM">Temporarily Disable / Make a Website Offline in WHM</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>When working on your WordPress website, there may be times when you need to disable it temporarily for maintenance, updates, or major changes. Thankfully, WordPress offers easy ways to put your website into maintenance mode, ensuring visitors don’t see a broken or incomplete version of your site.</p>
<h2>Disabling a Website in WordPress</h2>
<p>In WordPress, there are a couple of ways to enable maintenance mode on your website. Let’s explore two common methods:</p>
<h3>1. Using a Maintenance Mode Plugin</h3>
<p>Plugins like &#8220;Maintenance&#8221; or &#8220;WP Maintenance Mode&#8221; are specifically designed for this purpose. With a few simple clicks, you can activate maintenance mode, display a custom message to your visitors, and work on your site privately.</p>
<p>Steps to follow:</p>
<ul>
<li>Install and activate a maintenance mode plugin from the WordPress plugin directory.</li>
<li>Customize the settings such as the message and design for the maintenance page.</li>
<li>Activate the plugin to enable maintenance mode.</li>
</ul>
<h3 style="margin-top:20px;">2. Enabling Maintenance Mode via wp-config.php</h3>
<p>If you prefer not to use a plugin, you can enable maintenance mode directly by editing the <code>wp-config.php</code> file. Here’s how:</p>
<ol>
<li>Connect to your WordPress site using FTP or through your hosting control panel.</li>
<li>Open the <code>wp-config.php</code> file, located in the root directory.</li>
<li>Add the following line of code just before the “That’s all, stop editing!” comment:</li>
<pre>define('WP_MAINTENANCE_MODE', true);</pre>
<li>Save the file and upload it back to your server.</li>
</ol>
<p>This will activate a default maintenance mode page for your visitors while you work on your website.</p>
<h2>Conclusion</h2>
<p>Disabling your WordPress website temporarily for maintenance is a smart way to ensure that visitors don’t encounter incomplete or malfunctioning pages. Whether you use a plugin or a quick code addition, activating maintenance mode in WordPress is a simple task. Keep your site professional even when it&#8217;s under construction by using these techniques.</p><p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/" rel="bookmark" title="How to Add a Sitemap of a WordPress Website">How to Add a Sitemap of a WordPress Website</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/disable-website-whm/" rel="bookmark" title="Temporarily Disable / Make a Website Offline in WHM">Temporarily Disable / Make a Website Offline in WHM</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-disable-your-website-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add Deny Access to the .htaccess File</title>
		<link>https://blog.identitydesign.us/deny-access-to-htaccess-file/</link>
					<comments>https://blog.identitydesign.us/deny-access-to-htaccess-file/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 08 May 2023 23:03:49 +0000</pubDate>
				<category><![CDATA[CSSonly]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1840</guid>

					<description><![CDATA[<p>The .htaccess file is an important configuration file for websites that use the Apache web server. It allows you to control various aspects of your website, such as redirections, password protection, and caching. However, because the .htaccess file is so powerful, it is also a target for hackers and other malicious actors who may try [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/deny-access-to-htaccess-file/">How to Add Deny Access to the .htaccess File</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/deny-access-to-htaccess-file/">How to Add Deny Access to the .htaccess File</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/" rel="bookmark" title="Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?">Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>The .htaccess file is an important configuration file for websites that use the Apache web server. It allows you to control various aspects of your website, such as redirections, password protection, and caching. However, because the .htaccess file is so powerful, it is also a target for hackers and other malicious actors who may try to exploit it to gain access to your website or server.</p>
<p>One way to protect your .htaccess file is to add a &#8220;deny from all&#8221; rule to it. This will prevent anyone from accessing the file directly, including hackers who may be trying to modify it.</p>
<p>Here&#8217;s how to add a deny access rule to your .htaccess file:</p>
<h2>1. Access your website&#8217;s .htaccess file </h2>
<p>First, you&#8217;ll need to access your website&#8217;s .htaccess file. You can do this by connecting to your website&#8217;s server via FTP or SSH, and navigating to the directory where your website&#8217;s files are stored. The .htaccess file should be located in the root directory of your website.</p>
<h2>2. Add the deny access rule</h2>
<p>Next, open the .htaccess file in a text editor and add the following line at the top of the file:</p>
<pre>
#deny access to .htaccess
&lt;Files .htaccess&gt;
Order allow,deny
Deny from all
&lt;/Files&gt;
</pre>
<p>This rule specifies that access to the .htaccess file should be denied for all users.</p>
<h2>3. Save the changes</h2>
<p>Save the changes to your .htaccess file and upload it back to your website&#8217;s server.</p>
<p>By adding a deny access rule to your .htaccess file, you can help protect your website from malicious attacks and unauthorized access. However, it&#8217;s important to remember that this is just one of many security measures that you should take to protect your website. Be sure to keep your software and plugins up-to-date, use strong passwords, and implement other security best practices to keep your website secure.</p><p>The post <a href="https://blog.identitydesign.us/deny-access-to-htaccess-file/">How to Add Deny Access to the .htaccess File</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/deny-access-to-htaccess-file/">How to Add Deny Access to the .htaccess File</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/" rel="bookmark" title="Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?">Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/deny-access-to-htaccess-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</title>
		<link>https://blog.identitydesign.us/renewing-ssl-certificate-for-free/</link>
					<comments>https://blog.identitydesign.us/renewing-ssl-certificate-for-free/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Sat, 18 Feb 2023 00:51:44 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1831</guid>

					<description><![CDATA[<p>An SSL (Secure Sockets Layer) certificate is a digital certificate that encrypts data and ensures secure communication between a web server and a client browser. It&#8217;s essential to renew your SSL certificate before it expires to maintain a secure connection on your website. If your website is hosted on a cPanel server, you can renew [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/howto-mailchimp-for-wordpress/" rel="bookmark" title="Quick Start Guide to MailChimp for WordPress">Quick Start Guide to MailChimp for WordPress</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>An SSL (Secure Sockets Layer) certificate is a digital certificate that encrypts data and ensures secure communication between a web server and a client browser. It&#8217;s essential to renew your SSL certificate before it expires to maintain a secure connection on your website. If your website is hosted on a cPanel server, you can renew your SSL certificate using the AutoSSL feature in just a few simple steps. In this blog post, we will guide you through the process of renewing an expired SSL certificate with AutoSSL in cPanel.</p>
<h2>Step 1: Log in to your cPanel account</h2>
<p>The first step is to log in to your cPanel account. You can do this by accessing the cPanel login URL provided by your web hosting company and entering your cPanel username and password.</p>
<h2>Step 2: Go to SSL/TLS Status page</h2>
<p>Once you&#8217;re logged in, go to the SSL/TLS Status page. You can find it by using the search bar or by scrolling down to the Security section of the cPanel dashboard.</p>
<h2>Step 3: Renew the SSL certificate</h2>
<p>On the SSL/TLS Status page, you will see a list of all the SSL certificates installed on your server, including any that have expired. Check on all expired domain names and click the &#8220;Run AutoSSL&#8221; button. Wait for a few minutes until the &#8220;Success&#8221; sign appears. If it doesn&#8217;t work, you can try uninstalling the SSL certificate by clicking on SSL/TLS Status &#8211; &#8220;View Certificate&#8221; or SSL/TLS &#8211; &#8220;Manage SSL sites.&#8221; Then click &#8220;Uninstall.&#8221; Go back to the SSL/TLS Status page and reinstall the SSL certificate with &#8220;Run AutoSSL&#8221; again.</p>
<p><strong>Optional for WordPress users:</strong> Add &#8220;Really Simple SSL&#8221; plugin and activate HTTPS for your domain.</p>
<p>If you&#8217;re using WordPress, you can add the &#8220;Really Simple SSL&#8221; plugin and activate HTTPS for your domain. The plugin will automatically detect your SSL certificate and configure your website to use HTTPS. This will ensure that all pages on your website are secure and encrypted. To add the plugin, go to the WordPress plugin directory and search for &#8220;Really Simple SSL.&#8221; Install and activate the plugin, and then follow the prompts to activate HTTPS for your domain.</p>
<p>And that&#8217;s it! By following these simple steps, you can renew an expired SSL certificate and maintain a secure connection on your website.</p><p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/howto-mailchimp-for-wordpress/" rel="bookmark" title="Quick Start Guide to MailChimp for WordPress">Quick Start Guide to MailChimp for WordPress</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/renewing-ssl-certificate-for-free/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add a Sitemap of a WordPress Website</title>
		<link>https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/</link>
					<comments>https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 19 Sep 2022 09:28:47 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1765</guid>

					<description><![CDATA[<p>Adding a sitemap for search engines is vital when launching a website unless you want to keep it secret. There are many ways to add a website&#8217;s sitemap, but using Yoast SEO plugin could be the easiest way to do it. 1. DOWNLOAD YOAST SEO PLUGIN Go to Plugins -> Add New and search for [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/" rel="bookmark" title="Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/" rel="bookmark" title="Add Bootstrap to Your WordPress Website with a Plugin">Add Bootstrap to Your WordPress Website with a Plugin</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Adding a sitemap for search engines is vital when launching a website unless you want to keep it secret. There are many ways to add a website&#8217;s sitemap, but using <code>Yoast SEO</code> plugin could be the easiest way to do it.</p>
<h2>1. DOWNLOAD YOAST SEO PLUGIN</h2>
<ol>
<li>Go to <code>Plugins</code> -> <code>Add New</code> and search for the <code>Yoast SEO</code> plugin.</li>
<li>Download and activate it.</li>
</ol>
<h2>2. ENABLE XML SITEMAPS AND GET THE SITEMAP URL</h2>
<ol>
<li>Go to <code>Yoast SEO</code> from the left menu -> <code>General</code> </li>
<li>Enable &#8220;On&#8221; mode on the XML sitemaps.<img fetchpriority="high" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps.png" alt="XML sitemaps" width="896" height="298" class="aligncenter size-full wp-image-1767" srcset="https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps.png 896w, https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps-300x100.png 300w, https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps-768x255.png 768w, https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps-624x208.png 624w" sizes="(max-width: 896px) 100vw, 896px" /></li>
<li>Click on <code>See the XML</code>.</li>
<li>Copy the sitemap url. <img decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2.png" alt="sitemap url" width="948" height="170" class="aligncenter size-full wp-image-1773" srcset="https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2.png 948w, https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2-300x54.png 300w, https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2-768x138.png 768w, https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2-624x112.png 624w" sizes="(max-width: 948px) 100vw, 948px" /></li>
</ol>
<h2>3. SUBMIT A SITEMAP ON GOOGLE SEARCH CONSOLE</h2>
<ol>
<li>Add a new property (if you haven&#8217;t already) for the website you wish to submit the sitemap to on <a href="https://search.google.com/search-console" target="_blank" rel="noopener">Google Search Console</a>.</li>
<li>Go to <code>Sitemaps</code> from the left menu. </li>
<li>Add a new sitemap by pasting the sitemap URL from step 2 and click on <code>Submit</code>.</li>
<li>*The Status might show <code>Couldn't fetch</code>, but it will update. <img decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2022/09/status.png" alt="Couldn't fetch" width="124" height="102" class="aligncenter size-full wp-image-1768" /></li>
</ol><p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/" rel="bookmark" title="Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/" rel="bookmark" title="Add Bootstrap to Your WordPress Website with a Plugin">Add Bootstrap to Your WordPress Website with a Plugin</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>YARPP for WordPress: How to remove the &#8220;You May Also Like&#8221; header on the sidebar widget area</title>
		<link>https://blog.identitydesign.us/how-to-remove-the-you-may-also-like-on-yarpp-wordpress/</link>
					<comments>https://blog.identitydesign.us/how-to-remove-the-you-may-also-like-on-yarpp-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Fri, 08 Jul 2022 22:20:07 +0000</pubDate>
				<category><![CDATA[CSSonly]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1758</guid>

					<description><![CDATA[<p>YARPP (Yet Another Related Posts Plugin) is one of the greatest plugins in WordPress that provides related posts automatically using an algorithm, but there are a few things that can’t be easily fixed through its settings. How to remove the &#8220;You May Also Like&#8221; header on the sidebar widget YARPP Plugin for WordPress? I’ve tried [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-remove-the-you-may-also-like-on-yarpp-wordpress/">YARPP for WordPress: How to remove the “You May Also Like” header on the sidebar widget area</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-remove-the-you-may-also-like-on-yarpp-wordpress/">YARPP for WordPress: How to remove the &#8220;You May Also Like&#8221; header on the sidebar widget area</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-related-posts-on-yarpp/" rel="bookmark" title="How to remove the &#8220;Related Posts&#8221; on YARPP Plugin for WordPress">How to remove the &#8220;Related Posts&#8221; on YARPP Plugin for WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/" rel="bookmark" title="Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress">Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>YARPP (Yet Another Related Posts Plugin) is one of the greatest plugins in WordPress that provides related posts automatically using an algorithm, but there are a few things that can’t be easily fixed through its settings.</p>
<h2>How to remove the &#8220;You May Also Like&#8221; header on the sidebar widget YARPP Plugin for WordPress?</h2>
<p>I’ve tried many options in the settings, but they didn&#8217;t seem to work. Try using the CSS code below to remove it easily.</p>
<h3>CSS</h3>
<p>Copy the code below and paste it into your CSS document. 	</p>
<pre>
.yarpp-related-widget h3 { display:none; }
</pre>
<p>Tada!</p><p>The post <a href="https://blog.identitydesign.us/how-to-remove-the-you-may-also-like-on-yarpp-wordpress/">YARPP for WordPress: How to remove the “You May Also Like” header on the sidebar widget area</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-remove-the-you-may-also-like-on-yarpp-wordpress/">YARPP for WordPress: How to remove the &#8220;You May Also Like&#8221; header on the sidebar widget area</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-related-posts-on-yarpp/" rel="bookmark" title="How to remove the &#8220;Related Posts&#8221; on YARPP Plugin for WordPress">How to remove the &#8220;Related Posts&#8221; on YARPP Plugin for WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/" rel="bookmark" title="Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress">Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-remove-the-you-may-also-like-on-yarpp-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to remove the &#8220;Related Posts&#8221; on YARPP Plugin for WordPress</title>
		<link>https://blog.identitydesign.us/remove-related-posts-on-yarpp/</link>
					<comments>https://blog.identitydesign.us/remove-related-posts-on-yarpp/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Fri, 08 Jul 2022 22:12:20 +0000</pubDate>
				<category><![CDATA[CSSonly]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1755</guid>

					<description><![CDATA[<p>YARPP(Yet Another Related Posts Plugin) is a one of the greatest plugins in WordPress that provides related posts automatically with algorithm, but there are a few things can&#8217;t be easily fixable on its setting. How to remove the &#8220;Related Posts&#8221; on YARPP? I&#8217;ve tried many options on their settings to remove the Related Posts on [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/remove-related-posts-on-yarpp/">How to remove the “Related Posts” on YARPP Plugin for WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/remove-related-posts-on-yarpp/">How to remove the &#8220;Related Posts&#8221; on YARPP Plugin for WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/" rel="bookmark" title="Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress">Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>YARPP(Yet Another Related Posts Plugin) is a one of the greatest plugins in WordPress that provides related posts automatically with algorithm, but there are a few things can&#8217;t be easily fixable on its setting.</p>
<h2>How to remove the &#8220;Related Posts&#8221; on YARPP?</h2>
<p>I&#8217;ve tried many options on their settings to remove the Related Posts on the bottom of a page, but it seems not working. Try below CSS line to remove it with ease.</p>
<h3>CSS</h3>
<p>Copy the code below and paste into your CSS document. 	</p>
<pre>
.yarpp-related-website { display:none; }
</pre>
<p>Tada!</p><p>The post <a href="https://blog.identitydesign.us/remove-related-posts-on-yarpp/">How to remove the “Related Posts” on YARPP Plugin for WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/remove-related-posts-on-yarpp/">How to remove the &#8220;Related Posts&#8221; on YARPP Plugin for WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/" rel="bookmark" title="Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress">Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/remove-related-posts-on-yarpp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Duplicate/Migrate WordPress Website &#8211; Duplicator</title>
		<link>https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/</link>
					<comments>https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Tue, 10 May 2022 00:37:55 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1745</guid>

					<description><![CDATA[<p>Work effective and save time if you are a web developer using WordPress. Duplicate your existing work and use as a template. Get Duplicator and install/active the plugin and follow the instruction below. We have 3 main steps to get all duplicate/migration process done. 1. BACKUP FILES &#38; DOWNLOAD Get Duplicator plugin Duplicator -&#62; Create [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website – Duplicator</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/" rel="bookmark" title="cPanel: Change / Increase Maximum Upload File Size">cPanel: Change / Increase Maximum Upload File Size</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Work effective and save time if you are a web developer using WordPress. Duplicate your existing work and use as a template. Get <a href="https://wordpress.org/plugins/duplicator/" target="_blank" rel="noopener">Duplicator</a> and install/active the plugin and follow the instruction below. We have 3 main steps to get all duplicate/migration process done.  </p>
<h2>1. BACKUP FILES &amp; DOWNLOAD</h2>
<ol>
<li>Get <code>Duplicator</code> plugin</li>
<li>Duplicator -&gt; <code>Create new</code></li>
<li><code>Next</code> -&gt; <code>Build</code></li>
<li>Download <code>Installer.php</code> and <code>...Archive.zip</code> file</li>
</ol>
<h2>2. DATABASE CREATION ON NEW SERVER</h2>
<ol>
<li>Create Database from MySQL® Databases in cPanel.</li>
<li>Name your database. Add <code>_wp</code> at the end of the database name</li>
<li>Add a user, <code>_user</code> at the end of the database name</li>
<li>Add the user to the database you created. Finally add <code>All Privileges</code> to the user.</li>
</ol>
<h2>3. UPLOAD BACKED UP FILES TO NEW SERVER</h2>
<ol>
<li>Access cPanel on new hosting server. Go to <strong>cPanel</strong> -&gt; <strong>File Manager</strong>. Select <code>public_html</code> or very root folder of your WordPress files -&gt; upload your saved <code>Installer</code> and <code>Archive</code> files. (*You can also use FTP (Filezilla) to upload these files. )</li>
<li>Open a web browser -&gt; <em>http://YOUR-DOMAIN.com/installer.php</em></li>
<li>Select the checkbox, &#8220;I have read and accept all terms &amp; notices*&#8221;</li>
<li>Select <code>Remove all data</code> and input your <code>Database</code>, <code>User</code> and <code>Password</code> and hit <code>Test Database</code>. If looks good, hit <code>Next</code>.</li>
<li>Click <code>Next</code> for step 4, Login the site with <code>Site Login</code>.</li>
</ol><p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website – Duplicator</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/" rel="bookmark" title="cPanel: Change / Increase Maximum Upload File Size">cPanel: Change / Increase Maximum Upload File Size</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</title>
		<link>https://blog.identitydesign.us/contact-form-7-submit-not-working/</link>
					<comments>https://blog.identitydesign.us/contact-form-7-submit-not-working/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 21 Feb 2022 09:14:04 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1732</guid>

					<description><![CDATA[<p>Despite the popularity of its name, &#8220;Contact form 7&#8221; with millions of active installations, numerous plugin users have called out the error when hitting the submit button on the form. The error seems to be occurred by change of environment such as migration of the website. Here&#8217;s the solution how this can be resolved. Go [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/" rel="bookmark" title="How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Despite the popularity of its name, &#8220;Contact form 7&#8221; with millions of active installations, numerous plugin users have called out the error when hitting the submit button on the form. The error seems to be occurred by change of environment such as migration of the website. Here&#8217;s the solution how this can be resolved.</p>
<ul>
<li>Go to the WP Admin (Backend) -> Plugins -> Plugin File Editor. </li>
<li>Select plugin to edit dropdown to select <code>Contact Form 7</code> and select the file, <code>wp-contact-form-7.php</code></li>
<li>On line 30 (the number can be different) after &#8216;WPCF7_LOAD_JS&#8217;, change <code>true</code> to <code>false</code></li>
</ul>
<h2>Change of code in &#8220;Contact form 7&#8221; plugin</h2>
<pre>if ( ! defined( 'WPCF7_LOAD_JS' ) ) {
	define( 'WPCF7_LOAD_JS', false );
}</pre><p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/" rel="bookmark" title="How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/contact-form-7-submit-not-working/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WooCommerce Hollow &#8220;Empty&#8221; Star Rating to &#8220;Full&#8221; Filled Stars</title>
		<link>https://blog.identitydesign.us/woocommerce-hollow-empty-star-rating-to-full-filled-stars/</link>
					<comments>https://blog.identitydesign.us/woocommerce-hollow-empty-star-rating-to-full-filled-stars/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 02 Aug 2021 22:14:39 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1462</guid>

					<description><![CDATA[<p>5 hollow stars looked my customers rated 0 star on my item not 5 stars. (But it&#8217;s 5 star rated though!) For users who sees hollow stars in WooCommerce, there must be mis-specifying font-family in your CSS. Check if you have installed the &#8220;Easy Social Icons&#8221; plugin that is activated with WooCommerce. Simply deactivate the [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/woocommerce-hollow-empty-star-rating-to-full-filled-stars/">WooCommerce Hollow “Empty” Star Rating to “Full” Filled Stars</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/woocommerce-hollow-empty-star-rating-to-full-filled-stars/">WooCommerce Hollow &#8220;Empty&#8221; Star Rating to &#8220;Full&#8221; Filled Stars</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/" rel="bookmark" title="Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/" rel="bookmark" title="Woocommerce Conflicts with Bootstrap 4 in WordPress">Woocommerce Conflicts with Bootstrap 4 in WordPress</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>5 hollow stars looked my customers rated 0 star on my item not 5 stars. (But it&#8217;s 5 star rated though!) For users who sees hollow stars in WooCommerce, there must be mis-specifying font-family in your CSS. </p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars.jpg" alt="SC-hollow-stars" width="1864" height="1398" class="aligncenter size-full wp-image-1463" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars.jpg 1864w, https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars-300x225.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars-1024x768.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars-768x576.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars-1536x1152.jpg 1536w, https://blog.identitydesign.us/wp-content/uploads/2021/08/SC-hollow-stars-624x468.jpg 624w" sizes="auto, (max-width: 1864px) 100vw, 1864px" /></a></p>
<p>Check if you have installed the &#8220;Easy Social Icons&#8221; plugin that is activated with WooCommerce.</p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/08/Screen-Shot-2021-08-02-at-2.44.59-PM.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/08/Screen-Shot-2021-08-02-at-2.44.59-PM.jpg" alt="Easy Social Icons" width="366" height="128" class="aligncenter size-full wp-image-1464" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/08/Screen-Shot-2021-08-02-at-2.44.59-PM.jpg 366w, https://blog.identitydesign.us/wp-content/uploads/2021/08/Screen-Shot-2021-08-02-at-2.44.59-PM-300x105.jpg 300w" sizes="auto, (max-width: 366px) 100vw, 366px" /></a></p>
<p>Simply deactivate the plugin as it is conflicting the &#8220;Font Awesome 5 Free&#8221; font-family with WooCommerce. Once the Easy Social Icons plugin deactivated, you will see the full, filled star ratings on your item.</p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/08/Screen-Shot-2021-08-02-at-2.44.26-PM.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/08/Screen-Shot-2021-08-02-at-2.44.26-PM.jpg" alt="filled star rating" width="222" height="76" class="aligncenter size-full wp-image-1465" /></a></p><p>The post <a href="https://blog.identitydesign.us/woocommerce-hollow-empty-star-rating-to-full-filled-stars/">WooCommerce Hollow “Empty” Star Rating to “Full” Filled Stars</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/woocommerce-hollow-empty-star-rating-to-full-filled-stars/">WooCommerce Hollow &#8220;Empty&#8221; Star Rating to &#8220;Full&#8221; Filled Stars</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/" rel="bookmark" title="Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/" rel="bookmark" title="Woocommerce Conflicts with Bootstrap 4 in WordPress">Woocommerce Conflicts with Bootstrap 4 in WordPress</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/woocommerce-hollow-empty-star-rating-to-full-filled-stars/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
