<?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>WordPress Website &#8211; Aanha Digital</title>
	<atom:link href="https://www.aanhadigital.com/tag/wordpress-website/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aanhadigital.com</link>
	<description>All about Digital Marketing</description>
	<lastBuildDate>Sat, 15 Jan 2022 12:46:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>

<image>
	<url>https://www.aanhadigital.com/wp-content/uploads/2020/05/cropped-Profile-Aanha-Digital-32x32.png</url>
	<title>WordPress Website &#8211; Aanha Digital</title>
	<link>https://www.aanhadigital.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Steps to make changes in Header &#038; Footer in WordPress Website</title>
		<link>https://www.aanhadigital.com/steps-to-make-changes-in-header-footer-in-wordpress-website/</link>
					<comments>https://www.aanhadigital.com/steps-to-make-changes-in-header-footer-in-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[Kriti Aggarwal]]></dc:creator>
		<pubDate>Thu, 07 May 2020 06:20:54 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Header & Footer]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Website]]></category>
		<guid isPermaLink="false">https://aanhadigital.com/?p=566</guid>

					<description><![CDATA[<p>Remember/Caution, only if you are aware of the basics of coding, I would recommend you to make changes in the important files of your WordPress website directory. This method is limited to Websites setup on WordPress Platform. In order to add code to the Header &#38; Footer for various purposes [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.aanhadigital.com/steps-to-make-changes-in-header-footer-in-wordpress-website/">Steps to make changes in Header &#038; Footer in WordPress Website</a> appeared first on <a rel="nofollow" href="https://www.aanhadigital.com">Aanha Digital</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Remember/Caution, only if you are aware of the basics of coding, I would recommend you to make changes in the important files of your <a href="https://www.aanhadigital.com/dictionary/wordpress/">WordPress</a> website directory.</p>
<p>This method is limited to Websites setup on WordPress Platform. In order to add code to the Header &amp; Footer for various purposes and to make your website recognizable, here are the following steps &amp; different methods.</p>
<h4><strong>1. Easiest Method for few basic addition (No coding required)</strong></h4>
<p style="padding-left: 40px;">a.) Login to your Website backend through wp-admin &#8211; YourWebsiteURL/wp-admin  E.g. google.com/wp-admin.(Google.com is only used for reference purpose, this URL won’t work on Google as Google’s website is not using WordPress platform.)</p>
<p style="padding-left: 40px;">b.) Click on the big button in the middle of the webpage &#8211; &#8220;Customize Your Site&#8221; (See image)</p>
<p style="padding-left: 40px;">c.) Here you will find numerous theme settings to update Header &amp; Footer of the website, Like Adding Social Icons, updating Copyright etc. (see image)</p>
<p><em>Tips: Works for Non-Coders too. Features might differ from theme to theme</em></p>
<p><img fetchpriority="high" decoding="async" src="https://aanhadigital.com/wp-content/uploads/2020/05/pic-1-1024x339.png" sizes="(max-width: 640px) 100vw, 640px" srcset="https://aanhadigital.com/wp-content/uploads/2020/05/pic-1-1024x339.png 1024w, https://aanhadigital.com/wp-content/uploads/2020/05/pic-1-300x99.png 300w, https://aanhadigital.com/wp-content/uploads/2020/05/pic-1-768x254.png 768w" alt="" width="640" height="212" /></p>
<h4><strong>2. Method to enter to the PHP files from Front End</strong></h4>
<p style="padding-left: 40px;">a.) Login to your Website backend through wp-admin &#8211; YourWebsiteURL/wp-admin  E.g. google.com/wp-admin</p>
<p style="padding-left: 40px;">b.) In the left-hand sidebar, Go the Appearance&gt;Theme Editor.</p>
<p style="padding-left: 40px;">c.) Now you have entered the Core files of the website. Here you will find different PHP files including header.php and footer.php (see image)</p>
<p><em>Tips: Be extra careful while making changes to this section. Remember, any coding goes wrong here, your site will immediately crash</em></p>
<p><em>Suggestion: Copy the entire code of a file you are making changes to, e.g. header.php and save a copy to your Local Computer before editing the file. I recommend you to take a backup of the website</em></p>
<h4><strong>3. Method to Find files through Hosting Backend &#8211; (Possible only if you have cPanel/Hosting Login credentials)</strong></h4>
<p style="padding-left: 40px;">a.) Login to Hosting. Eg of some hosting providers, GoDaddy, Bluehost, HostGator etc.</p>
<p style="padding-left: 40px;">b.) Go to cPanel (Path to cPanel can differ depending upon the kind of Hosting Provider you have purchased hosting from)</p>
<p style="padding-left: 40px;">c.) Click on File Manager Folder. (See image)</p>
<p style="padding-left: 40px;">d.) Click on public_html folder. That&#8217;s where your website directory resides.</p>
<p style="padding-left: 40px;">e.) Here is the path of folders to find header.php, footer.php and other files &#8211; public_html/wp-content/themes/yourthemename. Eg. public_html/wp-content/themes/twentynineteen</p>
<p><img decoding="async" src="https://aanhadigital.com/wp-content/uploads/2020/05/pic-2-1024x614.png" sizes="(max-width: 640px) 100vw, 640px" srcset="https://aanhadigital.com/wp-content/uploads/2020/05/pic-2-1024x614.png 1024w, https://aanhadigital.com/wp-content/uploads/2020/05/pic-2-300x180.png 300w, https://aanhadigital.com/wp-content/uploads/2020/05/pic-2-768x460.png 768w, https://aanhadigital.com/wp-content/uploads/2020/05/pic-2.png 1437w" alt="" width="640" height="384" /></p>


