<?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; Jitendra Zaa</title>
	<atom:link href="https://www.jitendrazaa.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Fri, 08 May 2015 20:19:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">87744916</site><atom:link rel="search" type="application/opensearchdescription+xml" title="Search Jitendra Zaa" href="https://www.jitendrazaa.com/blog/wp-json/opensearch/1.1/document" />	<item>
		<title>Addthis plugin for wordpress &#8211; serving request to b.scorecardresearch.com</title>
		<link>https://www.jitendrazaa.com/blog/webtech/addthis-plugin-for-wordpress-serving-request-to-b-scorecardresearch-com/</link>
					<comments>https://www.jitendrazaa.com/blog/webtech/addthis-plugin-for-wordpress-serving-request-to-b-scorecardresearch-com/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Fri, 08 May 2015 20:09:07 +0000</pubDate>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4440</guid>

					<description><![CDATA[Recently my website was slow and I tried to search for possible causes. While checking network traffic in google chrome, I found that my website was making request to &#8220;b.scorecardresearch.com&#8221; and reputation is not good at all for this site. I did my research on wordpress forums and found that &#8220;addthis&#8221; plugin was making requests [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Recently my website was slow and I tried to search for possible causes.</p>
<p style="text-align: justify;">While checking network traffic in google chrome, I found that my website was making request to &#8220;<strong>b.scorecardresearch.com</strong>&#8221; and reputation is not good at all for this site. I did my research on wordpress forums and found that &#8220;addthis&#8221; plugin was making requests to this site and there is no way to restrict it.</p>
<p style="text-align: justify;">I am writing this post, so that readers would know that one of <a href="https://www.jitendrazaa.com/blog/tag/wordpress/">WordPress </a>plugins that makes request to &#8220;b.scorecardresearch.com&#8221; is <strong>addthis</strong>. I have decided to remove this plugin from my blog as I don&#8217;t want my visitors information to be traced and slow website.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/webtech/addthis-plugin-for-wordpress-serving-request-to-b-scorecardresearch-com/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4440</post-id>	</item>
		<item>
		<title>How to make WordPress blog faster and minimize CPU Usage</title>
		<link>https://www.jitendrazaa.com/blog/webtech/how-to-make-wordpress-site-fast-and-minimize-cpu-usage/</link>
					<comments>https://www.jitendrazaa.com/blog/webtech/how-to-make-wordpress-site-fast-and-minimize-cpu-usage/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Sun, 06 Oct 2013 12:45:50 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Cron Job]]></category>
		<category><![CDATA[JetPack]]></category>
		<category><![CDATA[W3 Total Cache]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3495</guid>

					<description><![CDATA[In this article, I will share my personal experience regarding this blog performance and nightmares of disabling website everyday because of CPU Utilization. I tried all my best however I was unable to figure out the cause of high CPU Usage by wordPress. I tried many articles on Google and at last I found some [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this article, I will share my personal experience regarding this blog performance and nightmares of disabling website everyday because of CPU Utilization. I tried all my best however I was unable to figure out the cause of high CPU Usage by wordPress. I tried many articles on Google and at last I found some pointers and able to escape from this problem.</p>
<p>This article is specific to my problem only, However I am sure it will help many others also.</p>
<p>I started with ways, which will less impact my blog and will take less time.</p>
<p><strong>1. Disable WordPress Cron Job</strong></p>
<p>This was my first step, disabling cron Job. In most of cases we are not using this feature. Mostly it is used when you schedule some article to publish on some day or time. To disable it, Open &#8220;wp-config.php&#8221; file and add below line at top of page.</p>
<blockquote><p>define(&#8220;˜DISABLE_WP_CRON&#8217;, true);</p></blockquote>
<p><em><strong>What if I need this cron job ?</strong></em></p>
<p>You can easily create a cron Job anytime, by following below process.<br />
a. Log into your cPanel.<br />
b. In the Advanced section, click Cron jobs.<br />
c. Under Add New Cron Job, select the time interval. It is recommended not to add time interval less than 15 minutes.<br />
d. Set the cron command to the following, replacing yourwebsite.com with your actual domain name:</p>
<blockquote><p>wget -q -O &#8211; http://yourwebsite.com/wp-cron.php?doing_wp_cron &gt;/dev/null 2&gt;&amp;1</p></blockquote>
<p>The above command tells the Linux server to run wp-cron via wget, which will trigger the wp-cron.php script to do it&#8217;s job on your schedule instead of on each page view. This will lessen the amount of processes on the server.</p>
<p>e. Click Add New Cron Job to set the cron.</p>
<p><strong>2. Disable Plugins</strong></p>
<p>Now, Here comes actual reason for WordPress blog high CPU usage. I had many plugins and started to disable one by one.<span id="more-3495"></span></p>
<ul>
<li><a title="Yet Another related post plugin (YARPP)" href="http://wordpress.org/plugins/yet-another-related-posts-plugin/">Yet Another related posts Plugin (YARPP) :</a> After reading many posts on same topic, I found that many WordPress users were having performance issue because of this plugin. This plugin implements unique algorithm to automatically match related articles. If you don&#8217;t have any shared server and performance issue, this is must install plugin for high SEO. Unfortunately I had to uninstall it.</li>
<li><a title="All in One SEO Pack" href="http://wordpress.org/plugins/all-in-one-seo-pack/">All in One SEO Pack :</a> This is also good plugin However imagine amount of computation used while trying automatically add metadata and all other SEO related stuff. So, I had no other option than disabling it.</li>
</ul>
<p>There are many alternatives and light weight plugin suggested for above plugins, However on safer side, I decided not to install anything.</p>
<p>Even after all above stuff, My website started to disabled after 2-3 days instead of 1 day. It was some relief <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I started digging up, Googling again and then decided not to use any theme other than WordPress provided.</p>
<p><strong>3. Change WordPress Theme</strong></p>
<p>This was something I was trying to avoid. I was using same theme for last three year and I was not in favor of changing look and feel of my website. As a last option, I uninstalled old theme and replaced it with <a title="Twenty Twelve" href="http://wordpress.org/themes/twentytwelve">Twenty Twelve (Standard Theme provided by WordPress)</a>.</p>
<p><em><span style="text-decoration: underline;">Why I chose this theme ?</span></em></p>
<p>Well, it is standard theme provided by WordPress team. So, I thought nothing can beat performance of this theme. It is very simple and elegant theme.</p>
<p>Luckily, I know little bit about CSS, so I started to change (Only CSS and few PHP codes) this theme. After 2 days ( I spent nearly 4 hours ) I was able to get almost 90% of same look and feel of my old theme.</p>
<p><strong>4. Install W3 Total Cache</strong></p>
<p>I have seen many article on WordPress performance and almost every article suggested for some caching mechanism. As WordPress doesn&#8217;t provide any out of box functionality however there is brilliant plugin available absolutely free of cost named as &#8220;<a title="W3 Total Cache" href="http://wordpress.org/plugins/w3-total-cache/">W3 Total Cache</a>&#8220;. This plugin is used by more than 2 millions WordPress blog. It is delivering website with lightening speed at same time load on Server is very low.</p>
<p><strong>5. Uninstall Jetpack Plugin ( I cant Believe it  )</strong></p>
<p>At this stage, most of WordPress bloggers problem may resolve. However I was surprised when my website is disabled after one week. Web hosting support agent informed me that CPU usage still shows highest usage at some point (not always). Only plugin I had was <a title="JetPack by WordPress" href="http://wordpress.org/plugins/jetpack/">JetPack</a>. I informed my web hosting provider that its not possible because I am running simple WordPress site with almost no plugin.</p>
<p>It is well known and understood that JetPack will do all processing on remote Server. I tried to search WordPress support and found that I was not single person having problem with this plugin. There were many bloggers reported performance issue because of JetPack.</p>
<p>JetPack is very nice plugin which provides almost everything like Mobile Theme, Statistics etc. I decided to give it a try by removing it.</p>
<p>And result ? <span style="text-decoration: underline;">Everything was perfect.</span></p>
<p>I have shared all my experience on performance and high CPU Usage problems. After following all above steps, I tried my blog performance at <a title="Check website performance" href="http://gtmetrix.com/">GTmetrix </a>and at time of writing this article, this blog performance was 95% (Grade A) using Page Speed API and 88% (Grade B) using YSlow API.</p>
<p>I would like to listen your story, your feedback is most welcome.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/webtech/how-to-make-wordpress-site-fast-and-minimize-cpu-usage/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3495</post-id>	</item>
		<item>
		<title>Create Forum inside WordPress blog using Mingle Forum Plugin</title>
		<link>https://www.jitendrazaa.com/blog/others/tips/create-forum-inside-wordpress-blog-using-mingle-forum-plugin/</link>
					<comments>https://www.jitendrazaa.com/blog/others/tips/create-forum-inside-wordpress-blog-using-mingle-forum-plugin/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Tue, 20 Dec 2011 19:12:07 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2572</guid>

					<description><![CDATA[Tutorial of How to create Forum inside Wordpress blog using Mingle Forum Plugin]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">This was the requirement of one of my friend who needed integration of forum with wordpress blog. All the users of wordpress should be able to login into the forum. It was the good idea but normally i have not seen this type of functionality. Then after searching i came across one powerful forum plugin for the wordpress named &#8220;<a title="Mingle forum for the wordpress" href="http://cartpauj.icomnow.com/projects/mingle-forum-plugin/" target="_blank">Mingle Forum for the wordpress</a>&#8220;.</p>
<p style="text-align: justify;">To start with it install the &#8220;Mingle Forum&#8221; plugin and activate it.<span id="more-2572"></span></p>
<p style="text-align: justify;">Create one page (may be with name Forum) in wordpress and write text &#8220;<strong>[mingleforum]</strong>&#8221; and disable the comments, trackback and ping-backs.</p>
<p style="text-align: justify;">Now in the settings of Mingle forum, create a new Forum. I had created two forum for the demo purpose. You can see new Topic image in below screen shot. Whenever you will open the Page on which &#8220;<strong>[mingleforum]</strong>&#8221; is written, the forum will functionality will be opened.</p>
<figure id="attachment_2573" aria-describedby="caption-attachment-2573" style="width: 460px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Integration-of-forum-with-Wordpress-blog.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class=" wp-image-2573  " title="Integration of forum with WordPress blog" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Integration-of-forum-with-Wordpress-blog.png?resize=460%2C376&#038;ssl=1" alt="Integration of forum with WordPress blog" width="460" height="376" /></a><figcaption id="caption-attachment-2573" class="wp-caption-text">Integration of forum with WordPress blog</figcaption></figure>
<p style="text-align: justify;">The reason i have suggested for the mingle forum because its very flexible in terms of settings and very active updates are available for the WordPress.</p>
<p style="text-align: justify;">Also there is online video available about the configuration of the Mingle Forum,<a title="Video of Mingle Forum Setup in WordPress" href="http://www.youtube.com/watch?v=t66BST_kU6g" target="_blank"> you can check here</a>.</p>
<p style="text-align: justify;">I hope this will be very hopeful for lots of the bloggers.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/others/tips/create-forum-inside-wordpress-blog-using-mingle-forum-plugin/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2572</post-id>	</item>
		<item>
		<title>Google Speed Online API widget integration with W3 Total Cache in WordPress</title>
		<link>https://www.jitendrazaa.com/blog/webtech/seo/google-speed-online-api-widget-integration-with-w3-total-cache-in-wordpress/</link>
					<comments>https://www.jitendrazaa.com/blog/webtech/seo/google-speed-online-api-widget-integration-with-w3-total-cache-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Tue, 20 Dec 2011 18:50:53 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2576</guid>

					<description><![CDATA[Tutorial of Google Speed API widget integration with W3 Total Cache in WordPress with step by step Screenshot]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><a title="Total Cache solution" href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a> is the industry known solution for the caching mechanism of WordPress blog. Even lots of hosting proving companies like <a title="Web Hosting Provider" href="http://www.hostgator.com/" target="_blank">HostGator </a>is suggesting the users to use this plugin for there wordpress blog. The &#8220;W3 Total Cache &#8221; has lots of advance feature and needs expert level of understanding to enable or disable those options. From many options available, there is the option of displaying &#8220;<a title="Google Speed Online API" href="https://code.google.com/apis/console/" target="_blank">Google Speed Online API</a>&#8221; widget on the dashboard of the WordPress which will display the performance of the website on scale of 100.</p>
<p>Getting started with Google Speed Online API:</p>
<p>Go to <a title="Google API Console" href="https://code.google.com/apis/console/" target="_blank">Google APIs Console</a> and navigate to &#8220;Services&#8221;.</p>
<figure id="attachment_2579" aria-describedby="caption-attachment-2579" style="width: 291px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Google-API-Console.png?ssl=1"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-2579" title="Google API Console" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Google-API-Console.png?resize=291%2C225&#038;ssl=1" alt="Google API Console" width="291" height="225" /></a><figcaption id="caption-attachment-2579" class="wp-caption-text">Google API Console</figcaption></figure>
<p><span id="more-2576"></span>Now go to &#8220;Page Speed Online API&#8221; listing and enable it.</p>
<figure id="attachment_2581" aria-describedby="caption-attachment-2581" style="width: 496px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Google-Page-Speed-Online-API.png?ssl=1"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-2581" title="Google Page Speed Online API" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Google-Page-Speed-Online-API.png?resize=496%2C147&#038;ssl=1" alt="Google Page Speed Online API" width="496" height="147" /></a><figcaption id="caption-attachment-2581" class="wp-caption-text">Google Page Speed Online API</figcaption></figure>
<p>Accept the terms of the service and navigate to &#8220;API Access&#8221; tab.</p>
<figure id="attachment_2582" aria-describedby="caption-attachment-2582" style="width: 423px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Google-API-Access.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-2582" title="Google API Access" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Google-API-Access.png?resize=423%2C202&#038;ssl=1" alt="Google API Access" width="423" height="202" /></a><figcaption id="caption-attachment-2582" class="wp-caption-text">Google API Access</figcaption></figure>
<p>Copy the API Key displayed in &#8220;Simple API Access&#8221; section as shown in below image:</p>
<figure id="attachment_2583" aria-describedby="caption-attachment-2583" style="width: 481px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Simple-API-Access.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-2583" title="Google Simple API Access" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/Simple-API-Access.png?resize=481%2C251&#038;ssl=1" alt="Google Simple API Access" width="481" height="251" /></a><figcaption id="caption-attachment-2583" class="wp-caption-text">Google Simple API Access</figcaption></figure>
<p>I am assuming that the W3 Total Cache is already installed. So go to &#8220;<strong>Performance | General Settings</strong>&#8221; and Miscellaneous section.</p>
<figure id="attachment_2584" aria-describedby="caption-attachment-2584" style="width: 336px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/W3-Total-Cache-Google-API-Setting.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-2584" title="W3 Total Cache Google API Setting" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/W3-Total-Cache-Google-API-Setting.png?resize=336%2C188&#038;ssl=1" alt="W3 Total Cache Google API Setting" width="336" height="188" /></a><figcaption id="caption-attachment-2584" class="wp-caption-text">W3 Total Cache Google API Setting</figcaption></figure>
<p>Click on the Save all settings after entering the API key provided by the google and also dont forget to select the check box saying &#8220;Enable Google Page Speed dashboard widget&#8221;.</p>
<p>Now go to the dashboard and you will see the following type of report:</p>
<figure id="attachment_2586" aria-describedby="caption-attachment-2586" style="width: 450px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/W3-Total-Cache-Google-API-Report.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-2586" title="W3 Total Cache Google API Report" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/12/W3-Total-Cache-Google-API-Report.png?resize=450%2C227&#038;ssl=1" alt="W3 Total Cache Google API Report" width="450" height="227" /></a><figcaption id="caption-attachment-2586" class="wp-caption-text">W3 Total Cache Google API Report</figcaption></figure>
<p>I hope this article is very useful for most of the Web developers and the bloggers.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/webtech/seo/google-speed-online-api-widget-integration-with-w3-total-cache-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2576</post-id>	</item>
		<item>
		<title>Sort comment in reverse order &#8211; WordPress</title>
		<link>https://www.jitendrazaa.com/blog/others/tips/sort-comment-in-reverse-order-wordpress/</link>
					<comments>https://www.jitendrazaa.com/blog/others/tips/sort-comment-in-reverse-order-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 08:13:04 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2550</guid>

					<description><![CDATA[PHP code to sort the comment in WordPress blog in reverse order]]></description>
										<content:encoded><![CDATA[<p>In many cases the blogger may want to sort the comment of there WordPress blog by latest comment at top, like me.</p>
<p>Instead of installing any plugin, i have done following code changes in &#8220;<strong>comments.php</strong>&#8220;.<span id="more-2550"></span></p>
<p>Somewhere in &#8220;<strong>comments.php</strong>&#8220;, you will find below line of code &#8211;</p>
<pre class="brush: php; title: ; notranslate">
foreach ($comments as $comment) :
</pre>
<p>Add following code just above the for loop</p>
<pre class="brush: php; title: ; notranslate">
$comments = array_reverse($comments);
</pre>
<p>so, the final code will become</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
	/*Start By Jitendra*/
	$comments = array_reverse($comments);
	/*End By Jitendra*/
	foreach ($comments as $comment) :
?&gt;
</pre>
<p>I hope, this little trick will be very useful for few WordPress bloggers.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/others/tips/sort-comment-in-reverse-order-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2550</post-id>	</item>
		<item>
		<title>WordPress error resolved &#8211; problem while switching from HTML to Visual editor after embedding the code</title>
		<link>https://www.jitendrazaa.com/blog/webtech/wordpress-error-resolved-problem-while-switching-from-html-to-visual-after-embedding-the-code/</link>
					<comments>https://www.jitendrazaa.com/blog/webtech/wordpress-error-resolved-problem-while-switching-from-html-to-visual-after-embedding-the-code/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:59:56 +0000</pubDate>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2309</guid>

					<description><![CDATA[Wordpress error resolved - problem while switching from HTML to Visual  editor after embedding the code]]></description>
										<content:encoded><![CDATA[<p>Hi Friends,<br />
Hi faced this error many times but was unable to analyzed the root cause of problem.<br />
Whenever i embedded the code in my blog and come back to edit, sometime the wordpress editor discarded my code. It was not always but often.</p>
<p><strong>How to reproduce the error ?</strong></p>
<ol>
<li>Go to HTML tab and embed few html code. i am using syntaxhighlighter, so my code is normally like enclosed in square bracket with text &#8220;sourcecode&#8221;. Go to Visual Tab it works fine.</li>
<li>Again go to HTML tab , save your article and close the window. (Remember you are closing the window when you are on HTML tab).</li>
<li>Now come to your post and navigate to &#8220;Visual&#8221; tab. you will notice that your HTML code is discarded. Don&#8217;t save anything.</li>
<li>Close the window again. (Remember, this time you are closing the window while you was on &#8220;Visual&#8221; tab.)</li>
<li>Come back again to your post and you will see that your code is just fine.</li>
</ol>
<p><strong>Conclusion :</strong><br />
If you close your window while you are in &#8220;HTML&#8221; tab, next time when you will come back it opens the code in same tab (&#8220;HTML&#8221;) by default and when you switch to &#8220;Visual&#8221; tab it discards the html code. So to avoid this problem,<strong> always close your window when you will be in &#8220;Visual&#8221; tab.</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/webtech/wordpress-error-resolved-problem-while-switching-from-html-to-visual-after-embedding-the-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2309</post-id>	</item>
		<item>
		<title>Free up MySQL Space in WordPress &#8211; Delete Akismet Logs</title>
		<link>https://www.jitendrazaa.com/blog/webtech/free-up-mysql-space-in-wordpress-delete-akismet-logs/</link>
					<comments>https://www.jitendrazaa.com/blog/webtech/free-up-mysql-space-in-wordpress-delete-akismet-logs/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 18:23:27 +0000</pubDate>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2293</guid>

					<description><![CDATA[Free up MySQL Space in Wordpress - Delete unused Akismet Logs ]]></description>
										<content:encoded><![CDATA[<p>Akismet is owsome plugin to protect your WordPress site from the spams. However, before writing this article, i was checking the space used by the database. I was so surprised when i saw that the table named &#8220;<strong>wp_commentmeta</strong>&#8221; was having more than 11k records using 20MB of the space.</p>
<p>After some time, i found that Akismet uses that table as a log to display the reports about spam. Spams are automatically deleted by akismet, but entry for every spam was maintained in that table.</p>
<p>When i run below query to find the orphan comments meta :</p>
<pre class="brush: sql; title: ; notranslate">
Select * FROM wp_commentmeta WHERE comment_id NOT IN
(SELECT comment_id FROM wp_comments)
</pre>
<p>There were nearly 10k records which were orphans. To free up the memory, i run below query</p>
<pre class="brush: sql; title: ; notranslate">
DELETE FROM wp_commentmeta WHERE comment_id NOT IN
(SELECT comment_id FROM wp_comments)
</pre>
<p>With the help of above query, i free up nearlly 18MB of space.</p>
<p>Please leave your valuable feedback over the same problem.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/webtech/free-up-mysql-space-in-wordpress-delete-akismet-logs/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2293</post-id>	</item>
		<item>
		<title>CPanel &#8211; PHP &#8211; 500 internal server error</title>
		<link>https://www.jitendrazaa.com/blog/webtech/cpanel-php-500-internal-server-error/</link>
					<comments>https://www.jitendrazaa.com/blog/webtech/cpanel-php-500-internal-server-error/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Mon, 28 Mar 2011 16:34:07 +0000</pubDate>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1848</guid>

					<description><![CDATA[Error Resolved - CPanel - PHP - 500 internal server error]]></description>
										<content:encoded><![CDATA[<p>Hello Reader,<br />
Before one day everything on my blog was working great however suddenly i got error &#8220;<strong>500 internal server error</strong>&#8221; for my wordpress blog.<br />
After 1-2 hour digging i got to know that my hosting provider has enabled &#8220;<strong>SU-PHP</strong>&#8220;.</p>
<p><strong>If The server is having SU-PHP enabled :</strong><br />
You can create a custom php.ini file to customize your php configurations. If you are getting 500 internal server error, please create a file php.ini in your public_html folder and enter the following line:</p>
<blockquote><p>&#8220;suhosin.Simulation On&#8221;</p></blockquote>
<p>If you are getting same error under wp-admin login page then copy your php.ini file under wp-admin/ directory and check once again.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/webtech/cpanel-php-500-internal-server-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1848</post-id>	</item>
		<item>
		<title>wordpress update error &#8211; allowed memory size exhausted</title>
		<link>https://www.jitendrazaa.com/blog/others/tips/wordpress-update-error-allowed-memory-size-exhausted/</link>
					<comments>https://www.jitendrazaa.com/blog/others/tips/wordpress-update-error-allowed-memory-size-exhausted/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Sun, 20 Feb 2011 06:25:08 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1538</guid>

					<description><![CDATA[wordpress update error - allowed memory size exhausted]]></description>
										<content:encoded><![CDATA[<p>This error normally occurs while updating the WordPress blog, The reason of this error usually because of allocated PHP memory size  for the WordPress blog.</p>
<p><strong>Increasing memory allocated to PHP</strong></p>
<p>Also released with Version 2.5, the <strong>WP_MEMORY_LIMIT</strong> option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as &#8220;<strong>Allowed memory size of xxxxxx bytes exhausted</strong>&#8220;.<span id="more-1538"></span></p>
<p>This setting increases PHP Memory <strong>only for WordPress</strong>, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to <strong>32MB</strong> (code is at beginning of <strong>wp-settings.php</strong>), so the setting in <strong>wp-config.php</strong> should reflect something higher than 32MB.</p>
<p>WordPress will automatically check if PHP has been allocated less memory than the entered value before utilizing this function. For example, if PHP has been allocated 64MB, there is no need to set this value to 64M as WordPress will automatically use all 64MB if need be.</p>
<p>Please note, <strong><em>this setting may not work if your host does not allow for increasing the PHP memory limit&#8211;in that event</em></strong>, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB.</p>
<blockquote><p><strong>Increase PHP Memory to 64MB</strong></p>
<p>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;64M&#8217;);</p></blockquote>
<blockquote><p><strong>Increase PHP Memory to 96MB</strong></p>
<p>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;96M&#8217;);</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/others/tips/wordpress-update-error-allowed-memory-size-exhausted/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1538</post-id>	</item>
		<item>
		<title>Change Site URL &#8211; WordPress &#8211; Error &#8211; Breaks Site Structure</title>
		<link>https://www.jitendrazaa.com/blog/webtech/change-site-url-wordpress-error-breaks-site-structure/</link>
					<comments>https://www.jitendrazaa.com/blog/webtech/change-site-url-wordpress-error-breaks-site-structure/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Wed, 13 Oct 2010 11:59:17 +0000</pubDate>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1329</guid>

					<description><![CDATA[Changing site URL in Wordpress sometimes breaks the structure of site and users are not able to even login as admin to correct the problem. So here is the solution.]]></description>
										<content:encoded><![CDATA[<p>Changing site URL in WordPress sometimes breaks the structure of site and users are not able to even login as admin to correct the problem. So here is the solution.</p>
<p>Below is the example, that how the URL setting breaks the site:</p>
<figure id="attachment_1332" aria-describedby="caption-attachment-1332" style="width: 288px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/10/WordPress-Change-URl-Setting-Breaks-Website-error.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1332" title="WordPress Change URL Setting Breaks Website - error" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/10/WordPress-Change-URl-Setting-Breaks-Website-error.jpg?resize=288%2C561&#038;ssl=1" alt="WordPress Change URL Setting Breaks Website - error" width="288" height="561" /></a><figcaption id="caption-attachment-1332" class="wp-caption-text">WordPress Change URL Setting Breaks Website - error</figcaption></figure>
<p>To fix this problem,</p>
<p>You have to change the entry in database, as you cannot even log in to admin panel of wordpress.</p>
<p><span id="more-1329"></span></p>
<p>Go to <strong>Cpanel </strong>of your hosting site and open the <strong>wp-config.php </strong>to know the database in which tour wordpress application is save.</p>
<figure id="attachment_1334" aria-describedby="caption-attachment-1334" style="width: 508px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/10/WordPess-Edit-Wp-Config-Get-DataBase-Name.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1334" title="WordPess Edit Wp-Config Get DataBase Name" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/10/WordPess-Edit-Wp-Config-Get-DataBase-Name.jpg?resize=508%2C339&#038;ssl=1" alt="WordPess Edit Wp-Config Get DataBase Name" width="508" height="339" /></a><figcaption id="caption-attachment-1334" class="wp-caption-text">WordPess Edit Wp-Config Get DataBase Name</figcaption></figure>
<p>As you can see in above snap, the database name is &#8220;ilovenag_wrdp3&#8221;, off course it will be different for your website.</p>
<p>Now go to the above database as shown in below image:</p>
<figure id="attachment_1336" aria-describedby="caption-attachment-1336" style="width: 528px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/10/WordPess-Database-Correct-Site-URL-entry.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1336  " title="WordPess Database Correct Site URL entry" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/10/WordPess-Database-Correct-Site-URL-entry.jpg?resize=528%2C165&#038;ssl=1" alt="WordPess Database Correct Site URL entry" width="528" height="165" /></a><figcaption id="caption-attachment-1336" class="wp-caption-text">WordPess Database Correct Site URL entry</figcaption></figure>
<p>As you can see in above image, go to &#8220;wp_options&#8221; and edit the row number 2 and enter the correct domain name. and your problem will be solved.</p>
<p>Now login in wordpress by admin and revert the changes you had made earlier.</p>
<p><strong>Note : It is suggested that first you take the backup of wordpress database and then only perform the operations for the safer side.</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/webtech/change-site-url-wordpress-error-breaks-site-structure/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1329</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-04-18 04:31:03 by W3 Total Cache
-->