<?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>Sridhar Katakam</title>
	<atom:link href="http://sridharkatakam.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://sridharkatakam.com</link>
	<description>Genesis and WordPress Tutorials</description>
	<lastBuildDate>Tue, 07 Jun 2022 23:28:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Customize Post Info in Essence Pro&#8217;s Entry Header</title>
		<link>https://sridharkatakam.com/how-to-customize-entry-meta-in-essence-pros-entry-header/</link>
					<comments>https://sridharkatakam.com/how-to-customize-entry-meta-in-essence-pros-entry-header/#comments</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 23:27:43 +0000</pubDate>
				<category><![CDATA[Free Content]]></category>
		<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Essence Pro]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15273</guid>

					<description><![CDATA[Essence Pro&#8216;s (v1.5.1) entry header shows categories, date and author info in the entry meta by default. If you would like to remove all the info other than categories, simply edit Essence Pro&#8217;s functions.php, locate the essence_modify_post_info function (around L412) and replace with Before: After:]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/how-to-customize-entry-meta-in-essence-pros-entry-header/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15273</post-id>	</item>
		<item>
		<title>How to remove Taxonomy Description on WooCommerce Product Tag archives in Genesis</title>
		<link>https://sridharkatakam.com/how-to-remove-taxonomy-description-on-woocommerce-product-tag-archives-in-genesis/</link>
					<comments>https://sridharkatakam.com/how-to-remove-taxonomy-description-on-woocommerce-product-tag-archives-in-genesis/#respond</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Mon, 08 Nov 2021 00:23:19 +0000</pubDate>
				<category><![CDATA[Genesis]]></category>
		<category><![CDATA[genesis_archive_title_descriptions]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15254</guid>

					<description><![CDATA[In the Genesis Facebook group a user asks: I have a website with +1000 woocommerce producttags. Each of them has a genesis archive intro text that shows on the website. Is there a way to mass delete or hide this intro text? Looking at /wp-content/themes/genesis/lib/structure/archive.php we can see that genesis_do_archive_headings_intro_text() function is hooked to genesis_archive_title_descriptions [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/how-to-remove-taxonomy-description-on-woocommerce-product-tag-archives-in-genesis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15254</post-id>	</item>
		<item>
		<title>How to override add_theme_support from a functionality plugin</title>
		<link>https://sridharkatakam.com/how-to-override-add_theme_support-from-a-functionality-plugin/</link>
					<comments>https://sridharkatakam.com/how-to-override-add_theme_support-from-a-functionality-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Thu, 14 Oct 2021 00:50:58 +0000</pubDate>
				<category><![CDATA[Free Content]]></category>
		<category><![CDATA[Genesis]]></category>
		<category><![CDATA[add_theme_support]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15252</guid>

					<description><![CDATA[Certain Genesis child themes like the Genesis Sample defines some features like the number of footer widget areas in config/theme-supports.php like this: Full code: Generally speaking, child themes are meant to be customized. So if you are looking to change the number of footer widget areas to say 4, it is okay to change the [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/how-to-override-add_theme_support-from-a-functionality-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15252</post-id>	</item>
		<item>
		<title>How to change the After Content Featured flexible widget area into a normal widget area in Essence Pro</title>
		<link>https://sridharkatakam.com/how-to-change-the-after-content-featured-flexible-widget-area-into-a-normal-widget-area-in-essence-pro/</link>
					<comments>https://sridharkatakam.com/how-to-change-the-after-content-featured-flexible-widget-area-into-a-normal-widget-area-in-essence-pro/#respond</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Thu, 07 Oct 2021 03:48:03 +0000</pubDate>
				<category><![CDATA[Free Content]]></category>
		<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Essence Pro]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15249</guid>

					<description><![CDATA[Widgets placed in After Content Featured widget area when using Essence Pro (tested in v1.5.1) appear in columns or other layouts depending on the number of widgets. The line of code responsible for this is: in Essence Pro&#8217;s functions.php (around L538). If you are looking to have the widgets behave &#8220;normally&#8221; so they stack one [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/how-to-change-the-after-content-featured-flexible-widget-area-into-a-normal-widget-area-in-essence-pro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15249</post-id>	</item>
		<item>
		<title>Split Navigation in Genesis Sample 3.4.1</title>
		<link>https://sridharkatakam.com/split-navigation-in-genesis-sample-3-4-1/</link>
					<comments>https://sridharkatakam.com/split-navigation-in-genesis-sample-3-4-1/#comments</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Sun, 19 Sep 2021 11:17:52 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Premium Content]]></category>
		<category><![CDATA[Genesis Sample]]></category>
		<category><![CDATA[Split Nav]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15237</guid>

					<description><![CDATA[This members-only tutorial provides the steps to set up a nav menu having the site logo at the center in Genesis Sample 3.4.1. 960px and above: 959px and below: At smaller viewports we shall set the logo to appear the left with the hamburger menu at the right. Step 1 Upload your logo image at [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/split-navigation-in-genesis-sample-3-4-1/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15237</post-id>	</item>
		<item>
		<title>How to add a link to blog page in Front Page 2 widget area of Wellness Pro</title>
		<link>https://sridharkatakam.com/how-to-add-a-link-to-blog-page-in-front-page-2-widget-area-of-wellness-pro/</link>
					<comments>https://sridharkatakam.com/how-to-add-a-link-to-blog-page-in-front-page-2-widget-area-of-wellness-pro/#respond</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Tue, 08 Dec 2020 11:40:20 +0000</pubDate>
				<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Premium Content]]></category>
		<category><![CDATA[Wellness Pro]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15204</guid>

					<description><![CDATA[This members-only tutorial provides the steps to add a Read More button that can be linked to the blog below the four widgets in Front Page 2 widget area on Wellness Pro's homepage. Tested in Wellness Pro 1.1.4 and Genesis 3.3.3. Step 1 Edit /wp-content/themes/wellness-pro/front-page.php. Change genesis_widget_area( 'front-page-2', array( 'before' => '&#60;div id="front-page-2" class="front-page-2">&#60;div class="flexible-widgets [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/how-to-add-a-link-to-blog-page-in-front-page-2-widget-area-of-wellness-pro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15204</post-id>	</item>
		<item>
		<title>Split Navigation in Genesis Sample</title>
		<link>https://sridharkatakam.com/split-navigation-in-genesis-sample/</link>
					<comments>https://sridharkatakam.com/split-navigation-in-genesis-sample/#comments</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Fri, 09 Oct 2020 11:40:38 +0000</pubDate>
				<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Premium Content]]></category>
		<category><![CDATA[CSS Grid]]></category>
		<category><![CDATA[Genesis Sample]]></category>
		<category><![CDATA[Split Menu]]></category>
		<category><![CDATA[Split Nav]]></category>
		<category><![CDATA[Split Navigation]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15177</guid>

					<description><![CDATA[This&#160;members-only&#160;tutorial provides the steps to display&#160;primary&#160;navigation menu at the left, title area in the middle and secondary navigation menu at the right in Genesis Sample. Between 960px and 1399px (inclusive) we shall&#160;center&#160;the site header elements one below the other. 959px and below, it will appear as usual. with the menu expanded Tested in Genesis Sample [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/split-navigation-in-genesis-sample/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15177</post-id>	</item>
		<item>
		<title>Adding Social Icons in Essence Pro&#8217;s Header</title>
		<link>https://sridharkatakam.com/adding-social-icons-in-essence-pros-header/</link>
					<comments>https://sridharkatakam.com/adding-social-icons-in-essence-pros-header/#comments</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Thu, 17 Sep 2020 22:21:45 +0000</pubDate>
				<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Premium Content]]></category>
		<category><![CDATA[Essence Pro]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15164</guid>

					<description><![CDATA[This members-only tutorial provides the steps to register a custom "Next to Search" widget area and position it to the right of search in Essence Pro's site header. Widgets placed in this widget area like social icons, for example, will then appear in the header. Step 1 Register the next-to-search widget area. In Essence Pro's [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/adding-social-icons-in-essence-pros-header/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15164</post-id>	</item>
		<item>
		<title>How to remove published date from all category archives except for a specific category in Genesis</title>
		<link>https://sridharkatakam.com/how-to-remove-published-date-from-all-category-archives-except-for-a-specific-category-in-genesis/</link>
					<comments>https://sridharkatakam.com/how-to-remove-published-date-from-all-category-archives-except-for-a-specific-category-in-genesis/#comments</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 08:15:17 +0000</pubDate>
				<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Premium Content]]></category>
		<category><![CDATA[genesis_post_info]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15154</guid>

					<description><![CDATA[This premium tutorial provides the code to customize the post info to remove the published date from all category archive pages in Genesis except for a specified category. Add this in child theme's functions.php: To view the full content, please sign up for the membership. Already a member? Log in below or here.]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/how-to-remove-published-date-from-all-category-archives-except-for-a-specific-category-in-genesis/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15154</post-id>	</item>
		<item>
		<title>How to enable responsive hamburger menu for the footer menu in Infinity Pro</title>
		<link>https://sridharkatakam.com/how-to-enable-responsive-hamburger-menu-for-the-footer-menu-in-infinity-pro/</link>
					<comments>https://sridharkatakam.com/how-to-enable-responsive-hamburger-menu-for-the-footer-menu-in-infinity-pro/#comments</comments>
		
		<dc:creator><![CDATA[Sridhar Katakam]]></dc:creator>
		<pubDate>Mon, 27 Apr 2020 03:54:41 +0000</pubDate>
				<category><![CDATA[Free Content]]></category>
		<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Infinity Pro]]></category>
		<guid isPermaLink="false">https://sridharkatakam.com/?p=15111</guid>

					<description><![CDATA[A menu appearing in the Footer Menu location in Infinity Pro will appear expanded at all widths out of the box like this: If you want to have this secondary menu collapse into a mobile hamburger menu 800px and below similar to the header (primary) menu simply edit Infinity Pro&#8217;s functions.php and change to Users [&#8230;]]]></description>
		
					<wfw:commentRss>https://sridharkatakam.com/how-to-enable-responsive-hamburger-menu-for-the-footer-menu-in-infinity-pro/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15111</post-id>	</item>
	</channel>
</rss>
