<?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>WPWife &#187; Themes</title>
	<atom:link href="http://www.wpwife.com/category/themes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Customize the Background Color of WordPress Block Editor</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-customize-the-background-color-of-wordpress-block-editor</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-customize-the-background-color-of-wordpress-block-editor#comments</comments>
		<pubDate>Mon, 10 Apr 2023 08:06:00 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[block editor]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress editor background color]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">https://www.wpbeginner.com/?p=173762</guid>
		<description><![CDATA[
<p>Do you want to change the background color of the WordPress block editor for admins? Sometimes when working on a custom client project, you may want to change the Gutenberg editor background color in WordPress to match their brand colors. In this article, we&#8217;ll show&#8230;&#160;<strong><a href="https://www.wpbeginner.com/wp-themes/how-to-customize-the-background-color-of-wordpress-block-editor/">Read More &#187;</a></strong></p>
<p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-customize-the-background-color-of-wordpress-block-editor/">How to Customize the Background Color of WordPress Block Editor</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to change the background color of the WordPress block editor for admins?</p>



<p>Sometimes when working on a custom client project, you may want to change the Gutenberg editor background color in WordPress to match their brand colors.</p>



<p>In this article, we&#8217;ll show you how to easily customize the background color of the WordPress block editor for admin area.</p>



<figure class="wp-block-image size-full"><img width="680" height="385" src="https://www.wpbeginner.com/wp-content/uploads/2023/03/how-to-change-the-wordpress-editor-background-color-og.png" alt="Changing the background color of WordPress block editor" class="wp-image-173864" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/03/how-to-change-the-wordpress-editor-background-color-og.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/03/how-to-change-the-wordpress-editor-background-color-og-300x170.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>


<div class="wpb-alert style-yellow">

<p><strong>Note:</strong> This guide covers changing the editor color in WordPress admin. If you&#8217;re looking to change the background color in WordPress front-end, then please see our tutorial on <a href="https://www.wpbeginner.com/wp-tutorials/how-to-change-background-color-in-wordpress-beginners-guide/" title="How to Change Background Color in WordPress (Beginner’s Guide)">how to change background color in WordPress</a>.</p>

</div>


<h4>Why Change the Background Color of the Block Editor in WordPress?</h4>



<p>You may want to change the background color of the WordPress <a href="https://www.wpbeginner.com/beginners-guide/how-to-use-the-new-wordpress-block-editor/" title="How to Use the WordPress Block Editor (Gutenberg Tutorial)">block editor</a> for a number of reasons.</p>



<p>For instance, most <a href="https://www.wpbeginner.com/showcase/best-wordpress-full-site-editing-themes/" title="21 Best Block Themes for Full Site Editing in WordPress (2023)">modern WordPress themes</a> use the same background color for the block editor as the live website including <a href="https://www.wpbeginner.com/refer/astra-theme-pricing-page/"  rel="noopener nofollow" title="Astra Theme Pricing Page">Astra</a>, <a href="https://www.wpbeginner.com/refer/oceanwp/"  rel="noopener" title="OceanWP">OceanWP</a>, <a href="https://www.wpbeginner.com/refer/generatepress/"  rel="noopener nofollow" title="GeneratePress">GeneratePress</a>, and more.</p>



<p>However, if your WordPress theme doesn&#8217;t use the same colors, then the appearance of your post inside the editor will look quite different from what your users will see on the live website.</p>



<p>Another reason for changing the background color could be personal preference.</p>



<p>For instance, by default, the block editor uses a plain white background. Some users may find it a bit stressful to look at the white screen for long hours. Eye strain can be a real issue for many people, and the default white background is not easy on the eyes.</p>



<figure class="wp-block-image size-full"><img width="680" height="266" src="https://www.wpbeginner.com/wp-content/uploads/2023/03/white-block-editor.png" alt="Default block editor" class="wp-image-173915" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/03/white-block-editor.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/03/white-block-editor-300x117.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>That being said, let&#8217;s see how you can easily change the WordPress editor background color.</p>



<h4>How to Change the WordPress Editor Background Color</h4>



<p>You can easily change the WordPress editor background color by adding custom code to your theme&#8217;s <a href="https://www.wpbeginner.com/glossary/functions-php/" title="functions.php">functions.php</a> file.</p>



<p>However, keep in mind that even the smallest error in the code can break your website and make it inaccessible. That&#8217;s why we recommend using the <a href="https://wpcode.com/"  title="WPCode - WordPress Code Snippet Plugin" rel="noopener">WPCode </a>plugin. It&#8217;s the best WordPress code snippets plugin on the market and is the easiest and safest way to add custom code to your WordPress website.</p>



<p>First, you need to install and activate the <a href="https://wordpress.org/plugins/insert-headers-and-footers"  title="WPCode Free Code Snippet Plugin for WordPress" rel="noopener">free WPCode plugin</a>. For more instructions, please see our step-by-step guide on <a href="https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="How to Install a WordPress Plugin – Step by Step for Beginners">how to install a WordPress plugin</a>.</p>



<p>Upon activation, you need to visit the <strong>Code Snippets » + Add Snippets</strong> page from the admin sidebar.</p>



<p>From here, you have to click on the &#8216;Use Snippet&#8217; button under the&nbsp;‘Add Your Custom Code (New Snippet)’ option.</p>



<figure class="wp-block-image size-full"><img width="680" height="335" src="https://www.wpbeginner.com/wp-content/uploads/2023/01/addnewsnippet.png" alt="Add new snippet" class="wp-image-166377" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/01/addnewsnippet.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/01/addnewsnippet-300x148.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>This will take you to the &#8216;Create Custom Snippet&#8217; page where you can start by typing a name for your code snippet. This is just for you and can be anything that will help you identify the code.</p>



<p>Next, you need to choose &#8216;PHP Snippet&#8217; as the &#8216;Code Type&#8217; from the dropdown menu on the right.</p>



<figure class="wp-block-image size-full"><img width="680" height="350" src="https://www.wpbeginner.com/wp-content/uploads/2023/03/choose-php-as-code-type-for-editor-background-color.png" alt="Choose PHP Snippet option as the code type for changing editor background color" class="wp-image-173852" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/03/choose-php-as-code-type-for-editor-background-color.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/03/choose-php-as-code-type-for-editor-background-color-300x154.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, you need to copy and paste the following code into the &#8216;Code Preview&#8217; box.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: php; title: ; notranslate">
add_action( 'admin_footer', function() {
	?&gt;
	&lt;style&gt;
		.editor-styles-wrapper {
			background-color: #bee0ec;
		}
	&lt;/style&gt;
	&lt;?php
});
</pre></div>


<p>Next, you need to look for the following code in the PHP snippet you just pasted.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: css; title: ; notranslate">
background-color: #bee0ec;
</pre></div>


<p>Then, you have to add the hex code of your preferred color next to the background color option. If you don&#8217;t want to use a hex code, you can use some basic color names such as &#8216;white&#8217; or &#8216;blue&#8217; instead.</p>



<figure class="wp-block-image size-full"><img width="680" height="295" src="https://www.wpbeginner.com/wp-content/uploads/2023/03/paste-snippet-for-editor-background-color.png" alt="Paste the code snippet for changing the editor background color" class="wp-image-173856" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/03/paste-snippet-for-editor-background-color.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/03/paste-snippet-for-editor-background-color-300x130.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, you need to scroll down to the &#8216;Insertion&#8217; section and choose the &#8216;Auto Insert&#8217; option.</p>



<p>Next, you need to select the &#8216;Location&#8217; of the code snippet as &#8216;Admin Only&#8217; from the dropdown menu.</p>



<figure class="wp-block-image size-full"><img width="680" height="337" src="https://www.wpbeginner.com/wp-content/uploads/2023/03/choose-insertion-and-location.png" alt="Choose the insertion method and location of the code snippet" class="wp-image-173858" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/03/choose-insertion-and-location.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/03/choose-insertion-and-location-300x150.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, you need to scroll back to the top of the page and toggle the &#8216;Inactive&#8217; switch to &#8216;Active.&#8217;</p>



<p>Finally, don&#8217;t forget to click on the &#8216;Save Snippet&#8217; button to save your changes.</p>



<figure class="wp-block-image size-full"><img width="680" height="364" src="https://www.wpbeginner.com/wp-content/uploads/2023/03/save-editor-bgcolor-snippet.png" alt="Save the code snippet for changing the background color" class="wp-image-173859" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/03/save-editor-bgcolor-snippet.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/03/save-editor-bgcolor-snippet-300x161.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Now, go visit the block editor from the admin sidebar.</p>



<p>This is how the block editor looked on our site after adding the CSS <a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" title="How to Easily Add Custom Code in WordPress (Without Breaking Your Site)">code snippet</a>.</p>



<figure class="wp-block-image size-full"><img width="680" height="294" src="https://www.wpbeginner.com/wp-content/uploads/2023/03/editor-color-preview.png" alt="Editor color preview" class="wp-image-173861" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/03/editor-color-preview.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/03/editor-color-preview-300x130.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>We hope this article helped you learn how to easily change the WordPress editor background color. You may also want to see our ultimate guide on <a href="https://www.wpbeginner.com/beginners-guide/21-most-useful-time-saving-wordpress-shortcuts/" title="85+ Most Useful Time Saving WordPress Keyboard Shortcuts">85+ time saving WordPress shortcuts</a>, or take a look at our top picks for the <a href="https://www.wpbeginner.com/beginners-guide/best-drag-and-drop-page-builders-for-wordpress/" title="6 Best Drag and Drop WordPress Page Builders Compared (2023)">best WordPress page builder plugins</a>. </p>



<p>If you liked this article, then please subscribe to our <a href="https://youtube.com/wpbeginner?sub_confirmation=1"  rel="noreferrer noopener nofollow" title="Subscribe to WPBeginner YouTube Channel">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="https://twitter.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Follow WPBeginner on Twitter">Twitter</a> and <a href="https://facebook.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Join WPBeginner Community on Facebook">Facebook</a>.</p><p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-customize-the-background-color-of-wordpress-block-editor/">How to Customize the Background Color of WordPress Block Editor</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/how-to-customize-the-background-color-of-wordpress-block-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Fade Images on Mouseover in WordPress (Simple &amp; Easy)</title>
		<link>http://www.wpwife.com/themes/how-to-fade-images-on-mouseover-in-wordpress-simple-easy</link>
		<comments>http://www.wpwife.com/themes/how-to-fade-images-on-mouseover-in-wordpress-simple-easy#comments</comments>
		<pubDate>Tue, 28 Mar 2023 07:40:00 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[fade image effect]]></category>
		<category><![CDATA[fade image on mouseover]]></category>
		<category><![CDATA[image hover effect]]></category>
		<category><![CDATA[seedprod]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wpcode]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=19555</guid>
		<description><![CDATA[
<p>Do you want to fade images on mouseover in WordPress? A simple fade-in or fade-out animation when a user moves their mouse over an image can make your site more engaging. It also encourages visitors to interact with your content, which can keep them on&#8230;&#160;<strong><a href="https://www.wpbeginner.com/wp-themes/fade-images-mouseover-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a href="https://www.wpbeginner.com/wp-themes/fade-images-mouseover-wordpress/">How to Fade Images on Mouseover in WordPress (Simple &#38; Easy)</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to fade images on mouseover in WordPress?</p>



<p>A simple fade-in or fade-out animation when a user moves their mouse over an image can make your site more engaging. It also encourages visitors to interact with your content, which can keep them on your site for longer. </p>



<p>In this article, we’ll show you how to add a fade image effect on mouseover in WordPress.</p>



<figure class="wp-block-image size-full"><img width="680" height="385" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-images-on-mouseover-in-wordpress-og.png" alt="How to fade images on mouseover in WordPress" class="wp-image-171343" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-images-on-mouseover-in-wordpress-og.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-images-on-mouseover-in-wordpress-og-300x170.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4>Why Fade Images on Mouseover in WordPress?</h4>



<p>Animations are an easy way to make your website more interesting, and can even draw the visitor&#8217;s attention toward your page&#8217;s most important content, such as your <a href="https://www.wpbeginner.com/beginners-guide/how-to-make-a-logo-for-your-website-simple-guide-for-beginners/" title="How to Make a Logo for Your Website (Simple Guide for Beginners)">website logo</a> or a <a href="https://www.wpbeginner.com/plugins/how-to-add-buttons-in-wordpress-without-using-shortcodes/" title="How to Add Call to Action Buttons in WordPress (without Code)">call to action</a>.</p>



<p>There are lots of different ways to <a href="https://www.wpbeginner.com/plugins/how-to-easily-add-css-animations-in-wordpress/" title="How to Easily Add CSS Animations in WordPress">use CSS animations in WordPress</a>, but adding a hover effect to images is particularly effective. The fade animation means your images will slowly appear or disappear when visitors hover over them. </p>



<figure class="wp-block-image size-full"><img width="600" height="316" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-animation-wordpress.gif" alt="Adding a fade animation to WordPress" class="wp-image-171410"/></figure>



<p>This encourages people to interact with your images, and can even add a storytelling element to the page. For example, different images might fade in and out as the visitor moves around the page.</p>



<p>Unlike some other animations, the fade image on mouseover effect is subtle so it won’t negatively impact the visitor’s reading experience or any <a title="How to Optimize Images for Web Performance without Losing Quality" href="https://www.wpbeginner.com/beginners-guide/speed-wordpress-save-images-optimized-web/">image optimization</a> you&#8217;ve done.</p>



<p>With that said, let’s show you how to add a fade to your images on mouseover in WordPress.</p>



<h4>Adding Image Fade on Mouseover to all WordPress Images</h4>



<p>The easiest way to add a fade effect to all your images is by using <a href="https://wpcode.com/"  title="WPCode - WordPress Code Snippet Plugin" rel="noopener">WPCode</a>. This free plugin allows you to <a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" title="How to Easily Add Custom Code in WordPress (Without Breaking Your Site)">easily add custom code in WordPress</a> without having to edit your theme files. </p>



<p>With WPCode, even beginners can edit their website’s code without risking mistakes and typos that can cause many&nbsp;<a href="https://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/" title="Most Common WordPress Errors and How to Fix Them">common WordPress errors</a>.</p>



<p>The first thing you need to do is install and activate the <a href="https://wordpress.org/plugins/insert-headers-and-footers"  title="WPCode Free Code Snippet Plugin for WordPress" rel="noopener">free WPCode plugin</a>. For more details, see our step-by-step guide on&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="How to Install a WordPress Plugin – Step by Step for Beginners">how to install a WordPress plugin</a>.</p>



<p>Upon activation, head over to&nbsp;<strong>Code Snippets » Add Snippet</strong>.</p>



<figure class="wp-block-image size-full"><img width="680" height="327" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/adding-code-wpcode.png" alt="Adding custom code to your WordPress website with WPCode" class="wp-image-171338" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/adding-code-wpcode.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/adding-code-wpcode-300x144.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Here, simply hover your mouse over ‘Add Your Custom Code.’</p>



<p>When it appears, click on ‘Use snippet.’</p>



<figure class="wp-block-image size-full"><img width="680" height="380" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/creating-new-snippet.png" alt="Creating a custom CSS snippet on your WordPress website" class="wp-image-171339" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/creating-new-snippet.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/creating-new-snippet-300x168.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To start, type in a title for the custom code snippet. This can be anything that helps you identify the snippet in the WordPress dashboard.</p>



<p>We need to <a title="How to Easily Add Custom CSS to Your WordPress Site" href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/">add custom CSS to WordPress</a>, so open the &#8216;Code Type&#8217; dropdown and select &#8216;CSS Snippet.&#8217; </p>



<figure class="wp-block-image size-full"><img width="680" height="327" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/css-snippet-fade-.png" alt="Add a fade on mouseover animation to images using WPCode" class="wp-image-171370" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/css-snippet-fade-.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/css-snippet-fade--300x144.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>In the code editor, add the following code snippet:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: css; title: ; notranslate">
.post img:hover{
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
}
</pre></div>


<p>This code snippet will fade each image for 2 seconds when the user hovers their mouse over it. To make the image fade slower, simply replace ‘2s ease’ with a higher number. If you want to make the picture fade faster, then use &#8216;1s ease&#8217; or smaller. </p>



<p>You can also make the ‘opacity’ higher or lower by changing the <code>opacity:0.6</code> line. </p>



<p>If you change any of these numbers then make sure you change them across all the properties (webkit, moz, ms, and o), so the fade effect looks the same on every browser. </p>



<p>When you’re happy with the snippet, scroll to the ‘Insertion’ section. WPCode can add your code to different locations, such as after every post, frontend only, or admin only.</p>



<p>To add a fade effect to all your images, click on ‘Auto Insert.&#8217; Then, open the ‘Location’ dropdown menu and choose ‘Site Wide Header.’</p>



<figure class="wp-block-image size-full"><img width="680" height="301" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/auto-insert-css.png" alt="Inserting custom CSS across your WordPress website" class="wp-image-171342" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/auto-insert-css.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/auto-insert-css-300x133.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, you’re ready to scroll to the top of the screen and click on the ‘Inactive’ toggle, so it changes to ‘Active.’</p>



<p>Finally, click on ‘Save Snippet’ to make the CSS snippet live.</p>



<figure class="wp-block-image size-full"><img width="680" height="378" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/saving-fade-animation.png" alt="Adding a fade effect to images using CSS" class="wp-image-171371" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/saving-fade-animation.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/saving-fade-animation-300x167.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Now, if you hover the mouse over any image on your <a href="https://www.wpbeginner.com/guides/" title="How to Make a WordPress Website (Ultimate Guide)">WordPress website</a>, you&#8217;ll see the fade effect in action. </p>



<h4>Adding Image Fade Animations to Individual Pages</h4>



<p>Using a fade effect for every single image can become distracting, especially if you&#8217;re running a <a href="https://www.wpbeginner.com/showcase/best-free-wordpress-photography-themes/" title="Best Free WordPress Photography Themes (Expert Pick)">photography website</a>, a stock photo store, or any other site that has lots of images. </p>



<p>With that in mind, you may want to use fade effects on a specific page or post only. </p>



<p>The good news is that WPCode allows you to create custom shortcodes. You can place this shortcode on any page, and WordPress will show fade effects on that page only. </p>



<p>To do this, simply create a custom code snippet and add the fade animation code following the same process described above. Then, click on the &#8216;Save snippet&#8217; button.</p>



<figure class="wp-block-image size-full"><img width="680" height="373" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/saving-fade-animations.png" alt="Fade images on mouseover in WordPress using custom code" class="wp-image-171372" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/saving-fade-animations.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/saving-fade-animations-300x165.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, scroll to the &#8216;Insertion&#8217; section, but this time select &#8216;Shortcode.&#8217; </p>



<p>This creates a shortcode that you can add to any page, post, or widget-ready area.</p>



<figure class="wp-block-image size-full"><img width="680" height="333" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/wpcode-creating-shortcode.png" alt="Creating a shortcode in WPCode" class="wp-image-171373" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/wpcode-creating-shortcode.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/wpcode-creating-shortcode-300x147.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, go ahead and make the snippet live following the same process described above.</p>



<p>You can now go to any page, post, or widget-ready area and create a new &#8216;Shortcode&#8217; block. Then, simply paste the WPCode shortcode into that block.</p>



<figure class="wp-block-image size-full"><img width="680" height="280" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-animation-shortcode.png" alt="How to create fade animations for images using shortcode" class="wp-image-171375" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-animation-shortcode.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-animation-shortcode-300x124.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>For more information on how to place the shortcode, please see our guide on <a href="https://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/" title="How to Add a Shortcode in WordPress (Beginner’s Guide)">how to add a shortcode in WordPress</a>. </p>



<p>With that done, either click on the &#8216;Update&#8217; or &#8216;Publish&#8217; button to make the shortcode live. You can then visit that page, page, or widget-ready area to see the fade on mouseover effect. </p>



<h4>Adding Image Fade Animations to <strong>Featured Images</strong></h4>



<p>Another option is to add fade animations to your <a title="How to Add Featured Images or Post Thumbnails in WordPress" href="https://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/">featured images or post thumbnails</a>. These are the post&#8217;s primary image and they often appear next to the heading on your home page, <a href="https://www.wpbeginner.com/wp-tutorials/how-to-create-an-archives-page-in-wordpress/" title="How to Create a Custom Archives Page in WordPress">archive pages</a>, and other important areas of your website.</p>



<p>By fading featured images on mouseover, you can make your site more eye-catching and engaging, without animating every single image across your <a href="https://www.wpbeginner.com/start-a-wordpress-blog/" title="How to Start a WordPress Blog – Beginners Guide (UPDATED)">WordPress blog</a> or website. </p>



<p>To add a fade animation to your post thumbnails, simply create a new custom code snippet following the same process described above.</p>



<figure class="wp-block-image size-full"><img width="680" height="311" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-featured-images.png" alt="Adding a fade on mouseover effect to individual images" class="wp-image-171377" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-featured-images.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/fade-featured-images-300x137.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>However, this time add the following code to the editor: </p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: css; title: ; notranslate">
img.wp-post-image:hover{
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
}
</pre></div>


<p>After that, scroll to the &#8216;Insertion&#8217; box and select ‘Auto Insert.&#8217; Then, open the ‘Location’ dropdown menu and choose ‘Site Wide Header.’</p>



<figure class="wp-block-image size-full"><img width="680" height="194" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/auto-insert-css-1.png" alt="Adding an animation to images on mouseover" class="wp-image-171378" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/auto-insert-css-1.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/auto-insert-css-1-300x86.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, you can go ahead and make the code snippet live using the same process described above.</p>



<p>Now, you can hover the mouse over any featured image to see the fade animation in action.</p>



<p>If you want to add even more image mouseover effects, then see our guide on <a href="https://www.wpbeginner.com/wp-tutorials/how-to-add-image-hover-effects-in-wordpress/" title="How to Add Image Hover Effects in WordPress (Step by Step)">how to add image hover effects in WordPress</a>.</p>



<h4>Bonus: Animate Any Image, Text, Button, and More </h4>



<p>Fade effects are a fun way to make images more interesting, but there are lots more ways to use animations in WordPress. For example, you might use <a href="https://www.wpbeginner.com/wp-tutorials/how-to-create-flipbox-overlays-and-hovers-in-wordpress/" title="How to Create Flipbox Overlays and Hovers in WordPress">flipbox animations</a> to reveal text when a visitor hovers over an image, or use zoom effects so users can explore a picture in more detail.</p>



<p>If you want to try different effects, then <a href="https://www.seedprod.com/"  title="SeedProd - Best Drag &amp; Drop WordPress Website Builder" rel="noopener">SeedProd</a> has over 40 animations that you can add to images, text, buttons, videos, and more. You can even animate entire sections and columns with just a few clicks.</p>



<p>Inside the SeedProd editor, simply click on the content you want to animate, and then select the &#8216;Advanced&#8217; tab in the left-hand menu.</p>



<figure class="wp-block-image size-full"><img width="680" height="346" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/seedprod-advanced-tab.png" alt="Adding fade animations using SeedProd" class="wp-image-171379" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/seedprod-advanced-tab.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/seedprod-advanced-tab-300x153.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can then go ahead and click to expand the &#8216;Animation Effects&#8217; section.</p>



<p>After that, simply choose an animation from the &#8216;Entrance Animation&#8217; dropdown, including a wide range of different fade effects.</p>



<figure class="wp-block-image size-full"><img width="680" height="348" src="https://www.wpbeginner.com/wp-content/uploads/2014/02/entrance-animation-seedprod.png" alt="Adding animations to WordPress using SeedProd" class="wp-image-171380" srcset="https://www.wpbeginner.com/wp-content/uploads/2014/02/entrance-animation-seedprod.png 680w, https://www.wpbeginner.com/wp-content/uploads/2014/02/entrance-animation-seedprod-300x154.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>For more information, please see our guide on <a href="https://www.wpbeginner.com/wp-tutorials/how-to-create-a-landing-page-with-wordpress/" title="How to Create a Landing Page With WordPress">how to create a landing page with WordPress</a>.</p>



<p>We hope this article helped you learn how to fade images on mouseover in WordPress. You may also want to see our guide on <a href="https://www.wpbeginner.com/showcase/best-web-design-software-compared/" title="How to Choose the Best Web Design Software (Compared)">how to choose the best web design software</a>, and our expert picks of the <a href="https://www.wpbeginner.com/best-wordpress-popup-plugin/" title="Best WordPress Popup Plugins (Performance Compared)">best WordPress popup plugins. </a></p>



<p>If you liked this article, then please subscribe to our <a href="https://youtube.com/wpbeginner?sub_confirmation=1"  rel="noreferrer noopener nofollow" title="Subscribe to WPBeginner YouTube Channel">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="https://twitter.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Follow WPBeginner on Twitter">Twitter</a> and <a href="https://facebook.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Join WPBeginner Community on Facebook">Facebook</a>.</p><p>The post <a href="https://www.wpbeginner.com/wp-themes/fade-images-mouseover-wordpress/">How to Fade Images on Mouseover in WordPress (Simple & Easy)</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-fade-images-on-mouseover-in-wordpress-simple-easy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Easily Add Icon Fonts in Your WordPress Theme</title>
		<link>http://www.wpwife.com/themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme</link>
		<comments>http://www.wpwife.com/themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme#comments</comments>
		<pubDate>Wed, 22 Feb 2023 18:46:00 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[how to add font awesome in wordpress]]></category>
		<category><![CDATA[icon fonts]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress icon fonts]]></category>
		<category><![CDATA[wordpress icon fonts plugin]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=29119</guid>
		<description><![CDATA[
<p>Do you want to add icon fonts to your WordPress site? Icon fonts allow you to add resizable vector icons that are loaded like web fonts, so they don&#8217;t slow down your website. You can even style them using CSS to get exactly the look&#8230;&#160;<strong><a href="https://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme-2/">Read More &#187;</a></strong></p>
<p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme-2/">How to Easily Add Icon Fonts in Your WordPress Theme</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to add icon fonts to your WordPress site? </p>



<p>Icon fonts allow you to add resizable vector icons that are loaded like web fonts, so they don&#8217;t slow down your website. You can even style them using CSS to get exactly the look you want. </p>



<p>In this article, we will show you how to easily add icon fonts in your WordPress theme.</p>



<figure class="wp-block-image size-full"><img width="680" height="385" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/how-to-easily-add-icon-fonts-in-your-wordpress-theme-og.png" alt="How to easily add icon fonts in your WordPress theme" class="wp-image-164692" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/how-to-easily-add-icon-fonts-in-your-wordpress-theme-og.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/how-to-easily-add-icon-fonts-in-your-wordpress-theme-og-300x170.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4>What are Icon Fonts and Why You Should Use Them?</h4>



<p>Icon fonts contain symbols or small pictures instead of letters and numbers.</p>



<p>You can use these icon fonts to show common images. For example, you can use them with your <a href="https://www.wpbeginner.com/plugins/how-to-create-a-product-catalog-in-wordpress-without-a-shopping-cart/" title="How to Create a Product Catalog in WordPress (without a Shopping Cart)">shopping cart</a>, download buttons, feature boxes, <a href="https://www.wpbeginner.com/plugins/how-to-run-a-giveaway-contest-in-wordpress-with-rafflepress/" title="How to Run a Giveaway / Contest in WordPress with RafflePress">giveaway contests</a>, and even in WordPress <a href="https://www.wpbeginner.com/plugins/how-to-add-image-icons-with-navigation-menus-in-wordpress/" title="How to Add Image Icons With Navigation Menus in WordPress">navigation menus</a>.</p>



<figure class="wp-block-image size-full"><img width="680" height="341" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-icons-awesome.png" alt="Font Awesome icon fonts" class="wp-image-164238" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-icons-awesome.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/font-icons-awesome-300x150.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Most visitors will immediately understand what a commonly-used icon means. In this way, you can help visitors find their way around your website and engage with your content.</p>



<p>These pictures can also help you <a href="https://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/" title="How to Easily Create a Multilingual WordPress Site">create a multilingual WordPress website</a>, since most people can understand icon fonts no matter what language they speak.</p>



<p>Compared to image-based icons, font icons load much more quickly so they can <a href="https://www.wpbeginner.com/wordpress-performance-speed/" title="The Ultimate Guide to Boost WordPress Speed &amp; Performance">boost WordPress speed and performance</a>. </p>



<p>There are several open-source icon font sets that you can use for free such as <a href="https://icomoon.io/"  rel="noopener nofollow" title="The IcoMoon font icon set">IcoMoon</a>, <a href="https://genericons.com/"  rel="noopener nofollow" title="The Genericons font icon set">Genericons</a>, and <a href="https://linearicons.com/"  rel="noopener nofollow" title="The Linearicons font icon set">Linearicons</a>.</p>



<p>In fact, the WordPress software comes with free dashicon icons built-in. These are the icons you can see in the WordPress admin area.</p>



<figure class="wp-block-image size-full"><img width="680" height="312" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/wordpress-font-icons.png" alt="Font icons in the WordPress dashboard" class="wp-image-164239" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/wordpress-font-icons.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/wordpress-font-icons-300x138.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>In this guide, we&#8217;ll be using <a style=", sans-serif" title="Font Awesome" href="http://fontawesome.io/"  rel="nofollow noopener">Font Awesome</a> as it is the most popular open-source icon set. We use it on WPBeginner, and in all our premium WordPress plugins. </p>



<p>With that said, let&#8217;s look at how you can easily add icon fonts in your <a href="https://www.wpbeginner.com/showcase/best-wordpress-themes/" title="Most Popular and Best WordPress Themes (Expert Pick)">WordPress theme</a>. Simply use the quick links to jump straight to the method that you want to use. </p>



<div class="wp-block-aioseo-table-of-contents"><ul><li><a href="https://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme-2/#aioseo-adding-icon-fonts-in-wordpress-using-plugins">Method 1. Adding Icon Fonts Using a WordPress Plugin (Easy)</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme-2/#aioseo-2-using-icon-fonts-with-a-wordpress-page-builder">Method 2. Using Icon Fonts with SeedProd (More Customizable)</a></li></ul></div>



<h4 id="aioseo-adding-icon-fonts-in-wordpress-using-plugins">Method 1. Adding Icon Fonts Using a WordPress Plugin (Easy)</h4>



<p>The easiest way to add icon fonts to WordPress is by using the <a title="The Font Awesome WordPress plugin" href="https://wordpress.org/plugins/font-awesome/"  rel="noopener nofollow">Font Awesome</a> plugin. This allows you to use icon fonts in your pages and posts without modifying your theme files. You&#8217;ll also get any new Font Awesome icons automatically every time you update the plugin. </p>



<p>The first thing you need to do is install and activate the Font Awesome plugin. For more details, see our step-by-step guide on <a title="Step by Step Guide to Install a WordPress Plugin for Beginners" href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/">how to install a WordPress plugin</a>.</p>



<p>Upon activation, you can add a Font Awesome icon to any shortcode block. Simply open the page or post where you want to show the icon font, and then click on the &#8216;+&#8217; icon.</p>



<p>You can now search for &#8216;Shortcode&#8217; and select the right block when it appears.</p>



<figure class="wp-block-image size-full"><img width="680" height="381" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/icons-shortcode-block.png" alt="Adding a font icon to WordPress using shortcode" class="wp-image-164240" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/icons-shortcode-block.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/icons-shortcode-block-300x168.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>With that done, you can add any Font Awesome icon using the following shortcode: </p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: xml; title: ; notranslate">
&#91;icon name="rocket"]
</pre></div>


<p>Simply replace &#8220;rocket&#8221; with the name of the icon that you want to show. To get this name, head over to the Font Awesome site and click on the icon that you want to use.</p>



<figure class="wp-block-image size-full"><img width="680" height="366" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-icons.png" alt="Choosing an icon font for your WordPress website" class="wp-image-164241" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-icons.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-icons-300x161.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>In the popup that appears, go ahead and click on the icon&#8217;s name. </p>



<p>Font Awesome will now copy the name to your clipboard automatically.</p>



<figure class="wp-block-image size-full"><img width="680" height="370" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-name.png" alt="Getting the name of a font icon" class="wp-image-164283" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-name.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-name-300x163.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>With that done, simply paste the name into the shortcode. You can now click on &#8216;Publish&#8217; or &#8216;Update&#8217; to make the icon font live.</p>



<p>Sometimes you may want to show an icon font inside a block of text. For example, you may need to display a &#8216;copyright&#8217; symbol after a brand name.</p>



<p>To do this, simply paste the shortcode inside any Paragraph block.</p>



<figure class="wp-block-image size-full"><img width="680" height="298" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-icon-paragraph.png" alt="Adding an icon font in WordPress using a shortcode" class="wp-image-164284" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-icon-paragraph.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/font-icon-paragraph-300x131.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can then use the settings in the right-hand menu to customize the icon, similar to how you customize options for text blocks. For example, you can <a href="https://www.wpbeginner.com/beginners-guide/how-to-change-the-font-size-in-wordpress/" title="How to Easily Change the Font Size in WordPress">change the font size</a>.</p>



<p>WordPress will turn the shortcode into a Font Awesome icon for visitors and show it alongside your text.</p>



<figure class="wp-block-image size-full"><img width="680" height="325" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-paragraph.png" alt="An example of an icon font in WordPress" class="wp-image-164285" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-paragraph.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/font-awesome-paragraph-300x143.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Another option is to add the shortcode to any widget-ready area. </p>



<p>For example, you can add a Shortcode block to your site&#8217;s sidebar or similar section. </p>



<figure class="wp-block-image size-full"><img width="680" height="328" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/icon-font-widget.png" alt="Adding an icon font to a widget-ready area in WordPress" class="wp-image-164286" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/icon-font-widget.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/icon-font-widget-300x145.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>For more information, please see our guide on <a href="https://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/" title="How to Use Shortcodes in your WordPress Sidebar Widgets">how to use shortcodes in your WordPress sidebar widgets</a>.</p>



<p>You can even add the icon shortcode to columns and create beautiful feature boxes. </p>



<figure class="wp-block-image size-full"><img width="680" height="240" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/wordpress-featured-box-1.png" alt="An example of a features box on a WordPress website" class="wp-image-165159" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/wordpress-featured-box-1.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/wordpress-featured-box-1-300x106.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>For detailed instructions, see our guide on <a href="https://www.wpbeginner.com/wp-tutorials/how-to-add-feature-boxes-with-icons-in-wordpress/" title="How to Add Feature Boxes With Icons in WordPress">how to add feature boxes with icons in WordPress</a>.</p>



<p>Many websites use icon fonts in their menus, to help visitors find their way around. To add an icon, either create a new menu or open an existing menu in the WordPress dashboard.</p>



<p>For step-by-step instructions, check out our beginner&#8217;s guide on <a href="https://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/" title="How to Add a Navigation Menu in WordPress (Beginner’s Guide)">how to add a navigation menu in WordPress</a>.</p>



<p>Then, click on &#8216;Screen Options&#8217; and check the box next to &#8216;CSS Classes.&#8217;</p>



<figure class="wp-block-image size-full"><img width="680" height="334" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/screen-options-css.png" alt="Adding CSS classes to a WordPress navigation menu" class="wp-image-164288" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/screen-options-css.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/screen-options-css-300x147.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>With that done, simply click to expand the menu item where you want to show the icon.</p>



<p>You should now see a new &#8216;CSS Classes&#8217; field.</p>



<figure class="wp-block-image size-full"><img width="680" height="360" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/menu-css-classes.png" alt="Adding an icon font using a CSS class" class="wp-image-164290" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/menu-css-classes.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/menu-css-classes-300x159.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To get an icon&#8217;s CSS class, simply find the icon font on the Font Awesome website and give it a click. If you want, then you can change the icon&#8217;s style by clicking on the different settings.</p>



<p>In the popup, you&#8217;ll see an HTML code snippet. The CSS class is simply the text between the quotation marks. For example, in the following image, the CSS class is <code>fa-solid fa-address-book</code>.</p>



<figure class="wp-block-image size-full"><img width="680" height="379" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/icon-css-class.png" alt="Getting the code for an icon font" class="wp-image-164291" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/icon-css-class.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/icon-css-class-300x167.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Simply copy the text inside the quotes, then switch back to the WordPress dashboard. </p>



<p>You can now paste the text into the &#8216;CSS Classes&#8217; field. </p>



<figure class="wp-block-image size-full"><img width="680" height="311" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/adding-icon-menu.png" alt="Adding icon fonts in WordPress using a CSS class" class="wp-image-164292" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/adding-icon-menu.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/adding-icon-menu-300x137.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To add more icon fonts, simply follow the same process described above.</p>



<p>When you&#8217;re happy with how the menu is set up, click on &#8216;Save.&#8217; Now if you visit your <a href="https://www.wpbeginner.com/guides/" title="How to Make a WordPress Website (Ultimate Guide)">WordPress website</a> you&#8217;ll see the updated navigation menu. </p>



<figure class="wp-block-image size-full"><img width="680" height="380" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/navigation-menu-icons.png" alt="An example of icon fonts in a WordPress navigation menu" class="wp-image-164293" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/navigation-menu-icons.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/navigation-menu-icons-300x168.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4 id="aioseo-2-using-icon-fonts-with-a-wordpress-page-builder">Method 2. Using Icon Fonts with SeedProd (More Customizable)</h4>



<p>If you want more freedom over where you use font icons, then we recommend using a page builder plugin. </p>



<p>SeedProd is the&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/best-drag-and-drop-page-builders-for-wordpress/" title="Best Drag and Drop WordPress Page Builders Compared">best drag-and-drop</a> WordPress page builder&nbsp;in the market and has over 1400 Font Awesome icons built-in. It also has a ready-made Icon box that you can add to any page using drag and drop. </p>



<p>With SeedProd, it&#8217;s easy to&nbsp;<a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/" title="How to Create a Custom Page in WordPress">create custom pages in WordPress</a>&nbsp;and then show Font Awesome icons anywhere on those pages.</p>



<p>The first thing you need to do is install and activate the plugin. For more details, see our beginner’s guide on&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="How to Install a WordPress Plugin – Step by Step for Beginners">how to install a WordPress plugin</a>.</p>



<p><strong>Note:</strong>&nbsp;There is a&nbsp;<a href="https://wordpress.org/plugins/coming-soon/"  rel="noopener nofollow" title="The free SeedProd page builder plugin">free version of SeedProd</a>, but we’ll be using the Pro version since it comes with the Icon box.</p>



<p>Upon activation, go to&nbsp;<strong>SeedProd » Settings</strong>&nbsp;and enter your license key.</p>



<figure class="wp-block-image size-full"><img width="680" height="320" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/license-key-seedprd.png" alt="Entering the SeedProd license key" class="wp-image-150781" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/license-key-seedprd.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/license-key-seedprd-300x141.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can find this information under&nbsp;<a href="https://app.seedprod.com/login"  rel="noopener" title="Your SeedProd account">your account</a>&nbsp;on the SeedProd website. After entering the license key, go ahead and click the ‘Verify Key’ button.</p>



<p>Next, you need to visit&nbsp;<strong>SeedProd » Pages</strong>&nbsp;and click on the ‘Add New Landing Page’ button.</p>



<figure class="wp-block-image size-full"><img width="680" height="355" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/choosing-homepage-design.png" alt="Choosing a custom design for your WordPress page" class="wp-image-164295" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/choosing-homepage-design.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/choosing-homepage-design-300x157.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Now, you can choose a template to use as the basis for your page. SeedProd has over 180  professionally-designed templates that you can customize according to your <a href="https://www.wpbeginner.com/start-a-wordpress-blog/" title="How to Start a WordPress Blog – Beginners Guide (UPDATED)">WordPress blog</a> or website’s needs.</p>



<p>To select a template, hover your mouse over it and then click the ‘Checkmark’ icon.</p>



<figure class="wp-block-image size-full"><img width="680" height="306" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-ebook-sales.png" alt="Choosing a professionally-designed template" class="wp-image-164297" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-ebook-sales.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-ebook-sales-300x135.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>We’re using the ‘Ebook Sales Page’ template in all our images, but you can use any design you want. </p>



<p>Next, go ahead and type in a name for the custom page. SeedProd will automatically create a URL based on the page’s title, but you can change this URL to anything you want.</p>



<p>When you’re happy with the information you’ve entered, click on the ‘Save and Start Editing the Page’ button.</p>



<figure class="wp-block-image size-full"><img width="680" height="350" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/title-seedprod-page.png" alt="Adding a title to a SeedProd page design" class="wp-image-164298" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/title-seedprod-page.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/title-seedprod-page-300x154.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Next, you’ll be taken to the SeedProd drag-and-drop page builder, where you can customize the template. </p>



<p>The SeedProd editor shows a live preview of your design to the right and some block settings on the left.</p>



<figure class="wp-block-image size-full"><img width="680" height="368" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-page-editor.png" alt="Customizing a SeedProd WordPress page template" class="wp-image-164299" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-page-editor.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-page-editor-300x162.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>The left-hand menu also has blocks that you can drag onto your design.</p>



<p>You can drag and drop standard blocks like buttons and images or use advanced blocks such as the <a href="https://www.wpbeginner.com/beginners-guide/how-to-create-a-contact-form-in-wordpress/" title="How to Create a Contact Form in WordPress (Step by Step)">contact form</a>, countdown, <a href="https://www.wpbeginner.com/wp-tutorials/how-to-add-social-share-buttons-in-wordpress/" title="How to Add Social Share Buttons in WordPress (Beginner’s Guide)">social share buttons</a>, and more.</p>



<figure class="wp-block-image size-full"><img width="680" height="330" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-adding-blocks.png" alt="Adding blocks a page or post design in WordPress" class="wp-image-164300" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-adding-blocks.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-adding-blocks-300x146.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To customize any block, simply click to select it in your layout.</p>



<p>The left-hand menu will now show all the settings you can use to customize that block. For example, you can often change background colors, add background images, or change the&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/how-to-choose-a-perfect-color-scheme-for-your-wordpress-site/" title="How to Choose a Perfect Color Scheme for Your WordPress Site">color scheme</a>&nbsp;and fonts to better match your brand.</p>



<figure class="wp-block-image size-full"><img width="680" height="352" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/customizing-seedprod-block.png" alt="Creating a custom layout for a WordPress website" class="wp-image-164301" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/customizing-seedprod-block.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/customizing-seedprod-block-300x155.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To add an icon font to the page, simply find the &#8216;Icon&#8217; block in the left-hand column and then drag it onto your layout. </p>



<p>SeedProd will show an &#8216;arrow&#8217; icon by default.</p>



<figure class="wp-block-image size-full"><img width="680" height="368" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-font-icon.png" alt="Adding an icon font in WordPress using SeedProd" class="wp-image-164302" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-font-icon.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-font-icon-300x162.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To show a different Font Awesome icon instead, simply click to select the Icon block.</p>



<p>In the left-hand menu, hover your mouse over the icon and then click on the  &#8216;Icon Library&#8217; button when it appears. </p>



<figure class="wp-block-image size-full"><img width="680" height="324" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-changing-icon.png" alt="Choosing a font icon using a page builder" class="wp-image-164303" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-changing-icon.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-changing-icon-300x143.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You&#8217;ll now see all the different Font Awesome icons that you can choose from.</p>



<p>Simply find the font icon that you want to use and give it a click.</p>



<figure class="wp-block-image size-full"><img width="680" height="330" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-icon-library.png" alt="SeedProd's built-in icon font library" class="wp-image-164304" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-icon-library.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/seedprod-icon-library-300x146.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>SeedProd will now add the icon to your layout.</p>



<p>After choosing an icon, you can change its alignment, color, and size using the settings in the left-hand menu.</p>



<figure class="wp-block-image size-full"><img width="680" height="365" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/customizing-icon-block.png" alt="How to customize a font icon using SeedProd" class="wp-image-164305" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/customizing-icon-block.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/customizing-icon-block-300x161.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can continue working on the page by adding more blocks and customizing those blocks in the left-hand menu.</p>



<p>When you’re happy with how the page looks, click the ‘Save’ button. You can then select ‘Publish’ to make that page live.</p>



<figure class="wp-block-image size-full"><img width="680" height="362" src="https://www.wpbeginner.com/wp-content/uploads/2019/09/publishing-seedprod-template.png" alt="Publishing a custom page layout with a font icon" class="wp-image-164306" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/09/publishing-seedprod-template.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/09/publishing-seedprod-template-300x160.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>We hope this article helped you learn how to add icon fonts in your WordPress theme. You can also go through our guide on the <a href="https://www.wpbeginner.com/best-wordpress-popup-plugin/" title="Best WordPress Popup Plugins (Performance Compared)">best popup plugins compared </a>and <a href="https://www.wpbeginner.com/showcase/best-web-design-software-compared/" title="How to Choose the Best Web Design Software (Compared)">how to choose the best web design software</a>.</p>



<p>If you liked this article, then please subscribe to our <a href="https://youtube.com/wpbeginner?sub_confirmation=1"  rel="noreferrer noopener nofollow" title="Subscribe to WPBeginner YouTube Channel">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="https://twitter.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Follow WPBeginner on Twitter">Twitter</a> and <a href="https://facebook.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Join WPBeginner Community on Facebook">Facebook</a>.</p><p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme-2/">How to Easily Add Icon Fonts in Your WordPress Theme</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Remove the Powered by WordPress Footer Links</title>
		<link>http://www.wpwife.com/themes/how-to-remove-the-powered-by-wordpress-footer-links</link>
		<comments>http://www.wpwife.com/themes/how-to-remove-the-powered-by-wordpress-footer-links#comments</comments>
		<pubDate>Fri, 10 Feb 2023 18:47:00 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[credits]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[remove powered by wordpress]]></category>
		<category><![CDATA[remove powered by wordpress link]]></category>
		<category><![CDATA[remove powered by wordpress text]]></category>
		<category><![CDATA[seedprod]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=37563</guid>
		<description><![CDATA[
<p>Do you want to remove the &#8216;powered by WordPress&#8217; footer links on your site? By default, most WordPress themes have a disclaimer in the footer, but this can make your site look unprofessional. It also leaves less space for your own links, copyright notice, and&#8230;&#160;<strong><a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/">Read More &#187;</a></strong></p>
<p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/">How to Remove the Powered by WordPress Footer Links</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to remove the &#8216;powered by WordPress&#8217; footer links on your site?</p>



<p>By default, most WordPress themes have a disclaimer in the footer, but this can make your site look unprofessional. It also leaves less space for your own links, copyright notice, and other content. </p>



<p>In this article, we will show you how to remove the powered by WordPress footer links.</p>



<figure class="wp-block-image size-full"><img width="680" height="385" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/how-to-remove-the-powered-by-wordpress-og.png" alt="How to remove the powered by WordPress footer links" class="wp-image-146438" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/how-to-remove-the-powered-by-wordpress-og.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/how-to-remove-the-powered-by-wordpress-og-300x170.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4>Why Remove the WordPress Footer Credits?</h4>



<p>The default WordPress themes use the footer area to show a &#8216;Proudly powered by WordPress&#8217; disclaimer, which links to the official <a href="https://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/" title="WordPress.com vs WordPress.org – Which is Better? (Comparison Chart)">WordPress.org</a> website.</p>



<figure class="wp-block-image size-full"><img width="680" height="387" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/powered-by-wordpress.png" alt="The Powered by WordPress disclaimer" class="wp-image-146217" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/powered-by-wordpress.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/powered-by-wordpress-300x171.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Many theme developers take this further and add their own credits to the footer.</p>



<p>In the following image, you can see the disclaimer added by the <a href="https://www.wpbeginner.com/refer/astra-wordpress-theme/"  rel="noopener nofollow" title="Astra WordPress Theme">Astra WordPress Theme</a>.</p>



<figure class="wp-block-image size-full"><img width="680" height="335" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/astra-footer-disclaimer.png" alt="The Astra footer disclaimer" class="wp-image-146218" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/astra-footer-disclaimer.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/astra-footer-disclaimer-300x148.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>While great for the software developers, this &#8216;Powered by&#8230;.&#8217; footer can make your site seem less professional, especially if you&#8217;re running a <a href="https://www.wpbeginner.com/guides/" title="How to Make a WordPress Website (Ultimate Guide)">business website</a>.</p>



<p>It also lets hackers know that you&#8217;re using WordPress, which could help them break into your site. </p>



<p>For example, if you&#8217;re not using a <a href="https://www.wpbeginner.com/plugins/how-to-add-custom-login-url-in-wordpress/" title="How to Add a Custom Login URL in WordPress (Step by Step)">custom login URL</a>, then hackers can simply add /wp-admin to your site&#8217;s address and get to your login page.</p>



<p>This disclaimer also links to an external site, so it encourages people to leave your website. This can have a negative impact on your <a href="https://www.wpbeginner.com/beginners-guide/how-to-increase-pageviews-and-reduce-bounce-rate-in-wordpress/" title="How to Increase Pageviews and Reduce Bounce Rate in WordPress">pageviews and bounce rate</a>. </p>



<h4>Is it legal to remove WordPress footer credit links?</h4>



<p>It is perfectly legal to remove the footer credits link on your site because <a title="Why is WordPress Free? What are the Costs? What is the Catch?" href="https://www.wpbeginner.com/beginners-guide/why-is-wordpress-free-what-are-the-costs-what-is-the-catch/">WordPress is free</a>, and it is released under the GPL license.</p>



<p>Basically, this license gives you the freedom to use, modify, and even distribute WordPress to other people. </p>



<p>Any <a href="https://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/" title="Must Have WordPress Plugins for Business Websites">WordPress plugin</a> or theme that you download from the official WordPress directory is released under the same GPL license. In fact, even most commercial plugins and themes are released under GPL. </p>



<p>This means you&#8217;re free to customize WordPress in any way you want, including removing the footer credits from your business website, <a href="https://www.wpbeginner.com/wp-tutorials/how-to-start-an-online-store/" title="How to Start an Online Store (Step by Step)">online store</a>, or blog. </p>



<p>With that in mind, let&#8217;s see how you can remove the powered by WordPress footer links.</p>



<h4>Video Tutorial</h4>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler"><div class="wp-block-embed__wrapper">
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='520' height='323' src='https://www.youtube.com/embed/QEdZom8BeEI?version=3&#038;rel=0&%23038;fs=1&%23038;showsearch=0&%23038;showinfo=1&%23038;iv_load_policy=1&%23038;wmode=transparent' frameborder='0' allowfullscreen></iframe></span>
</div></figure>



<p>If you don&#8217;t want the video or need more instructions, then simply use the quick links below to jump straight to the method you want to use.</p>



<div class="wp-block-aioseo-table-of-contents"><ul><li><a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/#removing-powered-by-wordpress-theme-settings">Method 1. Removing the ‘Powered by’ Link Using the Theme Settings</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/#removing-powered-link-full-site-editing">Method 2. Removing the ‘Powered by’ Credit Using Full Site Editing</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/#remove-powered-by-wordpress-page-builder">Method 3. How To Remove the ‘Powered by’ Disclaimer Using a Page Builder</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/#removing-wordpress-disclaimer-using-code">Method 4. Removing the WordPress Disclaimer Using Code</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/#aioseo-avoid-the-css-method-at-all-cost">Warning! Avoid the CSS Method at All Costs!</a></li></ul></div>



<h4 id="removing-powered-by-wordpress-theme-settings">Method 1. Removing the ‘Powered by’ Link Using the Theme Settings</h4>



<p>Most good theme authors know that users want to be able to <a href="https://www.wpbeginner.com/wp-tutorials/how-to-edit-the-footer-in-wordpress/" title="How to Edit the Footer in WordPress">edit the footer</a> and remove the credit links, so many include it in their theme settings.</p>



<p>To see whether your theme has this option, go to <strong>Appearance » Customize</strong> in your WordPress admin dashboard.</p>



<figure class="wp-block-image size-full"><img width="680" height="297" src="https://www.wpbeginner.com/wp-content/uploads/2017/05/wordpress-appearance-customize.png" alt="Launching the WordPress Customizer" class="wp-image-146117" srcset="https://www.wpbeginner.com/wp-content/uploads/2017/05/wordpress-appearance-customize.png 680w, https://www.wpbeginner.com/wp-content/uploads/2017/05/wordpress-appearance-customize-300x131.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can now look for any settings that let you customize your site&#8217;s footer, and then click on that option. </p>



<p>For example, the Astra theme has a section called &#8216;Footer Builder.&#8217;</p>



<figure class="wp-block-image size-full"><img width="680" height="344" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/astra-theme-footer.png" alt="Customizing the Astra theme disclaimer" class="wp-image-146219" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/astra-theme-footer.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/astra-theme-footer-300x152.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>If you&#8217;re using this theme, then simply click on the &#8216;Footer&#8217; section and select &#8216;Copyright.&#8217;</p>



<p>Doing so will open a small editor where you can change the footer text, or even delete it completely. </p>



<figure class="wp-block-image size-full"><img width="680" height="350" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/removing-astra-disclaimer.png" alt="How to remove the 'powered by WordPress' disclaimer" class="wp-image-146220" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/removing-astra-disclaimer.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/removing-astra-disclaimer-300x154.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>No matter how you remove the footer disclaimer, don&#8217;t forget to click on &#8216;Publish&#8217; to make the change live on your site.</p>



<h4 id="removing-powered-link-full-site-editing">Method 2. Removing the ‘Powered by’ Credit Using Full Site Editing</h4>



<p>If you’re using a&nbsp;<a href="https://www.wpbeginner.com/showcase/best-wordpress-full-site-editing-themes/" title="Best Block Themes for Full Site Editing in WordPress">block theme</a>, then you can remove the footer disclaimer using Full Site Editing (FSE) and <a href="https://www.wpbeginner.com/beginners-guide/14-tips-for-mastering-the-wordpress-visual-editor/" title="16 Tips for Mastering the WordPress Content Editor">the block editor</a>.</p>



<p>This is a quick and easy way to remove the &#8216;Powered by&#8217; credit across your entire site, although it won’t work with all themes. </p>



<p>To launch the editor, go to&nbsp;<strong>Appearance&nbsp;<strong>»</strong>&nbsp;Editor</strong>.</p>



<figure class="wp-block-image size-full"><img width="680" height="316" src="https://www.wpbeginner.com/wp-content/uploads/2017/05/fse-editor-appearance.png" alt="How to launch the FSE" class="wp-image-146128" srcset="https://www.wpbeginner.com/wp-content/uploads/2017/05/fse-editor-appearance.png 680w, https://www.wpbeginner.com/wp-content/uploads/2017/05/fse-editor-appearance-300x139.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Then, scroll to your website&#8217;s footer and click to select the &#8216;Powered by&#8217; disclaimer. </p>



<p>You can now replace it with your own content, or you can even delete the disclaimer completely.</p>



<figure class="wp-block-image size-full"><img width="680" height="315" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/fse-powered-by.png" alt="Editing the 'Proudly powered by WordPress' credit using the full site editor" class="wp-image-146236" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/fse-powered-by.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/fse-powered-by-300x139.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>When you&#8217;re happy with how the footer looks, simply click on &#8216;Save.&#8217; Now if you visit your site, you&#8217;ll see the change live.</p>



<h4 id="remove-powered-by-wordpress-page-builder">Method 3. How To Remove the ‘Powered by’ Disclaimer Using a Page Builder</h4>



<p>Many <a href="https://www.wpbeginner.com/guides/" title="How to Make a WordPress Website (Ultimate Guide)">WordPress websites</a> use the footer to communicate important information, such as their <a href="https://www.wpbeginner.com/beginners-guide/how-to-create-a-free-business-email-address-in-5-minutes-step-by-step/" title="How to Create a Free Business Email Address in 5 Minutes (Step by Step)">email address</a> or <a href="https://www.wpbeginner.com/showcase/best-virtual-business-phone-number-apps-free-options/">phone number</a>. In fact, visitors might scroll to the bottom of your site looking specifically for this content.</p>



<p>With that in mind, you may want to go one step further and replace the &#8216;Powered by&#8217; text with a custom footer. This footer could contain links to your social media profiles, links to your affiliate partners, a list of your products, or other important information and links.</p>



<p>You can see the WPBeginner footer in the following image: </p>



<figure class="wp-block-image size-full"><img width="680" height="324" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/wpbeginner-example-footer.png" alt="An example of a WordPress footer" class="wp-image-146248" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/wpbeginner-example-footer.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/wpbeginner-example-footer-300x143.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>The best way to create a custom footer is by using <a href="https://www.seedprod.com/"  title="SeedProd - Best Drag &amp; Drop WordPress Website Builder" rel="noopener">SeedProd</a>. It is the best page builder plugin and comes with over 180 professionally-designed templates, sections, and blocks that can help you customize every part of your <a href="https://www.wpbeginner.com/start-a-wordpress-blog/" title="How to Start a WordPress Blog – Beginners Guide (UPDATED)">WordPress blog</a> or website.</p>



<p>It also has settings that allow you to create a global footer, sidebar, header, and more.</p>



<p>First, you need to install and activate SeedProd. For more details, see our step-by-step guide on&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="How to Install a WordPress Plugin – Step by Step for Beginners">how to install a WordPress plugin</a>.</p>



<p><strong>Note:&nbsp;</strong>There’s also a&nbsp;<a href="https://wordpress.org/plugins/coming-soon/"  rel="noopener nofollow" title="The free SeedProd page builder plugin">free version of SeedProd</a>&nbsp;that allows you to create all kinds of pages using the drag-and-drop editor. However, we&#8217;ll be using the premium version of SeedProd since it comes with the advanced Theme Builder. </p>



<p>After activating the plugin, SeedProd will ask for your license key.</p>



<figure class="wp-block-image size-full"><img width="680" height="320" src="https://www.wpbeginner.com/wp-content/uploads/2022/03/seedprod-license-key.png" alt="SeedProd license key" class="wp-image-116410" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/03/seedprod-license-key.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/03/seedprod-license-key-300x141.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can find this information under&nbsp;<a href="https://app.seedprod.com/login"  rel="noopener" title="Your SeedProd account">your account on the SeedProd website</a>. After entering the key, click on the ‘Verify Key’ button.</p>



<p>Once you’ve done that, go to <strong>SeedProd » Theme Builder</strong>. Here, click on the &#8216;Add New Theme Template&#8217; button.</p>



<figure class="wp-block-image size-full"><img width="680" height="297" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-theme-builder.png" alt="The SeedProd theme builder" class="wp-image-146237" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-theme-builder.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-theme-builder-300x131.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>In the popup, type in a name for the new theme template.</p>



<p>Once you&#8217;ve done that, open the &#8216;Type&#8217; dropdown and choose &#8216;Footer.&#8217;</p>



<figure class="wp-block-image size-full"><img width="680" height="380" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-type-footer.png" alt="Creating a custom footer with SeedProd" class="wp-image-146238" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-type-footer.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-type-footer-300x168.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>SeedProd will show the new footer template across your entire site by default. However, you can limit it to specific pages or posts using the &#8216;Conditions&#8217; settings. </p>



<p>For example, you may want to exclude the new footer from your <a href="https://www.wpbeginner.com/wp-tutorials/how-to-create-a-landing-page-with-wordpress/" title="How to Create a Landing Page With WordPress">landing pages</a>, so it doesn&#8217;t distract from your main <a href="https://www.wpbeginner.com/plugins/how-to-add-buttons-in-wordpress-without-using-shortcodes/" title="How to Add Call to Action Buttons in WordPress (without Code)">call to action</a>.</p>



<p>When you&#8217;re happy with the information you&#8217;ve entered, click on &#8216;Save.&#8217;</p>



<p>This will load the SeedProd page builder interface.</p>



<p>At first, your template will show a blank screen on the right and your settings on the left. To start, click on the &#8216;Add Columns&#8217; icon.</p>



<figure class="wp-block-image size-full"><img width="680" height="365" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-add-columns.png" alt="The SeedProd theme builder editor" class="wp-image-146239" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-add-columns.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-add-columns-300x161.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can now choose the layout that you want to use for your footer. This allows you to organize your content into different columns.</p>



<p>You can use any layout you want, but for this guide, we&#8217;re using a three-column layout. </p>



<figure class="wp-block-image size-full"><img width="680" height="363" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-column-layouts.png" alt="Choosing a layout for the WordPress footer" class="wp-image-146240" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-column-layouts.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-column-layouts-300x160.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Next, you can edit the footer&#8217;s background so that it matches your WordPress theme, company branding, or <a href="https://www.wpbeginner.com/showcase/best-places-to-get-a-custom-logo-for-your-wordpress-website/" title="Best Places to Get a Custom Logo for Your WordPress Website">logo</a>. </p>



<p>To change the background color, simply click on the section next to &#8216;Background Color&#8217; and then use the controls to choose a new color.</p>



<figure class="wp-block-image size-full"><img width="680" height="387" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-background-color.png" alt="Changing the background color of a WordPress footer" class="wp-image-146241" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-background-color.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-background-color-300x171.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Another option is to upload a background image.</p>



<p>To do this, either click on &#8216;Use Your Own Image&#8217; and then choose an image from the WordPress media library, or click on &#8216;Use a stock image.&#8217;</p>



<figure class="wp-block-image size-full"><img width="680" height="356" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/use-own-image.png" alt="Adding an image to a custom WordPress footer" class="wp-image-146242" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/use-own-image.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/use-own-image-300x157.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>When you&#8217;re happy with the background, it&#8217;s time to add some content to the footer. </p>



<p>Simply drag any block from the left-hand menu and drop it onto your footer.</p>



<figure class="wp-block-image size-full"><img width="680" height="322" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-custom-seedprod.png" alt="Adding blocks to the WordPress footer" class="wp-image-146243" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-custom-seedprod.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-custom-seedprod-300x142.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After adding a block, click to select that block in the main editor. </p>



<p>The left-hand menu will now show all of the settings for customizing the block. </p>



<figure class="wp-block-image size-full"><img width="680" height="298" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-customizing-block.png" alt="The SeedProd advanced theme builder" class="wp-image-146244" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-customizing-block.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/footer-customizing-block-300x131.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Simply keep repeating these steps to add more blocks to your footer.</p>



<p>You can also change where each block appears by dragging them around your layout.</p>



<figure class="wp-block-image size-full"><img width="680" height="346" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/custom-footer-seedprod.png" alt="A custom footer, created using the SeedProd theme builder" class="wp-image-146245" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/custom-footer-seedprod.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/custom-footer-seedprod-300x153.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>When you&#8217;re happy with your design, click on the &#8216;Save&#8217; button.</p>



<p>Then, you can select &#8216;Publish&#8217; to complete your design.</p>



<figure class="wp-block-image size-full"><img width="680" height="348" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-publishing-footer.png" alt="Publishing the SeedProd template part" class="wp-image-146246" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-publishing-footer.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/seedprod-publishing-footer-300x154.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>For your new footer to show up on your website, you’ll need to finish building your WordPress theme with SeedProd. </p>



<p>After building your theme, go to&nbsp;<strong>SeedProd » Theme Builder</strong>. Then, click on the &#8216;Enable SeedProd Theme&#8217; switch.</p>



<p>Now, if you visit your website you&#8217;ll see the new footer live.</p>



<figure class="wp-block-image size-full"><img width="680" height="327" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/enable-seedprod-theme.png" alt="How to enable a custom WordPress theme" class="wp-image-146247" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/enable-seedprod-theme.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/enable-seedprod-theme-300x144.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>For a step-by-step guide, please see our guide on <a href="https://www.wpbeginner.com/wp-themes/how-to-easily-create-a-custom-wordpress-theme/" title="How to Easily Create a Custom WordPress Theme (Without Any Code)">how to create a custom WordPress theme</a>.</p>



<h4 id="removing-wordpress-disclaimer-using-code">Method 4. Removing the WordPress Disclaimer Using Code</h4>



<p>If you can&#8217;t see any way to remove or modify the footer credits in the WordPress customizer, then another option is to edit the footer.php code.</p>



<p>This isn&#8217;t the most beginner-friendly method, but it will let you remove the credit from any WordPress theme.</p>



<p>Before making changes to your website&#8217;s code, we recommend creating a backup so you can <a title="How to Restore WordPress From Backup" href="https://www.wpbeginner.com/beginners-guide/beginners-guide-how-to-restore-wordpress-from-backup/">restore your site</a> in case anything goes wrong.</p>



<p>Keep in mind that if you edit your WordPress theme files directly, then those changes will disappear when you update the theme. With that being said, we recommend&nbsp;<a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/" title="How to Create a WordPress Child Theme (Beginner’s Guide)">creating a child theme</a>&nbsp;as this allows you to&nbsp;<a href="https://www.wpbeginner.com/wp-themes/how-to-update-a-wordpress-theme-without-losing-customization/" title="How to Update a WordPress Theme without Losing Customization">update your WordPress theme without losing customization</a>.</p>



<p>First, you need to connect to your WordPress site&nbsp;<a href="https://www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/" title="Best FTP Clients for Mac and Windows WordPress Users">using an FTP client</a>&nbsp;such as&nbsp;<a href="https://filezilla-project.org/"  rel="noopener nofollow" title="The FileZilla FTP client">FileZilla</a>, or you can use a file manager provided by your <a href="https://www.wpbeginner.com/wordpress-hosting/" title="How to Choose the Best WordPress Hosting (Compared)">WordPress hosting</a> company.&nbsp;</p>



<p>If this is your first time using FTP, then you can see our complete guide on&nbsp;<a href="https://www.wpbeginner.com/glossary/ftp/" title="What is: FTP">how to connect to your site using FTP</a>.&nbsp;</p>



<p>Once you&#8217;ve connected to your site, go to /wp-content/themes/ and then open the folder for your current theme or child theme.</p>



<figure class="wp-block-image size-full"><img width="680" height="387" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/wp-content-themes.png" alt="The FileZilla FTP client" class="wp-image-146249" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/wp-content-themes.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/wp-content-themes-300x171.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Inside this folder, find the footer.php file and open it in a text editor such as Notepad. </p>



<p>In the text editor, look for a section of code that includes the &#8216;powered by&#8217; text. For example, in the Twenty Twenty-One theme for WordPress, the code looks like this:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: php; title: ; notranslate">
&lt;div class=&quot;powered-by&quot;&gt;
				&lt;?php
				printf(
					/* translators: %s: WordPress. */
					esc_html__( 'Proudly powered by %s.', 'twentytwentyone' ),
					'&lt;a href=&quot;' . esc_attr__( 'https://wordpress.org/', 'twentytwentyone' ) . '&quot;&gt;WordPress&lt;/a&gt;'
				);
				?&gt;
			&lt;/div&gt;&lt;!-- .powered-by --&gt;
</pre></div>


<p>You can either delete this code entirely or customize it to suit your needs. For example, you may want to replace the &#8216;Proudly powered&#8230;&#8217; disclaimer with your own copyright notice.</p>



<figure class="wp-block-image size-full"><img width="680" height="360" src="https://www.wpbeginner.com/wp-content/uploads/2016/10/wordpress-custom-disclaimer.png" alt="A custom disclaimer, created using FSE" class="wp-image-146250" srcset="https://www.wpbeginner.com/wp-content/uploads/2016/10/wordpress-custom-disclaimer.png 680w, https://www.wpbeginner.com/wp-content/uploads/2016/10/wordpress-custom-disclaimer-300x159.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After making your changes, save the file and upload it to your server. If you check your site, then the footer credit will have disappeared. </p>



<h4 id="aioseo-avoid-the-css-method-at-all-cost">Warning! Avoid the CSS Method at All Costs!</h4>



<p>Some WordPress tutorial sites may show you a CSS method that uses <code>display: none</code> to hide the footer credit links.</p>



<p>While it looks simple, it&#8217;s very bad for your <a href="https://www.wpbeginner.com/wordpress-seo/" title="Ultimate WordPress SEO Guide for Beginners (Step by Step)">WordPress SEO</a>.</p>



<p>Many spammers use this exact technique to hide links from visitors while still showing them to Google, in the hopes of getting higher rankings. </p>



<p>If you do hide the footer credit with CSS, then Google may flag you as a spammer and your site will lose search engine rankings. In the worst-case scenario, Google may even delete you from their index so you never appear in search results. </p>



<p>Instead, we strongly recommend using one of the four methods we showed above. If you can&#8217;t use any of these methods, then another option is <a href="https://www.wpbeginner.com/showcase/best-places-to-hire-wordpress-developers/" title="Best Places to Hire WordPress Developers">hiring a WordPress developer</a> to remove the footer credit for you, or you might <a title="How to Properly Switch WordPress Themes on Your Site" href="https://www.wpbeginner.com/beginners-guide/how-to-properly-switch-wordpress-themes-on-your-site/">change your WordPress theme</a>.</p>



<p>We hope this article helped you remove the powered by WordPress footer links. You may also want to check out our expert pick of the <a href="https://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/" title="Best Contact Form Plugins for WordPress Compared">best contact form plugins</a> and <a href="https://www.wpbeginner.com/beginners-guide/make-money-online/" title="Proven Ways to Make Money Online Blogging with WordPress">proven ways to make money online blogging with WordPress</a>.</p>



<p>If you liked this article, then please subscribe to our <a href="https://youtube.com/wpbeginner?sub_confirmation=1"  rel="noreferrer noopener nofollow" title="Subscribe to WPBeginner YouTube Channel">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="https://twitter.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Follow WPBeginner on Twitter">Twitter</a> and <a href="https://facebook.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Join WPBeginner Community on Facebook">Facebook</a>.</p><p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/">How to Remove the Powered by WordPress Footer Links</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-remove-the-powered-by-wordpress-footer-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Create a Custom Home Page in WordPress</title>
		<link>http://www.wpwife.com/themes/how-to-create-a-custom-home-page-in-wordpress</link>
		<comments>http://www.wpwife.com/themes/how-to-create-a-custom-home-page-in-wordpress#comments</comments>
		<pubDate>Tue, 24 Jan 2023 19:09:00 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[custom home page in wordpress]]></category>
		<category><![CDATA[custom homepage]]></category>
		<category><![CDATA[custom page hack]]></category>
		<category><![CDATA[custom page in wordpress]]></category>
		<category><![CDATA[how to create a custom home page in wordpress]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress cms]]></category>
		<category><![CDATA[wordpress magazine style]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=916</guid>
		<description><![CDATA[
<p>Do you want to create a custom homepage in WordPress? By default, WordPress shows your latest blog posts on the homepage. However, you can often create a better first impression by designing a custom homepage that highlights your site&#8217;s most popular content, products, services, and&#8230;&#160;<strong><a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/">How to Create a Custom Home Page in WordPress</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to create a custom homepage in WordPress?</p>



<p>By default, WordPress shows your latest blog posts on the homepage. However, you can often create a better first impression by designing a custom homepage that highlights your site&#8217;s most popular content, products, services, and more. </p>



<p>In this article, we will show you how to easily create a custom homepage in WordPress. </p>



<figure class="wp-block-image size-full"><img width="680" height="385" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/how-to-create-a-custom-home-page-in-wordpress-og.png" alt="How to create a custom home page in WordPress" class="wp-image-151018" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/how-to-create-a-custom-home-page-in-wordpress-og.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/how-to-create-a-custom-home-page-in-wordpress-og-300x170.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4>What is a Homepage?</h4>



<p>A <a title="What Is a Homepage?" href="https://www.wpbeginner.com/glossary/home-page/">homepage</a> is the first page visitors see when they type in your domain name. For many people, this homepage is their introduction to your business, blog, or website. </p>



<figure class="wp-block-image size-full"><img width="680" height="377" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/wpbeginner-custom-homepage.png" alt="An example of a custom homepage" class="wp-image-150847" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/wpbeginner-custom-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/wpbeginner-custom-homepage-300x166.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>A good homepage will make visitors want to learn more about your <a href="https://www.wpbeginner.com/guides/" title="How to Make a WordPress Website (Ultimate Guide)">WordPress website</a>. It will also provide easy access to the links, search bars, menus, and anything else that can help visitors find interesting content. </p>



<p>By default, WordPress shows your latest blog posts on the homepage. </p>



<figure class="wp-block-image size-full"><img width="680" height="316" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/wordpress-blog-homepage.png" alt="The default WordPress blog homepage" class="wp-image-150848" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/wordpress-blog-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/wordpress-blog-homepage-300x139.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>This may be a good fit for personal blogs or hobby bloggers. However, many <a href="https://www.wpbeginner.com/start-a-wordpress-blog/" title="How to Start a WordPress Blog – Beginners Guide (UPDATED)">WordPress blogs</a> and websites can benefit by replacing the standard homepage with a custom homepage. </p>



<p>The good news is that WordPress makes it easy to show a custom page as your homepage, rather than the default list of recent posts. </p>



<h4>Selecting a Custom Page to be Used as Homepage in WordPress</h4>



<p>In this guide, we&#8217;ll show you a few different ways to create a custom homepage. However, afterward, you&#8217;ll need to let WordPress know that it should use this page as the homepage. </p>



<p>To do that, simply go to <strong>Settings » Reading</strong> in the WordPress dashboard. </p>



<figure class="wp-block-image size-full"><img width="680" height="335" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/wordpress-settings-reading.png" alt="Changing the WordPress homepage" class="wp-image-150849" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/wordpress-settings-reading.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/wordpress-settings-reading-300x148.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Here, scroll to &#8216;Your homepage settings&#8217; and select &#8216;A static page.&#8217; </p>



<p>You can now open the &#8216;Homepage&#8217; dropdown and choose the page that you want to use as the new homepage. </p>



<figure class="wp-block-image size-full"><img width="680" height="322" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/changing-wordpress-homepage.png" alt="How to change the WordPress homepage" class="wp-image-150850" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/changing-wordpress-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/changing-wordpress-homepage-300x142.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Then, simply scroll to the bottom of the screen and click on &#8216;Save Changes.&#8217; You can now visit your site to see the new custom homepage live. </p>



<p>If you have a blog, then make sure you create a <a title="How to Create a Separate Page for Blog Posts in WordPress" href="https://www.wpbeginner.com/wp-tutorials/how-to-create-a-separate-page-for-blog-posts-in-wordpress/">separate blog page</a> to display your posts. If you don&#8217;t, then visitors will struggle to find your latest blogs.</p>



<p>With that being said, let&#8217;s see how you can design a custom homepage in WordPress. Simply use the quick links below to jump straight to the method you want to use.</p>



<div class="wp-block-aioseo-table-of-contents"><ul><li><a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/#aioseo-method-1-create-a-custom-homepage-template-using-the-block-editor">Method 1. Create a Custom Homepage Template Using the Block Editor</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/#aioseo-method-2-create-a-custom-homepage-in-wordpress-using-page-builders">Method 2. Create a Custom Homepage in WordPress using a Page Builder (Recommended)</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/#aioseo-method-3-manually-create-a-custom-homepage-in-wordpress-coding-required">Method 3. Manually Create a Custom Homepage in WordPress (Coding Required)</a></li><li><a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/#aioseo-tips-on-making-an-effective-custom-homepage-in-wordpress">Tips on Making an Effective Custom Homepage in WordPress</a></li></ul></div>



<h4 id="aioseo-method-1-create-a-custom-homepage-template-using-the-block-editor">Method 1. Create a Custom Homepage Template Using the Block Editor</h4>



<p>If you’re using a&nbsp;<a href="https://www.wpbeginner.com/showcase/best-wordpress-full-site-editing-themes/" title="Best Block Themes for Full Site Editing in WordPress">block theme</a>, then you can design a custom homepage template using the full site editor. </p>



<p>This method doesn’t work with every theme, so if you’re not using a block-based&nbsp;<a href="https://www.wpbeginner.com/showcase/best-wordpress-themes/" title="Most Popular and Best WordPress Themes (Expert Pick)">WordPress theme</a>&nbsp;then we recommend using a page builder like <a href="https://www.seedprod.com/"  title="SeedProd - Best Drag &amp; Drop WordPress Website Builder" rel="noopener">SeedProd</a> or <a href="https://www.wpbeginner.com/refer/beaver-builder/"  rel="noopener nofollow" title="Beaver Builder">Beaver Builder</a> instead. </p>



<p>To start, simply create a new page or open an existing page that you want to use as the homepage. Then, click on the ‘Page’ tab in the right-hand menu and click to expand the ‘Template’ section, if it isn’t already open.</p>



<figure class="wp-block-image size-full"><img width="680" height="339" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/block-homepage-template.png" alt="Creating a new homepage template" class="wp-image-150808" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/block-homepage-template.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/block-homepage-template-300x150.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>WordPress will now show which template this page is currently using. </p>



<p>To create a custom homepage template, just click on the ‘New’ link.</p>



<figure class="wp-block-image size-full"><img width="680" height="251" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/block-new-template.png" alt="Creating a new custom homepage template" class="wp-image-150809" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/block-new-template.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/block-new-template-300x111.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>In the popup, give your template a name. The name is just for your reference so you can use anything you want.</p>



<p>After that, go ahead and click on ‘Create’ to launch the full site editor.</p>



<figure class="wp-block-image size-full"><img width="680" height="330" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/naming-custom-homepage.png" alt="How to create a custom homepage " class="wp-image-150851" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/naming-custom-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/naming-custom-homepage-300x146.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>&nbsp;The template editor works similarly to the&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/14-tips-for-mastering-the-wordpress-visual-editor/" title="Tips for Mastering the WordPress Content Editor">standard WordPress block editor</a>.</p>



<p>To add blocks to your custom homepage, just click on the blue ‘+’ button. You can then drag and drop any block onto your layout.</p>



<figure class="wp-block-image size-full"><img width="680" height="317" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-blocks-homepage.png" alt="Adding blocks to a custom homepage in FSE" class="wp-image-150852" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-blocks-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-blocks-homepage-300x140.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Since we’re creating a custom homepage, you’ll typically want to start by adding a big hero image such as your <a href="https://www.wpbeginner.com/beginners-guide/how-to-make-a-logo-for-your-website-simple-guide-for-beginners/" title="How to Make a Logo for Your Website (Simple Guide for Beginners)">website&#8217;s logo</a> or banner. </p>



<p>To do this, simply find the &#8216;Image&#8217; block in the left-hand menu and then add it to your layout using drag and drop.</p>



<figure class="wp-block-image size-full"><img width="680" height="350" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-image-block.png" alt="Designing a custom homepage in the full site editor" class="wp-image-150853" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-image-block.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-image-block-300x154.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can now either choose an image from the WordPress media library or upload a new file from your computer.</p>



<p>To get more engagement, you may want to show recent comments on your homepage by adding a &#8216;Latest Comments&#8217; block.</p>



<figure class="wp-block-image size-full"><img width="680" height="341" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/latest-comments-homepage.png" alt="Showing the latest comments on a WordPress homepage" class="wp-image-150854" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/latest-comments-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/latest-comments-homepage-300x150.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>For more information, please see our guide on <a href="https://www.wpbeginner.com/wp-themes/how-to-show-comments-on-the-homepage-of-your-wordpress-theme/" title="How to Show Comments on the Homepage of Your WordPress Theme">how to show comments on the homepage of your WordPress theme</a>.</p>



<p>A good homepage helps visitors find interesting content. With that being said, it&#8217;s a good idea to add a &#8216;Navigation&#8217; block to your custom homepage. </p>



<figure class="wp-block-image size-full"><img width="680" height="330" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-navigation-homepage.png" alt="Adding a navigation menu to the WordPress home page" class="wp-image-150856" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-navigation-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-navigation-homepage-300x146.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To learn more, please see our step-by-step guide on <a href="https://www.wpbeginner.com/wp-themes/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/" title="How to Add Custom Navigation Menus in WordPress Themes">how to add custom navigation menus in WordPress themes</a>. </p>



<p>After adding a block, make sure you click to select it in your layout. You can then configure the block using the settings in the right-hand menu and the buttons in the mini toolbar.  </p>



<figure class="wp-block-image size-full"><img width="680" height="332" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/configuring-navigation-menu.png" alt="How to set up a main navigation menu" class="wp-image-150857" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/configuring-navigation-menu.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/configuring-navigation-menu-300x146.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To build your custom homepage, simply keep adding more blocks and then configure them using the full site editor settings.</p>



<p>For example, you may want to add blocks such as Latest Posts, Search, Social Icons, Cloud Tag, and more.</p>



<figure class="wp-block-image size-full"><img width="680" height="370" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/custom-homepage-design.png" alt="A custom WordPress home page created using the FSE" class="wp-image-150858" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/custom-homepage-design.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/custom-homepage-design-300x163.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>When you’re happy with how the template looks, click on the ‘Publish’ button.</p>



<p>The page you created earlier will now be using the new homepage template. You can now tell WordPress to use this page as your homepage by following the process described above. </p>



<h4 id="aioseo-method-2-create-a-custom-homepage-in-wordpress-using-page-builders">Method 2. Create a Custom Homepage in WordPress using a Page Builder (Recommended) </h4>



<p>The WordPress block-based editor allows you to create a custom homepage using the tools you&#8217;re already familiar with. However, it doesn&#8217;t work with all themes and is limited in flexibility and features. </p>



<p>If you want to create a completely custom homepage that works with any <a href="https://www.wpbeginner.com/showcase/best-wordpress-themes/" title="Most Popular and Best WordPress Themes (Expert Pick)">WordPress theme</a>, then you&#8217;ll need a page builder plugin.</p>



<p>For this method, we’ll be using <a href="https://www.seedprod.com/" title="SeedProd - Best Drag &amp; Drop WordPress Website Builder"  rel="noopener">SeedProd</a>. It is the&nbsp;<a href="https://www.wpbeginner.com/plugins/best-wordpress-landing-page-plugins-compared/" title="Best WordPress Landing Page Plugins Compared">best page builder plugin </a>on the market and allows you to create a custom homepage using a simple drag-and-drop editor. </p>



<p>It also comes with lots of professionally-designed templates and ready-made blocks that you can use on your homepage.</p>



<p><strong>Note:</strong>&nbsp;There is a&nbsp;<a href="https://wordpress.org/plugins/coming-soon/"  rel="noopener nofollow" title="The free SeedProd page builder plugin">free version of SeedProd</a> on available on WordPress.org but we&#8217;ll be using the Pro version since it has more templates, blocks, and features. </p>



<p>The first thing you need to do is install and activate the SeedProd plugin. For more details, see our step-by-step guide on&nbsp;<a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="How to Install a WordPress Plugin – Step by Step for Beginners">how to install a WordPress plugin</a>.</p>



<p>Upon activation, you need to enter your license key. </p>



<figure class="wp-block-image size-full"><img width="680" height="320" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/license-key-seedprd.png" alt="Entering the SeedProd license key" class="wp-image-150781" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/license-key-seedprd.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/license-key-seedprd-300x141.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can find this information under <a href="https://app.seedprod.com/login"  rel="noopener" title="Your SeedProd account">your account</a> on the SeedProd website. After entering the license key, go ahead and click the &#8216;Verify Key&#8217; button.</p>



<p>Next, you need to visit&nbsp;<strong>SeedProd » Pages</strong> and click on the ‘Add New Landing Page’ button.</p>



<figure class="wp-block-image size-full"><img width="680" height="355" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/choosing-homepage-design.png" alt="Creating a new homepage design with SeedProd" class="wp-image-150782" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/choosing-homepage-design.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/choosing-homepage-design-300x157.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After that, it&#8217;s time to choose a template for your&nbsp;custom homepage. SeedProd has lots of professionally-designed templates that you can customize according to your website&#8217;s needs.</p>



<p>To select a template, simply hover your mouse over it and then click the ‘Checkmark’ icon.</p>



<figure class="wp-block-image size-full"><img width="680" height="328" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/choosing-homepage-template.png" alt="Choosing a template for your custom WordPress homepage" class="wp-image-150860" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/choosing-homepage-template.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/choosing-homepage-template-300x145.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>We&#8217;re using the &#8216;Juicy Sales Page&#8217; template in all our images, but you can use any design.</p>



<p>Next, go ahead and type in a name for the custom homepage. SeedProd will automatically create a URL based on the page’s title, but you can change this URL to anything you want.</p>



<p>When you’re happy with the information you’ve entered, click on the ‘Save and Start Editing the Page’ button.</p>



<figure class="wp-block-image size-full"><img width="680" height="374" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-naming-homepage.png" alt="How to create a custom homepage in WordPress using SeedProd" class="wp-image-150861" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-naming-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-naming-homepage-300x165.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Next, you&#8217;ll be taken to the SeedProd drag-and-drop page builder, where you can customize your template.</p>



<p>The SeedProd editor shows a live preview of your design to the right and some block settings on the left. </p>



<figure class="wp-block-image size-full"><img width="680" height="361" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-homepage-editor.png" alt="A homepage template created using SeedProd" class="wp-image-150862" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-homepage-editor.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-homepage-editor-300x159.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>The left-hand menu also has blocks that you can drag onto your layout.  </p>



<p>For example, you can drag and drop standard blocks like buttons and images or use advanced blocks such as the countdown, contact form, social sharing buttons, and more.</p>



<figure class="wp-block-image size-full"><img width="680" height="387" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-social-sharing.png" alt="Adding a social sharing section to the homepage" class="wp-image-150863" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-social-sharing.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-social-sharing-300x171.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To customize any block, simply click to select it in your layout.</p>



<p>The left-hand menu will now show all the settings you can use to configure that block. You can also change background colors, add background images, or change the <a href="https://www.wpbeginner.com/beginners-guide/how-to-choose-a-perfect-color-scheme-for-your-wordpress-site/" title="How to Choose a Perfect Color Scheme for Your WordPress Site">color scheme</a> and fonts to better match your brand.</p>



<figure class="wp-block-image size-full"><img width="680" height="387" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/changing-branding-colors.png" alt="Changing the branding of your WordPress homepage" class="wp-image-150864" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/changing-branding-colors.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/changing-branding-colors-300x171.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To start, you’ll want to replace any placeholder images with your own photos or <a href="https://www.wpbeginner.com/showcase/best-places-to-get-a-custom-logo-for-your-wordpress-website/" title="Best Places to Get a Custom Logo for Your WordPress Website">custom logo</a>. To do this, simply click to select any Image block in the live preview.</p>



<p>In the left-hand menu, click on the ‘Select Image’ button.</p>



<figure class="wp-block-image size-full"><img width="680" height="387" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-select-image.png" alt="Adding images to your design" class="wp-image-150865" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-select-image.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-select-image-300x171.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can now either choose an image from the WordPress media library or upload a new file from your computer.</p>



<p>SeedProd also comes with ‘Sections,&#8217; which are collections of blocks that are often used together. For example, SeedProd has a header, hero image, call to action, testimonials,&nbsp;<a href="https://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/" title="Best Contact Form Plugins for WordPress Compared">contact form</a>,&nbsp;<a href="https://www.wpbeginner.com/wp-tutorials/how-to-add-faq-schema-in-wordpress/" title="How to Add FAQ Schema in WordPress">FAQs</a>, features, footer sections, and more. These can help you create a custom homepage, fast.</p>



<p>To look through the different sections, simply click on the &#8216;Sections&#8217; tab. To preview any section, just hover your mouse over it and then click on the magnifying glass icon.</p>



<figure class="wp-block-image size-full"><img width="680" height="343" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-sections-homepage-1.png" alt="Adding sections to the custom page layout" class="wp-image-150866" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-sections-homepage-1.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/adding-sections-homepage-1-300x150.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>To add the section to your design, simply click on &#8216;Choose This Section.&#8217;</p>



<p>This will add the section to the bottom of your homepage.</p>



<figure class="wp-block-image size-full"><img width="680" height="291" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-choose-template.png" alt="A ready-made customer testimonials section" class="wp-image-150867" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-choose-template.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/seedprod-choose-template-300x128.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>You can move sections and blocks around your layout using drag and drop.</p>



<p>When you&#8217;re happy with how the homepage looks, don&#8217;t forget to click the &#8216;Save&#8217; button to store your changes.</p>



<figure class="wp-block-image size-full"><img width="680" height="384" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/saving-seedprod-homepage.png" alt="Saving your SeedProd design" class="wp-image-150868" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/saving-seedprod-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/saving-seedprod-homepage-300x169.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>SeedProd makes it super easy to connect your homepage to popular&nbsp;<a href="https://www.wpbeginner.com/showcase/best-email-marketing-services/" title="Best Email Marketing Services for Small Business">email marketing services</a>&nbsp;like&nbsp;<a href="https://www.wpbeginner.com/refer/constant-contact/"  rel="noopener nofollow" title="The Constant Contact email provider">Constant Contact</a>&nbsp;or&nbsp;<a href="https://www.wpbeginner.com/refer/mailchimp/"  rel="noopener nofollow" title="The Mailchimp email provider">Mailchimp</a>. </p>



<p>To do this, simply click on the ‘Connect’ tab and then select your email service provider. </p>



<figure class="wp-block-image size-full"><img width="680" height="387" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/connecting-email-provider.png" alt="Connecting your email provider to the SeedProd page builder" class="wp-image-150869" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/connecting-email-provider.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/connecting-email-provider-300x171.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>SeedProd will now show you how to integrate the homepage with your email provider. </p>



<p>If your provider isn&#8217;t listed, then don&#8217;t worry. SeedProd works with Zapier which acts as a bridge between SeedProd and more than 3000+ other apps. </p>



<figure class="wp-block-image size-full"><img width="680" height="284" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/connecting-seedprod-zapier.png" alt="How to connect SeedProd and Zapier" class="wp-image-150871" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/connecting-seedprod-zapier.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/connecting-seedprod-zapier-300x125.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Once you&#8217;ve done that, you&#8217;re ready to publish your custom homepage. Simply click on the &#8216;Page Settings&#8217; tab. </p>



<p>There are more options under the Page Settings tab that you may want to look at. For example, you can change the SEO settings, edit the page title, and <a href="https://www.wpbeginner.com/wp-tutorials/how-to-add-a-custom-domain-alias-for-your-wordpress-landing-page/" title="How to Add a Custom Domain Alias for Your WordPress Landing Page">connect a custom domain</a>.</p>



<figure class="wp-block-image size-full"><img width="680" height="330" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-page-settings.png" alt="Changing the settings for your homepage" class="wp-image-150872" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-page-settings.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/homepage-page-settings-300x146.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>When you&#8217;re happy with how the page is set up, go ahead and select the &#8216;General&#8217; tab. </p>



<p>You can now click on the &#8216;Page Status&#8217; toggle to change it from &#8216;Draft&#8217; to &#8216;Publish.&#8217;</p>



<figure class="wp-block-image size-full"><img width="680" height="381" src="https://www.wpbeginner.com/wp-content/uploads/2019/08/publishing-custom-homepage.png" alt="Publishing a unique homepage design" class="wp-image-150873" srcset="https://www.wpbeginner.com/wp-content/uploads/2019/08/publishing-custom-homepage.png 680w, https://www.wpbeginner.com/wp-content/uploads/2019/08/publishing-custom-homepage-300x168.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Now, you simply need to head over to <strong>Settings » Reading</strong> and set this page as your new custom homepage.</p>



<h4 id="aioseo-method-3-manually-create-a-custom-homepage-in-wordpress-coding-required">Method 3. Manually Create a Custom Homepage in WordPress (Coding Required)</h4>



<p>You can also create a custom homepage using code. However, this method is complicated and coding mistakes can cause all kinds of <a href="https://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/" title="Most Common WordPress Errors and How to Fix Them">common WordPress errors</a>. </p>



<p>That being said, we don&#8217;t recommend this method for beginners.</p>



<p>Your WordPress theme is made up of many different files. Some of these files are called templates and they control how different areas of your website look. For more information, please see our <a title="Beginner’s Guide to WordPress Template Hierarchy (Cheat Sheet)" href="https://www.wpbeginner.com/wp-themes/wordpress-template-hierarchy-explained/">WordPress template hierarchy cheat sheet</a>.</p>



<p>One of these templates is called front-page.php. </p>



<p>If your theme has this template, then WordPress will automatically use it to show your homepage. This means you can create a custom homepage by editing this file or replacing it with a new file. </p>



<p>To get started, you’ll need an&nbsp;<a href="https://www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/" title="Best FTP Clients for Mac and Windows WordPress Users">FTP client</a>&nbsp;such as&nbsp;<a href="https://filezilla-project.org/"  rel="noopener nofollow" title="The FileZilla FTP client">FileZilla</a>, or you can use the file manager supplied by your&nbsp;<a href="https://www.wpbeginner.com/wordpress-hosting/">WordPress hosting</a>&nbsp;provider.</p>



<p>If this is your first time using FTP, then you can see our complete guide on&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/" title="How to Use FTP to Upload Files to WordPress for Beginners">how to connect to your site using FTP</a>.</p>



<p>After connecting to the server, go to /wp-content/themes/ and then open the folder for your current WordPress theme.</p>



<figure class="wp-block-image size-full"><img width="680" height="380" src="https://www.wpbeginner.com/wp-content/uploads/2011/11/filezilla-themes-folder.png" alt="Connecting to your site using an FTP client" class="wp-image-149456" srcset="https://www.wpbeginner.com/wp-content/uploads/2011/11/filezilla-themes-folder.png 680w, https://www.wpbeginner.com/wp-content/uploads/2011/11/filezilla-themes-folder-300x168.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>If this folder already has a front-page.php file, then you can go ahead and open that file in any text editor, such as Notepad. You can then make any changes you want by editing the code. </p>



<p>If your theme doesn’t have a front-page.php file, then you can create a new file with the name front-page.php.</p>



<p>After that, you just need to upload front-page.php to your current theme&#8217;s folder on your <a href="https://www.wpbeginner.com/wordpress-hosting/" title="How to Choose the Best WordPress Hosting (Compared)">WordPress hosting</a> account.</p>



<p>As soon as you upload this file, WordPress will start using it to display your homepage. However, since the file is completely empty, you will see a blank page as your homepage. </p>



<p>To fix this, just open the file in a text editor app and start adding HTML code.  </p>



<p>If you&#8217;re starting with an empty file, then you can save yourself some time by using the existing code and templates in your WordPress theme. </p>



<p>For example, it usually makes sense to include the theme&#8217;s header and footer.</p>



<p>In the following sample code, we&#8217;ve removed the content and sidebars while fetching the header and navigation templates from the theme. </p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: php; title: ; notranslate">
&lt;?php /*
This page is used to display the static frontpage.
*/
 
// Fetch theme header template
get_header(); ?&gt;
    &lt;div id=&quot;primary&quot; &lt;?php astra_primary_class(); ?&gt;&gt;
 
    &lt;div class=&quot;custom-homepage-container&quot;&gt; 
 
    You custom homepage code goes here
 
    &lt;/div&gt; 
 
    &lt;/div&gt;&lt;!-- #primary --&gt;
//Fetch the theme footer template
&lt;?php get_footer(); ?&gt;
</pre></div>


<h4 id="aioseo-tips-on-making-an-effective-custom-homepage-in-wordpress">Tips on Making an Effective Custom Homepage in WordPress</h4>



<p>The homepage is your site&#8217;s most important page. People will visit this page to learn more about your business, products, and services. </p>



<p>To help visitors find what they&#8217;re looking for, we recommend keeping your homepage design as simple as possible and avoiding any clutter. </p>



<p>It&#8217;s also a good idea to place your most important content at the top of the page so it&#8217;s the first thing visitors see. </p>



<p>Before designing your page, it may help to write down the goals you want to achieve. You can then design every part of the homepage to help you reach this clear target. </p>



<p>Many businesses and blogs want to convert visitors into customers. To achieve this, we recommend adding <a title="OptinMonster - Lead Generation &amp; Conversion Optimization Tool" href="https://optinmonster.com/"  rel="noopener">OptinMonster</a> to your custom homepage. </p>



<p>OptinMonster is the best WordPress popup plugin and lead generation software. It allows you to create all kinds of popups, floating bars, full-screen welcome mats, slide-in scroll boxes, inline personalized lead forms, gamified&nbsp;<a href="https://www.wpbeginner.com/wp-tutorials/how-to-add-spin-to-win-optins-in-wordpress-and-woocommerce/" title="How to Add Spin to Win Optins in WordPress and WooCommerce">spin to win optins</a>, and more.</p>



<figure class="wp-block-image size-full"><img width="680" height="355" src="https://www.wpbeginner.com/wp-content/uploads/2022/06/optinmonster-gamified-banner.png" alt="OptinMonster's gamified banner template" class="wp-image-128795" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/06/optinmonster-gamified-banner.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/06/optinmonster-gamified-banner-300x157.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Next, you&#8217;ll want to track how your custom homepage is performing. You can then use this insight to fine-tune the page design and get even more conversions.</p>



<p><a href="https://www.monsterinsights.com/"  rel="noopener" title="The MonsterInsights Google Analytics plugin">MonsterInsights</a>&nbsp;is the best plugin for Google Analytics. It allows you to easily&nbsp;<a href="https://www.wpbeginner.com/beginners-guide/how-to-install-google-analytics-in-wordpress/" title="How to Install Google Analytics in WordPress for Beginners">install Google analytics</a>&nbsp;in WordPress and shows you helpful reports directly in the WordPress dashboard.</p>



<figure class="wp-block-image size-full"><img width="680" height="364" src="https://www.wpbeginner.com/wp-content/uploads/2022/10/overview-report-in-monsterinsights.png" alt="The MonsterInsights Google Analytics plugin" class="wp-image-149258" srcset="https://www.wpbeginner.com/wp-content/uploads/2022/10/overview-report-in-monsterinsights.png 680w, https://www.wpbeginner.com/wp-content/uploads/2022/10/overview-report-in-monsterinsights-300x161.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>The best part about using MonsterInsights is that you can add the Google Analytics tracking code without editing code or hiring a developer. Plus, it has a Dual Tracking feature, which makes it super easy to&nbsp;<a href="https://www.wpbeginner.com/wp-tutorials/how-to-switch-to-google-analytics-4-in-wordpress/" title="How to Switch to Google Analytics 4 in WordPress (The RIGHT Way)">switch to Google Analytics 4</a>.</p>



<p>You should also make it easy for visitors and potential customers to contact you. For this, we recommend <a href="https://wpforms.com/"  rel="noopener" title="The WPForms form builder plugin">WPForms</a> which is the <a href="https://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/" title="Best Contact Form Plugins for WordPress Compared">best WordPress form plugin</a> on the market.</p>



<p>Finally, it&#8217;s a good idea to look at your competitors and other popular sites in your industry or niche. While it&#8217;s never a good idea to copy, you can use them as inspiration or learn best practices that you can then apply to your own homepage layout. </p>



<p>We hope this article helped you easily create a custom homepage in WordPress. You may also want to see our <a title="How to Increase Your Blog Traffic – The Easy Way (27 Proven Tips)" href="https://www.wpbeginner.com/beginners-guide/how-to-increase-your-blog-traffic/">proven tips to increase your blog traffic</a> and our expert pick of the <a href="https://www.wpbeginner.com/showcase/best-social-proof-wordpress-plugins-easy-to-use/" title="Best Social Proof Plugins for WordPress &amp; WooCommerce">best social proof plugins for WordPress</a>.</p>



<p>If you liked this article, then please subscribe to our <a href="https://youtube.com/wpbeginner?sub_confirmation=1"  rel="noreferrer noopener nofollow" title="Subscribe to WPBeginner YouTube Channel">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="https://twitter.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Follow WPBeginner on Twitter">Twitter</a> and <a href="https://facebook.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Join WPBeginner Community on Facebook">Facebook</a>.</p><p>The post <a href="https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/">How to Create a Custom Home Page in WordPress</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-create-a-custom-home-page-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Add a GDPR Comment Privacy Opt-in Checkbox in WordPress</title>
		<link>http://www.wpwife.com/themes/how-to-add-a-gdpr-comment-privacy-opt-in-checkbox-in-wordpress</link>
		<comments>http://www.wpwife.com/themes/how-to-add-a-gdpr-comment-privacy-opt-in-checkbox-in-wordpress#comments</comments>
		<pubDate>Fri, 25 May 2018 13:00:36 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[comment privacy checkbox]]></category>
		<category><![CDATA[GDPR]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress gdpr compliance]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=53108</guid>
		<description><![CDATA[
<p>Do you want to add a comment privacy optin checkbox in WordPress? European Union&#8217;s new GDPR law requires explicit consent for storing user&#8217;s personal information. If you have comments enabled on your website, then you need to add a comment privacy checkbox to comply with&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-themes/how-to-add-a-gdpr-comment-privacy-opt-in-checkbox-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-add-a-gdpr-comment-privacy-opt-in-checkbox-in-wordpress/">How to Add a GDPR Comment Privacy Opt-in Checkbox in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to add a comment privacy optin checkbox in WordPress? European Union&#8217;s new GDPR law requires explicit consent for storing user&#8217;s personal information. If you have comments enabled on your website, then you need to add a comment privacy checkbox to comply with the new law. In this article, we will show you how to add a GDPR comment privacy opt-in checkbox in WordPress. </p>
<p><img title="How to add comment privacy optin checkbox in WordPress" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/commentprivacyoptin.png" alt="How to add comment privacy optin checkbox in WordPress" width="550" height="340" class="alignnone size-full wp-image-53118" /></p>
<h4>When and Why Add a Comment Privacy Optin Checkbox in WordPress?</h4>
<p>Recently, a new European Union law called GDPR (The General Data Protection Regulation) has become effective. The purpose of this law is to give EU citizens control over their personal data and change the data privacy approach of organizations across the world.</p>
<p>To learn more, see our ultimate guide to <a href="http://www.wpbeginner.com/beginners-guide/the-ultimate-guide-to-wordpress-and-gdpr-compliance-everything-you-need-to-know/" title="The Ultimate Guide to WordPress and GDPR Compliance – Everything You Need to Know">WordPress and GDPR compliance</a> which answers all your questions in plain English. </p>
<p>WordPress recently addressed GDPR compliance in the latest 4.9.6 release. If you haven&#8217;t updated yet, then you need to immediately update to the <a href="http://www.wpbeginner.com/beginners-guide/why-you-should-always-use-the-latest-version-of-wordpress/" title="Why You Should Always Use the Latest Version of WordPress">latest WordPress version</a>. </p>
<p>One of the ways WordPress stores and uses personal information is in the comment form. When a user leaves a comment on your website, their name, email address, and website information is stored in a <a href="http://www.wpbeginner.com/glossary/cookies/" title="Cookies">browser cookie</a>. This cookie allows WordPress to automatically fill in user&#8217;s information in the comment form on their next visit. </p>
<p>With WordPress 4.9.6, the default WordPress comment form will now show a comment privacy opt-in checkbox. All WordPress themes that use the default WordPress comment form will now automatically show this checkbox. </p>
<p><img title="Comment privacy checkbox in default WordPress comment form" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/05/gdprwpcomments-1.png" alt="Comment privacy checkbox in default WordPress comment form" width="550" height="522" class="alignnone size-full wp-image-53114" /></p>
<p>If your site is showing the comment privacy checkbox, then you don&#8217;t need to read further. However if the comment checkbox is not showing on your site, then you need to continue reading, and we will show you how to add comment privacy checkbox in WordPress. </p>
<h4>Adding Comment Privacy Optin Checkbox in WordPress</h4>
<p>First, you need to make sure that you are using the latest version of WordPress and your theme. Simply go to <strong>Dashboard &raquo; Updates</strong> page to check for updates. </p>
<p><img title="Check for WordPress and theme updates" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/05/checkupdates.png" alt="Check for WordPress and theme updates" width="550" height="343" class="alignnone size-full wp-image-53115" /></p>
<p>If an update is available for your current theme or WordPress, then go ahead and install it. Next, check your website&#8217;s comment form to see if the update added the comment privacy checkbox. </p>
<p>If both your theme and WordPress are up to date, and you still can&#8217;t see the comment privacy checkbox, then this means that your WordPress theme is overriding the default WordPress comment form. </p>
<p>You can ask your theme author to fix this issue by <a href="http://www.wpbeginner.com/beginners-guide/how-to-properly-ask-for-wordpress-support-and-get-it/" title="How to Properly Ask for WordPress Support and Get It">opening a support ticket</a>. You can also try to fix it yourself until your theme author releases an update. </p>
<p>There are two ways you can add the comment privacy checkbox to your WordPress theme. We will show you both methods, and you can try the one that works for you. </p>
<p>Both methods require you to add code to your WordPress theme files. If you haven&#8217;t done this before, then see our guide on <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/" title="Beginner’s Guide to Pasting Snippets from the Web into WordPress">how to copy and paste code in WordPress</a>. </p>
<p><strong>Method 1. Add comment privacy checkbox to your theme&#8217;s comment form</strong> </p>
<p>This method is recommended because it tries to protect your theme&#8217;s comment form style and layout. </p>
<p>First, you will need to find the code used to override the default WordPress comment form. Normally, you can find it in the comments.php or functions.php file in your theme folder. </p>
<p>You will be looking for a code using the <code>'comment_form_default_fields'</code> <a href="http://www.wpbeginner.com/glossary/filters/" title="Filters">filter</a>. This filter is used by themes to override the default WordPress comment form. </p>
<p>It will have lines for all of your comment form fields in a specific format. Here is an example code to give you an idea of what you would be looking for: </p>
<pre class="brush: php; title: ; notranslate">
$comments_args = array(
	        // change the title of send button 
	        'label_submit'=&gt; esc_html(__('Post Comments','themename')),
	        // change the title of the reply section
	        'title_reply'=&gt; esc_html(__('Leave a Comment','themename')),
	        // redefine your own textarea (the comment body)
	        'comment_field' =&gt; ' 
	        &lt;div class=&quot;form-group&quot;&gt;&lt;div class=&quot;input-field&quot;&gt;&lt;textarea class=&quot;materialize-textarea&quot; type=&quot;text&quot; rows=&quot;10&quot; id=&quot;textarea1&quot; name=&quot;comment&quot; aria-required=&quot;true&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;/div&gt;',

	        'fields' =&gt; apply_filters( 'comment_form_default_fields', array(
			    'author' =&gt;'' .
			      '&lt;div&gt;&lt;div class=&quot;input-field&quot;&gt;' .
			      '&lt;input class=&quot;validate&quot; id=&quot;name&quot; name=&quot;author&quot; placeholder=&quot;'. esc_attr(__('Name','themename')) .'&quot; type=&quot;text&quot; value=&quot;' . esc_attr( $commenter['comment_author'] ) .
			      '&quot; size=&quot;30&quot;' . $aria_req . ' /&gt;&lt;/div&gt;&lt;/div&gt;',

			    'email' =&gt;'' .
			      '&lt;div&gt;&lt;div class=&quot;input-field&quot;&gt;' .
			      '&lt;input class=&quot;validate&quot; id=&quot;email&quot; name=&quot;email&quot; placeholder=&quot;'. esc_attr(__('Email','themename')) .'&quot; type=&quot;email&quot; value=&quot;' . esc_attr(  $commenter['comment_author_email'] ) .
			      '&quot; size=&quot;30&quot;' . $aria_req . ' /&gt;&lt;/div&gt;&lt;/div&gt;',

			    'url' =&gt;'' .
			      '&lt;div class=&quot;form-group&quot;&gt;'.
			      '&lt;div&gt;&lt;div class=&quot;input-field&quot;&gt;&lt;input class=&quot;validate&quot; placeholder=&quot;'. esc_attr(__('Website','themename')) .'&quot; id=&quot;url&quot; name=&quot;url&quot; type=&quot;text&quot; value=&quot;' . esc_attr( $commenter['comment_author_url'] ) .
			      '&quot; size=&quot;30&quot; /&gt;&lt;/div&gt;&lt;/div&gt;',
			    )
		    ),
	    );

	comment_form($comments_args); 	?&gt; 

</pre>
<p>In this code, you can notice that <code>comment_form_default_fields</code> filter is used to modify the author, email, and URL fields. Inside the array, it uses the following format to display each field:</p>
<pre class="brush: php; title: ; notranslate">
'fieldname' =&gt; 'HTML code to display the field', 
'anotherfield' =&gt; 'HTML code to display the field', 
</pre>
<p>We will add the comment privacy optin checkbox field towards the end. Here is what our code will look like now:</p>
<pre class="brush: php; title: ; notranslate">
$comments_args = array(
	        // change the title of send button 
	        'label_submit'=&gt; esc_html(__('Post Comments','themename')),
	        // change the title of the reply section
	        'title_reply'=&gt; esc_html(__('Leave a Comment','themename')),
	        // redefine your own textarea (the comment body)
	        'comment_field' =&gt; ' 
	        &lt;div class=&quot;form-group&quot;&gt;&lt;div class=&quot;input-field&quot;&gt;&lt;textarea class=&quot;materialize-textarea&quot; type=&quot;text&quot; rows=&quot;10&quot; id=&quot;textarea1&quot; name=&quot;comment&quot; aria-required=&quot;true&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;/div&gt;',

	        'fields' =&gt; apply_filters( 'comment_form_default_fields', array(
			    'author' =&gt;'' .
			      '&lt;div&gt;&lt;div class=&quot;input-field&quot;&gt;' .
			      '&lt;input class=&quot;validate&quot; id=&quot;name&quot; name=&quot;author&quot; placeholder=&quot;'. esc_attr(__('Name','themename')) .'&quot; type=&quot;text&quot; value=&quot;' . esc_attr( $commenter['comment_author'] ) .
			      '&quot; size=&quot;30&quot;' . $aria_req . ' /&gt;&lt;/div&gt;&lt;/div&gt;',

			    'email' =&gt;'' .
			      '&lt;div&gt;&lt;div class=&quot;input-field&quot;&gt;' .
			      '&lt;input class=&quot;validate&quot; id=&quot;email&quot; name=&quot;email&quot; placeholder=&quot;'. esc_attr(__('Email','themename')) .'&quot; type=&quot;email&quot; value=&quot;' . esc_attr(  $commenter['comment_author_email'] ) .
			      '&quot; size=&quot;30&quot;' . $aria_req . ' /&gt;&lt;/div&gt;&lt;/div&gt;',

			    'url' =&gt;'' .
			      '&lt;div class=&quot;form-group&quot;&gt;'.
			      '&lt;div&gt;&lt;div class=&quot;input-field&quot;&gt;&lt;input class=&quot;validate&quot; placeholder=&quot;'. esc_attr(__('Website','themename')) .'&quot; id=&quot;url&quot; name=&quot;url&quot; type=&quot;text&quot; value=&quot;' . esc_attr( $commenter['comment_author_url'] ) .
			      '&quot; size=&quot;30&quot; /&gt;&lt;/div&gt;&lt;/div&gt;',

// Now we will add our new privacy checkbox optin

				'cookies' =&gt; '&lt;p class=&quot;comment-form-cookies-consent&quot;&gt;&lt;input id=&quot;wp-comment-cookies-consent&quot; name=&quot;wp-comment-cookies-consent&quot; type=&quot;checkbox&quot; value=&quot;yes&quot;' . $consent . ' /&gt;' .
	                                         '&lt;label for=&quot;wp-comment-cookies-consent&quot;&gt;' . __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '&lt;/label&gt;&lt;/p&gt;',
			    )
		    ),
	    );

	comment_form($comments_args); 	?&gt; 

</pre>
<p><img title="Privacy checkbox in a custom WordPress comment form" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/05/customprivacyoptin.png" alt="Privacy checkbox in a custom WordPress comment form" width="550" height="340" class="alignnone size-full wp-image-53112" /></p>
<p><strong>Method 2. Replacing your theme&#8217;s comment form with WordPress default</strong> </p>
<p>This method simply replaces your theme&#8217;s comment form with the default WordPress comment form. Using this method can affect your comment form&#8217;s appearance, and you may have to use <a href="http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/" title="How to Easily Add Custom CSS to Your WordPress Site">custom CSS</a> to <a href="http://www.wpbeginner.com/wp-themes/how-to-style-wordpress-comment-form/" title="How to Style WordPress Comment Form">style your comment form</a>. </p>
<p>Edit your theme&#8217;s comments.php file and look for the line with the <code>comment_form()</code> function. Your theme will have a defined arguments, function, or a template inside it to load your theme&#8217;s custom comment form. Your comment_form line will look something like this:</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php comment_form( custom_comment_form_function() ); ?&gt;


You will need to replace it with the following line:


&lt;?php comment_form(); ?&gt;
</pre>
<p>Don&#8217;t forget to save your changes and visit your website. You will now see the default WordPress comment form with the comment privacy optin checkbox. </p>
<p><img title="Default WordPress comment form" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/05/defaultcommentform.png" alt="Default WordPress comment form" width="550" height="353" class="alignnone size-full wp-image-53116" /></p>
<p>We hope this article helped you learn how to add the GDPR comment privacy optin checkbox in WordPress. You may also want to see our tips on <a href="http://www.wpbeginner.com/beginners-guide/11-ways-to-get-more-comments-on-your-wordpress-blog-posts/" title="11 Ways to Get More Comments on Your WordPress Blog Posts">getting more comments on your WordPress blog posts</a>.</p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-add-a-gdpr-comment-privacy-opt-in-checkbox-in-wordpress/">How to Add a GDPR Comment Privacy Opt-in Checkbox in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-add-a-gdpr-comment-privacy-opt-in-checkbox-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Add Smooth Background Color Change Effect in WordPress</title>
		<link>http://www.wpwife.com/themes/how-to-add-smooth-background-color-change-effect-in-wordpress</link>
		<comments>http://www.wpwife.com/themes/how-to-add-smooth-background-color-change-effect-in-wordpress#comments</comments>
		<pubDate>Tue, 20 Mar 2018 13:24:13 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[background color]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=50805</guid>
		<description><![CDATA[
<p>Do you want to add a smooth background color change effect on your WordPress site? You may have seen on some popular websites where the background color of a specific area or the whole web page automatically transitions from one color to another. This beautiful&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-themes/how-to-add-smooth-background-color-change-effect-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-add-smooth-background-color-change-effect-in-wordpress/">How to Add Smooth Background Color Change Effect in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to add a smooth background color change effect on your WordPress site? You may have seen on some popular websites where the background color of a specific area or the whole web page automatically transitions from one color to another. This beautiful effect can help you get users attention and improve engagement on your website. In this article, we will show you how to easily add a smooth background color change effect in WordPress. </p>
<p><img title="Adding smooth background color change effect in WordPress" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/bgcolorchangewp.png" alt="Adding smooth background color change effect in WordPress" width="550" height="340" class="alignnone size-full wp-image-50813" /></p>
<h4>What is Smooth Background Color Change Effect?</h4>
<p>Smooth background color change effect allows you to automatically transition between different background colors. The change happens slowly going through different colors until it reaches the final color. It looks like this:</p>
<p><img title="Color change effect animation" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/02/bganimate.gif" alt="Color change effect animation" width="550" height="231" class="alignnone size-full wp-image-50814" /></p>
<p>This technique is used to capture user attention with gentle effects that are pleasing to the eye. </p>
<p>That being said, let&#8217;s take a look at how to add this smooth background color change effect in any WordPress theme. </p>
<h4>Adding Smooth Background Color Change Effect in WordPress</h4>
<p>This tutorial requires you to add code in your WordPress files. If you haven&#8217;t done this before, then please take a look at our guide on <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/" title="Beginner’s Guide to Pasting Snippets from the Web into WordPress">how to copy and paste code in WordPress</a>. </p>
<p>First, you need to find out the CSS class of the area that you want to change. You can do this by <a href="http://www.wpbeginner.com/wp-tutorials/basics-of-inspect-element-with-your-wordpress-site/" title="Basics of Inspect Element: Customizing WordPress for DIY Users">using the Inspect tool</a> in your browser. Simply take your mouse to the area you want to change and right click to select the Inspect tool. </p>
<p><img title="Find CSS class" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/findcssclass.png" alt="Find CSS class" width="550" height="303" class="alignnone size-full wp-image-50810" /></p>
<p>Next, you need to write down the CSS class you want to target. For example, in the screenshot above we want to target the widget area in the bottom which has the CSS class &#8216;page-header&#8217;. </p>
<p>In the next step, you need to open a plain text editor on your computer and create a new file. You need to save this file as wpb-background-tutorial.js on your desktop. </p>
<p>Next, you need to add the following code inside your JS file: </p>
<pre class="brush: php; title: ; notranslate">
jQuery(function($){
        $('.page-header').each(function(){
            var $this = $(this),
			colors = ['#ec008c', '#00bcc3', '#5fb26a', '#fc7331'];

            setInterval(function(){
                var color = colors.shift();
                colors.push(color);
                $this.animate({backgroundColor: color}, 2000);
            },4000);
        });
        }); 
</pre>
<p>If you study this code, then you will notice that we have used the CSS class we want to target in the code. We have also added four colors. Our smooth background effect will start from the first color, then transition to the next color, and keep cycling through these colors. </p>
<p>Don&#8217;t forget to save your changes to the file. </p>
<p>Next, you need to upload wpb-bg-tutorial.js file to your WordPress theme&#8217;s /js/ folder <a href="http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/" title="How to use FTP to upload files to WordPress for Beginners">using FTP</a>. If your theme doesn&#8217;t have a js folder inside it, then you need to create one. </p>
<p><img title="uploadjs" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/uploadjs.png" alt="Upload your javascript file" width="550" height="278" class="alignnone size-full wp-image-50811" /></p>
<p>After uploading your JavaScript file, it is time to load it in WordPress. </p>
<p>You need to add the following code to your theme&#8217;s <a href="http://www.wpbeginner.com/glossary/functions-php/" title="What is functions.php file in WordPress?">functions.php</a> file. </p>
<pre class="brush: php; title: ; notranslate">
function wpb_bg_color_scripts() {    
wp_enqueue_script( 'wpb-background-tutorial',  get_stylesheet_directory_uri() . '/js/wpb-background-tutorial.js', array( 'jquery-color' ), '1.0.0', true ); 
 } 
add_action( 'wp_enqueue_scripts', 'wpb_bg_color_scripts' ); 
</pre>
<p>This code <a href="http://www.wpbeginner.com/wp-tutorials/how-to-properly-add-javascripts-and-styles-in-wordpress/" title="How to Properly Add JavaScripts and Styles in WordPress">properly loads the JavaScript</a> file and the dependent jQuery script that you need for this code to work. </p>
<p>That&#8217;s all, you can now visit your website to see it in action. You will notice the smooth background color change effect in the area that you targeted. </p>
<p>There are many other ways to use background colors in WordPress to capture user attention or make your content pop-out. For example, you can try: </p>
<ul>
<li><a href="http://www.wpbeginner.com/plugins/how-to-add-a-full-screen-background-image-in-wordpress/" title="How to Add a Full Screen Background Image in WordPress">Add fullscreen background images</a></li>
<li><a href="http://www.wpbeginner.com/plugins/how-to-add-youtube-video-as-fullscreen-background-in-wordpress/" title="How to Add YouTube Video as Fullscreen Background in WordPress">Add fullscreen video backgrounds</a></li>
<li><a href="http://www.wpbeginner.com/wp-themes/how-to-randomly-change-background-color-in-wordpress/" title="How to Randomly Change Background Color in WordPress">Random background colors on each page load</a></li>
<li><a href="http://www.wpbeginner.com/wp-themes/how-to-add-a-parallax-effect-to-any-wordpress-theme/" title="How to Add a Parallax Effect to Any WordPress Theme">Add parallax effects to any WordPress theme</a></li>
<li><a href="http://www.wpbeginner.com/wp-themes/how-to-style-each-wordpress-post-differently/" title="How to Style Each WordPress Post Differently">Style individual posts with different backgrounds</a></li>
</ul>
<p>We hope this article helped you learn how to easily add smooth background color change effect in WordPress. You may also want to see our list of the <a href="http://www.wpbeginner.com/beginners-guide/best-drag-and-drop-page-builders-for-wordpress/" title="5 Best Drag and Drop WordPress Page Builders Compared (2018)">best WordPress page builder plugins</a> that you can try. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-add-smooth-background-color-change-effect-in-wordpress/">How to Add Smooth Background Color Change Effect in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-add-smooth-background-color-change-effect-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Add Load More Posts Button in WordPress</title>
		<link>http://www.wpwife.com/themes/how-to-add-load-more-posts-button-in-wordpress</link>
		<comments>http://www.wpwife.com/themes/how-to-add-load-more-posts-button-in-wordpress#comments</comments>
		<pubDate>Wed, 06 Dec 2017 13:22:55 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[ajax load more button]]></category>
		<category><![CDATA[infinite scroll wordpress]]></category>
		<category><![CDATA[load more posts]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress load more posts button]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=48553</guid>
		<description><![CDATA[
<p>Do you want to add a load more posts button in WordPress? Many popular platforms allow users to load more posts when they reach to the bottom of the page. In this article, we will show you how to easily add a load more posts&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-themes/how-to-add-load-more-posts-button-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-add-load-more-posts-button-in-wordpress/">How to Add Load More Posts Button in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to add a load more posts button in WordPress? Many popular platforms allow users to load more posts when they reach to the bottom of the page. In this article, we will show you how to easily add a load more posts button in WordPress. </p>
<p><img title="How to add load more posts button in WordPress" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/12/loadmorepostswp.png" alt="How to add load more posts button in WordPress" width="550" height="340" class="alignnone size-full wp-image-48565" /></p>
<h4>When and Why Add Load More Posts Button in WordPress</h4>
<p>Keeping your <a href="http://www.wpbeginner.com/wp-tutorials/how-to-track-user-engagement-in-wordpress-with-google-analytics/" title="How to Track User Engagement in WordPress with Google Analytics">users engaged with the content</a> helps you get more views and ultimately more subscribers. </p>
<p>Many blogs use the simple &#8216;Older posts&#8217; navigation link at the end of their home, blog, and archive pages. Some websites use <a href="http://www.wpbeginner.com/wp-themes/how-to-add-numeric-pagination-in-your-wordpress-theme/" title="How to Add Numeric Pagination in Your WordPress Theme">numeric page navigation</a> which adds more context. </p>
<p>However, there are certain type of websites that can benefit immensely from infinite scroll or load more posts button. Some examples include: <a href="http://www.wpbeginner.com/plugins/17-best-wordpress-plugins-for-photographers/" title="17 Best WordPress Plugins for Photographers">photography websites</a>, listicles, and viral content websites. </p>
<p>Instead of loading a whole new page, &#8216;load more posts&#8217; button works like infinite scroll. It uses JavaScript to quickly fetch the next set of content. This improves user experience and gives them a chance to view more of your content. </p>
<p>That being said, let&#8217;s take a look at how to easily add load more posts button in your WordPress site. </p>
<h4>Adding Load More Posts Button in WordPress</h4>
<p>First thing you need to do is install and activate the <a href="https://wordpress.org/plugins/ajax-load-more/"  title="Ajax Load More" rel="nofollow">Ajax Load More</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>Upon activation, the plugin will add a new menu item labeled &#8216;Ajax Load More&#8217; to your WordPress admin menu. You need to click on it and head over to the plugin&#8217;s settings page. </p>
<p><img title="Ajax Load More settings" src="http://cdn4.wpbeginner.com/wp-content/uploads/2017/12/ajaxmoresettings.jpg" alt="Ajax Load More settings" width="550" height="327" class="alignnone size-full wp-image-48557" /></p>
<p>On the settings page, you can choose the color of your button. You can also replace the button with infinite scroll which loads next batch of posts automatically without users clicking on the button. </p>
<p>Next, you need to visit <strong>Ajax Load More &raquo; Repeater Template</strong> page to add your template for displaying posts.</p>
<p>The plugin comes with a basic template containing the <a href="http://www.wpbeginner.com/glossary/loop/" title="What is the Loop in WordPress?">WordPress loop</a> to display posts. However, it does not match your theme and may look out of place on your website. </p>
<p>To fix this, you need to copy the code your theme uses to display posts on index, archive, and blog pages. </p>
<p>Normally, this code is located in the template-parts folder of your theme. In that folder, you will see templates to display different content. For example content-page.php, content-search.php, and more. </p>
<p>You will be looking for the generic content.php template. Here is an example from our demo theme&#8217;s content.php file: </p>
<pre class="brush: php; title: ; notranslate">
&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
	&lt;?php
		// Post thumbnail.
		twentyfifteen_post_thumbnail();
	?&gt;

	&lt;header class=&quot;entry-header&quot;&gt;
		&lt;?php
			if ( is_single() ) :
				the_title( '&lt;h1 class=&quot;entry-title&quot;&gt;', '&lt;/h1&gt;' );
			else :
				the_title( sprintf( '&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;%s&quot; rel=&quot;bookmark&quot;&gt;', esc_url( get_permalink() ) ), '&lt;/a&gt;&lt;/h2&gt;' );
			endif;
		?&gt;
	&lt;/header&gt;&lt;!-- .entry-header --&gt;

	&lt;div class=&quot;entry-content&quot;&gt;
		&lt;?php
			/* translators: %s: Name of current post */
			the_content( sprintf(
				__( 'Continue reading %s', 'twentyfifteen' ),
				the_title( '&lt;span class=&quot;screen-reader-text&quot;&gt;', '&lt;/span&gt;', false )
			) );

			wp_link_pages( array(
				'before'      =&gt; '&lt;div class=&quot;page-links&quot;&gt;&lt;span class=&quot;page-links-title&quot;&gt;' . __( 'Pages:', 'twentyfifteen' ) . '&lt;/span&gt;',
				'after'       =&gt; '&lt;/div&gt;',
				'link_before' =&gt; '&lt;span&gt;',
				'link_after'  =&gt; '&lt;/span&gt;',
				'pagelink'    =&gt; '&lt;span class=&quot;screen-reader-text&quot;&gt;' . __( 'Page', 'twentyfifteen' ) . ' &lt;/span&gt;%',
				'separator'   =&gt; '&lt;span class=&quot;screen-reader-text&quot;&gt;, &lt;/span&gt;',
			) );
		?&gt;
	&lt;/div&gt;&lt;!-- .entry-content --&gt;

	&lt;?php
		// Author bio.
		if ( is_single() &amp;&amp; get_the_author_meta( 'description' ) ) :
			get_template_part( 'author-bio' );
		endif;
	?&gt;

	&lt;footer class=&quot;entry-footer&quot;&gt;
		&lt;?php twentyfifteen_entry_meta(); ?&gt;
		&lt;?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
	&lt;/footer&gt;&lt;!-- .entry-footer --&gt;

&lt;/article&gt;&lt;!-- #post-## --&gt;
</pre>
<p>Once you find that code, you need to paste it inside the Repeater Templates field in plugin settings. </p>
<p>Don&#8217;t forget to click on the &#8216;Save Template&#8217; button to store your settings. </p>
<p>Next, you need to visit <strong>Ajax Load More &raquo; Shortcode Builder</strong> page to generate the <a href="http://www.wpbeginner.com/glossary/shortcodes/" title="What is Shortcode in WordPress?">shortcode</a>. </p>
<p>This page contains many different options that you can customize. First you will need to select the container type. If you are unsure, just look at the template you copied earlier. Most modern themes use the <code>&lt;div&gt;</code>; element. </p>
<p>After that scroll down to the button labels section. Here you can change the text that appears on the button. By default, plugin uses &#8216;Older Posts&#8217;, and you can change that to &#8216;Load more posts&#8217; or anything you want. </p>
<p><img title="Button label" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/12/buttonlabel.jpg" alt="Button label" width="550" height="274" class="alignnone size-full wp-image-48558" /></p>
<p>Lastly, you need to choose whether you want posts to load automatically or wait for users to click on the load more posts button. </p>
<p><img title="Disable scroll" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/12/disablescroll.jpg" alt="Disable scroll " width="550" height="159" class="alignnone size-full wp-image-48561" /></p>
<p>Your shortcode is now ready to be used. In the right column, you will see the shortcode output. Go ahead and copy the shortcode and paste it in a text editor as you will need it in the next step. </p>
<p><img title="Shortcode output" src="http://cdn.wpbeginner.com/wp-content/uploads/2017/12/shortcodeoutput.jpg" alt="Shortcode output" width="550" height="322" class="alignnone size-full wp-image-48559" /></p>
<h4>Adding Load More Posts in Your WordPress Theme</h4>
<p>This part of the tutorial requires you to add code into your WordPress theme files. If you haven&#8217;t done this before, then take a look at our guide on <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/" title="Beginner’s Guide to Pasting Snippets from the Web into WordPress">how to copy and paste code in WordPress</a>. </p>
<p>Don&#8217;t forget to <a href="http://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" title="7 Best WordPress Backup Plugins Compared (Pros and Cons)">backup your WordPress theme</a> before making any changes. </p>
<p>You will need to find the template files where you want to add the load more posts button in your theme. Depending on how your theme is organized, usually these files are index.php, archives.php, categories.php, etc. </p>
<p>You will need to add the shortcode you copied earlier into your theme right after the <code>endwhile;</code> tag. </p>
<p>Since we are adding the shortcode in a theme file, we will need to add it inside the do_shortcode function, like this: </p>
<pre class="brush: php; title: ; notranslate">

echo do_shortcode('[ajax_load_more container_type=&quot;div&quot; post_type=&quot;post&quot;]'); 			

</pre>
<p>You can now save your changes and visit your website to see the &#8216;Load more posts&#8217; button in action. </p>
<p><img title="Click to load more posts button preview" src="http://cdn2.wpbeginner.com/wp-content/uploads/2017/12/loadmoreposts.gif" alt="Click to load more posts button preview" width="550" height="309" class="alignnone size-full wp-image-48563" /></p>
<p>We hope this article helped you learn how to add load more posts button in WordPress. You may also want to see our mega list of the <a href="http://www.wpbeginner.com/wp-tutorials/55-most-wanted-wordpress-tips-tricks-and-hacks/" title="55+ Most Wanted WordPress Tips, Tricks, and Hacks">most useful WordPress tips, tricks, and hacks</a> for beginners. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-add-load-more-posts-button-in-wordpress/">How to Add Load More Posts Button in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-add-load-more-posts-button-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Style WordPress Navigation Menus</title>
		<link>http://www.wpwife.com/themes/how-to-style-wordpress-navigation-menus</link>
		<comments>http://www.wpwife.com/themes/how-to-style-wordpress-navigation-menus#comments</comments>
		<pubDate>Wed, 22 Nov 2017 12:00:57 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[default wp menu classes]]></category>
		<category><![CDATA[how to style wordpress menus]]></category>
		<category><![CDATA[style wordpress menus]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress menu classes]]></category>
		<category><![CDATA[wp menu classes]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=2903</guid>
		<description><![CDATA[
<p>Do you want to style your WordPress navigation menus to change their colors or appearance? While your WordPress theme handles the appearance of your navigation menus, you can easily customize it using CSS to meet your requirements. In this article, we will show you how&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-themes/how-to-style-wordpress-navigation-menus/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-style-wordpress-navigation-menus/">How to Style WordPress Navigation Menus</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to style your WordPress navigation menus to change their colors or appearance? While your WordPress theme handles the appearance of your navigation menus, you can easily customize it using CSS to meet your requirements. In this article, we will show you how to style the WordPress navigation menus on your site. </p>
<p><img title="Styling navigation menus in WordPress" src="http://cdn4.wpbeginner.com/wp-content/uploads/2017/11/stylenavmenus.png" alt="Styling navigation menus in WordPress" width="550" height="340" class="alignnone size-full wp-image-47843" /></p>
<p>We will be showing two different methods. The first method is for beginners because it uses a plugin and does not require any code knowledge. The second method is for intermediate DIY users who prefer to use CSS code instead of a plugin.</p>
<h4>Method 1: Styling WordPress Navigation Menus Using a Plugin</h4>
<p>Your WordPress theme uses <a href="http://www.wpbeginner.com/glossary/css/" title="What is CSS? How to Use CSS in WordPress?">CSS</a> to style <a href="http://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/" title="How to Add Navigation Menu in WordPress (Beginner’s Guide)">navigation menus</a>. Many beginners are not comfortable with editing theme files or writing CSS code on their own. </p>
<p>That&#8217;s when a WordPress styling plugin comes in handy. It saves you from editing theme files or writing any code.</p>
<p>First you need to do is install and activate the <a href="http://www.wpbeginner.com/refer/css-hero/"  title="CSS Hero" rel="nofollow">CSS Hero</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>CSS Hero is a premium WordPress plugin that allows you to design your own WordPress theme without writing a single line of code (No HTML or CSS required). See our <a href="http://www.wpbeginner.com/plugins/css-hero-review-wordpress-design-customization-made-easy/" title="CSS Hero Review: WordPress Design Customization Made Easy">CSS Hero review</a> to learn more. </p>
<p>WPBeginner users can use use this <a href="http://www.wpbeginner.com/deals/css-hero-coupon/" title="CSS Hero Coupon">CSS Hero Coupon</a> to get 34% discount on their purchase.  </p>
<p>Upon activation, you will be redirected to obtain your CSS Hero License key. Simply follow the on-screen instructions, and you will be redirected back to your site in a few clicks.</p>
<p>Next, you need to click on the CSS Hero button in your WordPress admin toolbar. </p>
<p><img title="Launch CSS Hero" src="http://cdn2.wpbeginner.com/wp-content/uploads/2017/11/launchcsshero.png" alt="Launch CSS Hero" width="550" height="224" class="alignnone size-full wp-image-47814" /></p>
<p>CSS Hero offers a WYSIWYG (What you see is what you get) editor. Clicking on the button will take you to your website with a floating CSS Hero toolbar visible on screen. </p>
<p><img title="CSS Hero Toolbar" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/11/cssherotoolbar.jpg" alt="CSS Hero Toolbar" width="550" height="312" class="alignnone size-full wp-image-47815" /></p>
<p>You need to click on the blue icon at the top to start editing.</p>
<p>After you click the blue icon, take your mouse to your navigation menu, and CSS Hero will highlight it by showing the borders around it. When you click on the highlighted navigation menu, it will show you the items that you can edit. </p>
<p><img title="Point and click to customize menu" src="http://cdn4.wpbeginner.com/wp-content/uploads/2017/11/customizemenu-1.jpg" alt="Point and click to customize menu" width="520" height="216" class="alignnone size-full wp-image-47817" /></p>
<p>In the screenshot above, it shows us top navigation menu container. Let’s assume we want to change the background color of our navigation menu. In that case, we will select top navigation which affects our entire menu.</p>
<p>CSS Hero will now show you different properties that you can edit like text, background, border, margins, padding, etc. </p>
<p><img title="CSS properties" src="http://cdn.wpbeginner.com/wp-content/uploads/2017/11/cssproperties.jpg" alt="CSS properties" width="550" height="351" class="alignnone size-full wp-image-47818" /></p>
<p>You can click any property that you want to change. CSS Hero will show you a simple interface where you can make your changes. </p>
<p><img title="Change appearance of an element" src="http://cdn4.wpbeginner.com/wp-content/uploads/2017/11/elementui.jpg" alt="Change appearance of an element" width="550" height="320" class="alignnone size-full wp-image-47819" /></p>
<p>In the screenshot above, we selected background, and it showed us a nice interface to select background color, gradient, image, and more. </p>
<p>As you make changes, you will be able to see them live in the theme preview. </p>
<p><img title="Live preview of your CSS changes" src="http://cdn2.wpbeginner.com/wp-content/uploads/2017/11/livepreview.jpg" alt="Live preview of your CSS changes" width="550" height="283" class="alignnone size-full wp-image-47820" /></p>
<p>Once you are satisfied with the changes, click on the save button in CSS Hero toolbar to save your changes.</p>
<p>The best thing about using this method is that you can easily undo any changes that you make. <a href="http://www.wpbeginner.com/refer/css-hero/" class="thirstylink" rel="nofollow"  title="CSS Hero">CSS Hero</a> keeps a complete history of all your changes, and you can go back and forth between those changes. </p>
<h4>Method 2: Manually Style WordPress Navigation Menus</h4>
<p>This method requires you to manually add custom CSS and is meant for intermediate users.</p>
<p>WordPress navigation menus are displayed in an unordered list (bulleted list).</p>
<p>Typically if you use the default WordPress menu tag, then it will display a list with no CSS classes associated with it. </p>
<pre class="brush: php; title: ; notranslate">
&lt;?php wp_nav_menu(); ?&gt;
</pre>
<p>Your unordered list would have the class name &#8216;menu&#8217; with each list item having its own CSS class. </p>
<p>This might work if you only have one menu location. However, most themes have multiple locations where you can display navigation menus.</p>
<p>Using only the default CSS class may cause conflict with menus on other locations.</p>
<p>This is why you need to define CSS class and menu location as well. Chances are that your WordPress theme is already doing that by adding the navigation menus using a code like this: </p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
    wp_nav_menu( array(
        'theme_location' =&gt; 'primary',
        'menu_class'     =&gt; 'primary-menu',
         ) );
?&gt;
</pre>
<p>This code tells WordPress that this is where the theme displays primary menu. It also adds a CSS class primary-menu to the navigation menu.</p>
<p>Now you can style your navigation menu using this CSS structure. </p>
<pre class="brush: css; title: ; notranslate">
// container class
#header .primary-menu{} 

// container class first unordered list
#header .primary-menu ul {} 

//unordered list within an unordered list
#header .primary-menu ul ul {} 

 // each navigation item
#header .primary-menu li {}

// each navigation item anchor
#header .primary-menu li a {} 

// unordered list if there is drop down items
#header .primary-menu li ul {} 

// each drop down navigation item
#header .primary-menu li li {} 

// each drap down navigation item anchor
#header .primary-menu li li a {} 
</pre>
<p>You will need to replace #header with the container CSS class used by your navigation menu. </p>
<p>This structure will help you completely change the appearance of your navigation menu.</p>
<p>However, there are other <a href="http://www.wpbeginner.com/wp-themes/default-wordpress-generated-css-cheat-sheet-for-beginners/" title="Default WordPress Generated CSS Cheat Sheet for Beginners">WordPress generated CSS classes</a> automatically added to each menu and menu item. These classes allow you to customize your navigation menu even further. </p>
<pre class="brush: css; title: ; notranslate">
// Class for Current Page
.current_page_item{} 

// Class for Current Category
.current-cat{} 

// Class for any other current Menu Item
.current-menu-item{} 

// Class for a Category
.menu-item-type-taxonomy{}
 
// Class for Post types
.menu-item-type-post_type{} 

// Class for any custom links
.menu-item-type-custom{} 

// Class for the home Link
.menu-item-home{} 
</pre>
<p>WordPress also allows you to add your own custom CSS classes to individual menu items. </p>
<p>You can use this feature to style menu items, like <a href="http://www.wpbeginner.com/plugins/how-to-add-image-icons-with-navigation-menus-in-wordpress/" title="How to Add Image Icons With Navigation Menus in WordPress">adding image icons with your menus</a> or by just changing colors to highlight a menu item. </p>
<p>Head over to <strong>Appearance &raquo; Menus</strong> page in your WordPress admin and click on the <a href="http://www.wpbeginner.com/glossary/screen-options/" title="Screen Options">Screen Options</a> button. </p>
<p><img title="Enable CSS classes option for individual menu items" src="http://cdn.wpbeginner.com/wp-content/uploads/2017/11/cssclassesoption.jpg" alt="Enable CSS classes option for individual menu items" width="550" height="252" class="alignnone size-full wp-image-47821" /></p>
<p>Once you have checked that box, you will see that an additional field is added when you go to edit each individual menu item.</p>
<p><img title="Adding a custom CSS class to a menu item in WordPress" src="http://cdn2.wpbeginner.com/wp-content/uploads/2017/11/cssclass-menuitem.png" alt="Adding a custom CSS class to a menu item in WordPress" width="550" height="336" class="alignnone size-full wp-image-47822" /></p>
<p>Now you can use this CSS class in your stylesheet to add your custom CSS. It will only affect the menu item with the CSS class you added. </p>
<h4>Examples of Styling Navigation Menus in WordPress</h4>
<p>Different WordPress themes may use different styling options, CSS classes, and even JavaScript to create navigation menus. This gives you a lot of options to change those styles and customize your navigation menus to meet your own requirements. </p>
<p>The inspect tool in your web browser will be your best friend when it comes to figuring out which CSS classes to change. If you haven&#8217;t used it before, then take a look at our guide on <a href="http://www.wpbeginner.com/wp-tutorials/basics-of-inspect-element-with-your-wordpress-site/" title="Basics of Inspect Element: Customizing WordPress for DIY Users">how to use inspect tool to customize WordPress themes</a>. </p>
<p>Basically, you just need to point the cursor to the element you want to modify, right click and then select Inspect tool from browser&#8217;s menu. </p>
<p><img title="Using inspect tool to look up for CSS classes to modify" src="http://cdn4.wpbeginner.com/wp-content/uploads/2017/11/using-inspect-tool.jpg" alt="Using inspect tool to look up for CSS classes to modify" width="550" height="306" class="alignnone size-full wp-image-47823" /></p>
<p>That being said, let&#8217;s take a look at some real life examples of styling navigation menus in WordPress. </p>
<h4>1. How to Change Font Color in WordPress Navigation Menus</h4>
<p>Here is the sample custom CSS that you can add to your theme to change font color of navigation menus. </p>
<pre class="brush: css; title: ; notranslate">
#top-menu  li.menu-item a {
color:#ff0000;
} 
</pre>
<p>In this example, the #top-menu is the ID assigned to the unordered list that displays our navigation menu. You will need to use the inspect tool to find out the ID used by your theme. </p>
<p><img title="Changing font color of WordPress navigation menus" src="http://cdn2.wpbeginner.com/wp-content/uploads/2017/11/changefontcolor.jpg" alt="Changing font color of WordPress navigation menus" width="550" height="287" class="alignnone size-full wp-image-47832" /></p>
<h4>2. How to Change Background Color of Navigation Menu Bar</h4>
<p>First you&#8217;ll need to find out the CSS ID or class used by your theme for the container surrounding navigation menu. </p>
<p><img title="Finding CSS class for navigation menu container" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/11/navmenuclass.jpg" alt="Finding CSS class for navigation menu container" width="550" height="257" class="alignnone size-full wp-image-47833" /></p>
<p>After that you can use the following custom CSS to change background color of navigation menu bar. </p>
<pre class="brush: css; title: ; notranslate">
.navigation-top { 
background-color:#000; 
}
</pre>
<p>Here is how it looked on our demo website. </p>
<p><img title="Changing background color of navigation menu bar" src="http://cdn.wpbeginner.com/wp-content/uploads/2017/11/backgroundcolor.jpg" alt="Changing background color of navigation menu bar" width="550" height="283" class="alignnone size-full wp-image-47834" /></p>
<h4>3. How to Change Background Color of a Single Menu Item</h4>
<p>You may have noticed that many websites use a different background color for the most important links in their navigation menu. This link could be a login, sign up, contact, or buy button. By giving it a different color, it makes the link more noticeable. </p>
<p>To achieve this, we will add a custom CSS class to the menu item that we want highlight with a different background color. </p>
<p>Head over to <strong>Appearance &raquo; Menus</strong> and click on the Screen Options button at the top right corner of the screen. This will bring up a fly down menu where you need to check the box next to &#8216;CSS classes&#8217; option. </p>
<p><img title="Enable CSS classes option for individual menu items" src="http://cdn.wpbeginner.com/wp-content/uploads/2017/11/cssclassesoption.jpg" alt="Enable CSS classes option for individual menu items" width="550" height="252" class="alignnone size-full wp-image-47821" /></p>
<p>After that you need to scroll down to the menu item that you want to modify and click to expand it. You will notice a new option to add your custom CSS class. </p>
<p><img title="Adding custom css class to a menu item" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/11/customcss.jpg" alt="Adding custom css class to a menu item" width="550" height="248" class="alignnone size-full wp-image-47835" /></p>
<p>Now you can use this CSS class to style that particular menu item differently. </p>
<pre class="brush: css; title: ; notranslate">
.contact-us { 
background-color: #ff0099;
border-radius:5px;
}
</pre>
<p>Here is how it looked on our test site. </p>
<p><img title="Changing background color of a single menu item in WordPress navigation menus" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/11/singlemenuitem.jpg" alt="Changing background color of a single menu item in WordPress navigation menus" width="550" height="223" class="alignnone size-full wp-image-47837" /></p>
<h4>4. Adding Hover Effects to WordPress Navigation Menus</h4>
<p>Do you want your menu items to change colors on mouse-over? This particular CSS trick makes your navigation menus look more interactive. </p>
<p>Simply add the following custom CSS to your theme. </p>
<pre class="brush: css; title: ; notranslate">
#top-menu  li.menu-item a:hover {
background-color:#fff;
color:#666;
border-radius:5px;
} 
</pre>
<p>In this example, #top-menu is the CSS ID used by your theme for the unordered navigation menu list. </p>
<p>Here is how this looked on our test site. </p>
<p><img title="Mouseover effect in WordPress navigation menus" src="http://cdn3.wpbeginner.com/wp-content/uploads/2017/11/mouseover1.gif" alt="Mouseover effect in WordPress navigation menus" width="550" height="309" class="alignnone size-full wp-image-47838" /></p>
<h4>5. Create Sticky Floating Navigation Menus in WordPress</h4>
<p>Normally navigation menus appear on top and disappear as a user scrolls down. Sticky floating navigation menus stay on top as a user scrolls down. </p>
<p>You can add the following CSS code to your theme to make your navigation menus sticky. </p>
<pre class="brush: css; title: ; notranslate">
#top-menu {
    background:#2194af;
    height:60px;
    z-index:170;
    margin:0 auto;
    border-bottom:1px solid #dadada;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align: right;
    padding-right:30px
}
</pre>
<p>Simply replace #top-menu with the CSS ID of your navigation menu.</p>
<p>Here is how it looked in our demo: </p>
<p><img title="Sticky navigation menu" src="http://cdn.wpbeginner.com/wp-content/uploads/2017/11/stickymenu.jpg" alt="Sticky navigation menu" width="550" height="233" class="alignnone size-full wp-image-47839" /> </p>
<p>For more detailed instructions and alternate method, see our guide on how to <a href="http://www.wpbeginner.com/wp-themes/how-to-create-a-sticky-floating-navigation-menu-in-wordpress/" title="How to Create a Sticky Floating Navigation Menu in WordPress">create a sticky floating navigation menu in WordPress</a>.</p>
<h4>6. Create Transparent Navigation Menus in WordPress</h4>
<p>Many websites use large or fullscreen background images with their call to action buttons. Using transparent menus makes your navigation blend in with the image. This makes users more likely to focus on your call to action. </p>
<p>Simply add the following sample CSS to your theme to make your navigation menus transparent. </p>
<pre class="brush: css; title: ; notranslate">
#site-navigation { 
background-color:transparent; 
}
</pre>
<p>This is how it looked on our demo site. </p>
<p><img title="Transparent navigation menus in WordPress" src="http://cdn.wpbeginner.com/wp-content/uploads/2017/11/transparent-menu.jpg" alt="Transparent navigation menus in WordPress" width="550" height="260" class="alignnone size-full wp-image-47840" /></p>
<p>Depending on your theme, you may need to adjust the position of the header image so that it covers the area behind your transparent menus. </p>
<p>We hope this article helped you learn how to style WordPress navigation menus. You may also want to see our guide on <a href="http://www.wpbeginner.com/wp-themes/how-to-create-a-mobile-ready-responsive-wordpress-menu/" title="How to Create a Mobile-Ready Responsive WordPress Menu">how to add mobile-ready responsive WordPress menu</a>. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-themes/how-to-style-wordpress-navigation-menus/">How to Style WordPress Navigation Menus</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/themes/how-to-style-wordpress-navigation-menus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