<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Blog | Aanha Digital -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-4985390780507876"
     data-ad-slot="6198055499"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>The post <a rel="nofollow" href="https://www.aanhadigital.com/steps-to-make-changes-in-header-footer-in-wordpress-website/">Steps to make changes in Header &#038; Footer in WordPress Website</a> appeared first on <a rel="nofollow" href="https://www.aanhadigital.com">Aanha Digital</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aanhadigital.com/steps-to-make-changes-in-header-footer-in-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Trackbacks</title>
		<link>https://www.aanhadigital.com/dictionary/trackbacks/</link>
					<comments>https://www.aanhadigital.com/dictionary/trackbacks/#respond</comments>
		
		<dc:creator><![CDATA[Kriti Aggarwal]]></dc:creator>
		<pubDate>Mon, 20 Apr 2020 10:22:38 +0000</pubDate>
				<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[WordPress Website]]></category>
		<guid isPermaLink="false">https://aanhadigital.com/?p=338</guid>

					<description><![CDATA[<p>Trackbacks Traceback is an acknowledgment of the link created on the blog. It is a way to notify the WordPress blog system that it has been linked to some other blog. It can be sent either automatically through settings or by using the traceback URI from a WordPress blog (ends [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.aanhadigital.com/dictionary/trackbacks/">Trackbacks</a> appeared first on <a rel="nofollow" href="https://www.aanhadigital.com">Aanha Digital</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="338" class="elementor elementor-338">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-40563e0a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="40563e0a" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6784ac16" data-id="6784ac16" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2f373b elementor-widget elementor-widget-heading" data-id="2f373b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-xl">Trackbacks</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-64ead169 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="64ead169" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-20226df1 elementor-widget elementor-widget-text-editor" data-id="20226df1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong>Traceback</strong> is an acknowledgment of the link created on the blog. It is a way to notify the <a href="https://www.aanhadigital.com/dictionary/wordpress/">WordPress</a> blog system that it has been linked to some other blog. It can be sent either automatically through settings or by using the traceback URI from a WordPress blog (ends with /traceback/).</p>						</div>
				</div>
				<div class="elementor-element elementor-element-a4a8a5d elementor-widget elementor-widget-image" data-id="a4a8a5d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img decoding="async" width="550" height="173" src="https://www.aanhadigital.com/wp-content/uploads/2020/04/sendtrackbacks-classic.jpg" class="attachment-large size-large wp-image-638" alt="send trackbacks, pingback, what is trackback" srcset="https://www.aanhadigital.com/wp-content/uploads/2020/04/sendtrackbacks-classic.jpg 550w, https://www.aanhadigital.com/wp-content/uploads/2020/04/sendtrackbacks-classic-300x94.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" />													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a rel="nofollow" href="https://www.aanhadigital.com/dictionary/trackbacks/">Trackbacks</a> appeared first on <a rel="nofollow" href="https://www.aanhadigital.com">Aanha Digital</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aanhadigital.com/dictionary/trackbacks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
