<?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 &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Fri, 12 Oct 2018 16:59:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to fix WordPress 404 Error on saving a new post or updating a post?</title>
		<link>https://www.techawaken.com/fix-wordpress-404-error-saving-post-updating-post/</link>
				<comments>https://www.techawaken.com/fix-wordpress-404-error-saving-post-updating-post/#respond</comments>
				<pubDate>Fri, 12 Oct 2018 16:59:09 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">https://www.techawaken.com/?p=855</guid>
				<description><![CDATA[<p>I was working on a blog post and had written a part of it and saved it. After some days, I visited the post again to complete it but it would not save, clicking on "Save Draft" button displayed a 404 not found page.</p>

<p>I tried to edit the post with same new content multiple times but same 404 error. Then, since I already had some post content saved, I tried to save it again with no update; it worked. So, I started updating the post content in steps, it was working and content was saving.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/wordpress-post-formats/" rel="bookmark" title="What are WordPress Post Formats, why &#038; how to use them?">What are WordPress Post Formats, why &#038; how to use them? </a></li>
<li><a href="https://www.techawaken.com/disable-post-revisions-wordpress/" rel="bookmark" title="Disable Post Revisions in WordPress">Disable Post Revisions in WordPress </a></li>
<li><a href="https://www.techawaken.com/create-admin-account-wordpress-ftp/" rel="bookmark" title="Create a new admin account in WordPress via FTP">Create a new admin account in WordPress via FTP </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/fix-wordpress-404-error-saving-post-updating-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Child theme stylesheet loading before the parent theme stylesheet</title>
		<link>https://www.techawaken.com/child-theme-stylesheet-loading-parent-theme-stylesheet/</link>
				<comments>https://www.techawaken.com/child-theme-stylesheet-loading-parent-theme-stylesheet/#respond</comments>
				<pubDate>Tue, 01 Sep 2015 19:38:03 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Child Theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp_enqueue_scripts]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=699</guid>
				<description><![CDATA[<p>
I was creating a child theme for a wordpress theme. I created <strong><em>style.css</em></strong> file in child theme which overrided some of the parent theme styles and a <strong><em>functions.php</em></strong> file which included the parent <strong><em>style.css</em></strong> as below:
</p>
<p>
<pre>

&#60;?php
function theme_enqueue_styles() {
wp_enqueue_style( &#039;parent-style&#039;, get_template_directory_uri() . &#039;/style.css&#039; );
}
add_action( &#039;wp_enqueue_scripts&#039;, &#039;theme_enqueue_styles&#039; );
?&#62;

</pre>


</p>
<p>
Now when I activated the child theme from Wordpress admin, changes in the child theme were not reflecting. I checked the browser source code and found that the child <strong><em>style.css</em></strong> was included before the parent <strong><em>style.css</em></strong>.
</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-smooth-scroll-top-effect-wordpress-jquery/" rel="bookmark" title="How to Add a Smooth Scroll to Top Effect in WordPress using jQuery">How to Add a Smooth Scroll to Top Effect in WordPress using jQuery </a></li>
<li><a href="https://www.techawaken.com/create-admin-account-wordpress-ftp/" rel="bookmark" title="Create a new admin account in WordPress via FTP">Create a new admin account in WordPress via FTP </a></li>
<li><a href="https://www.techawaken.com/wordpress-post-formats/" rel="bookmark" title="What are WordPress Post Formats, why &#038; how to use them?">What are WordPress Post Formats, why &#038; how to use them? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/child-theme-stylesheet-loading-parent-theme-stylesheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Create a new admin account in WordPress via FTP</title>
		<link>https://www.techawaken.com/create-admin-account-wordpress-ftp/</link>
				<comments>https://www.techawaken.com/create-admin-account-wordpress-ftp/#respond</comments>
				<pubDate>Thu, 07 May 2015 19:22:01 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Admin Account]]></category>
		<category><![CDATA[Forgot Password]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=670</guid>
				<description><![CDATA[<p>If your Wordpress admin account get locked then you can try to restore admin account access by using the "Lost your password?" link on the admin login page or you can try to reset your password by directly updating it in database.</p>
<p>There is one more way if you have FTP access to your Wordpress installation folder. Guess How? By creating a new admin account.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/magento-admin-this-account-locked-unlock-it/" rel="bookmark" title="Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it?">Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it? </a></li>
<li><a href="https://www.techawaken.com/setting-user-account-passwords-mysql/" rel="bookmark" title="Setting user account passwords in MySQL">Setting user account passwords in MySQL </a></li>
<li><a href="https://www.techawaken.com/reset-magento-admin-password/" rel="bookmark" title="How to reset Magento admin password?">How to reset Magento admin password? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/create-admin-account-wordpress-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to change the &#8220;Reply&#8221; text in the comments listing and add a custom css class to the &#8220;Reply&#8221; link?</title>
		<link>https://www.techawaken.com/change-reply-text-comments-listing-add-custom-css-class-reply-link/</link>
				<comments>https://www.techawaken.com/change-reply-text-comments-listing-add-custom-css-class-reply-link/#respond</comments>
				<pubDate>Fri, 15 Aug 2014 16:43:20 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Reply]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=610</guid>
				<description><![CDATA[If you open the comments.php template file and look at the source code you will find that "wp_list_comments" function is used to display the comments listing. To change the "Reply" text your can pass "reply_text" parameter to "wp_list_comments" function.

Similarly to customize the comments listing frontend design you can pass a callback function as parameter to "wp_list_comments" function.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-smooth-scroll-top-effect-wordpress-jquery/" rel="bookmark" title="How to Add a Smooth Scroll to Top Effect in WordPress using jQuery">How to Add a Smooth Scroll to Top Effect in WordPress using jQuery </a></li>
<li><a href="https://www.techawaken.com/wordpress-post-formats/" rel="bookmark" title="What are WordPress Post Formats, why &#038; how to use them?">What are WordPress Post Formats, why &#038; how to use them? </a></li>
<li><a href="https://www.techawaken.com/change-system-timezone-linux/" rel="bookmark" title="How to change the system timezone in Linux">How to change the system timezone in Linux </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/change-reply-text-comments-listing-add-custom-css-class-reply-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to Add a Smooth Scroll to Top Effect in WordPress using jQuery</title>
		<link>https://www.techawaken.com/add-smooth-scroll-top-effect-wordpress-jquery/</link>
				<comments>https://www.techawaken.com/add-smooth-scroll-top-effect-wordpress-jquery/#respond</comments>
				<pubDate>Wed, 26 Mar 2014 18:50:18 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scroll]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=488</guid>
				<description><![CDATA[We had discussed "<a title="How to Add Smooth Page Scroll to Top using jQuery" href="http://www.techawaken.com/add-smooth-page-scroll-top-jquery/">How to Add Smooth Page Scroll to Top using jQuery</a>" in one of our previous posts. Now lets see how to implement the same in Wordpress.

<strong>Step 1:</strong> Paste the below HTML any where in your theme’s footer.php file.

<pre>

&#60;a href="#" id="scrolltotop" title="Back to top"&#62;Back to top&#60;/a&#62;

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-smooth-page-scroll-top-jquery/" rel="bookmark" title="How to Add Smooth Page Scroll to Top using jQuery">How to Add Smooth Page Scroll to Top using jQuery </a></li>
<li><a href="https://www.techawaken.com/ie7-issues-with-jquery-removeattr-method/" rel="bookmark" title="IE7 issues with jQuery removeAttr method">IE7 issues with jQuery removeAttr method </a></li>
<li><a href="https://www.techawaken.com/wordpress-post-formats/" rel="bookmark" title="What are WordPress Post Formats, why &#038; how to use them?">What are WordPress Post Formats, why &#038; how to use them? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/add-smooth-scroll-top-effect-wordpress-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>What are WordPress Post Formats, why &#038; how to use them?</title>
		<link>https://www.techawaken.com/wordpress-post-formats/</link>
				<comments>https://www.techawaken.com/wordpress-post-formats/#respond</comments>
				<pubDate>Fri, 21 Feb 2014 14:44:37 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[aside]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[post format]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme feature]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=461</guid>
				<description><![CDATA[Post Formats is a theme feature introduced in Wordpress with version 3.1, means it will only be available if your theme supports it. A post format is a meta information that can be used by themes to categorize the posts to present them differently.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/excluding-pages-from-wordpress-search-results/" rel="bookmark" title="Excluding Pages from wordpress search results">Excluding Pages from wordpress search results </a></li>
<li><a href="https://www.techawaken.com/disable-post-revisions-wordpress/" rel="bookmark" title="Disable Post Revisions in WordPress">Disable Post Revisions in WordPress </a></li>
<li><a href="https://www.techawaken.com/excerptdiscussion-box-not-visible/" rel="bookmark" title="Excerpt/Discussion box not visible">Excerpt/Discussion box not visible </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/wordpress-post-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
