<?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>TroubleFixers - All about fixing computer troubles &#187; wordpress</title>
	<atom:link href="http://www.troublefixers.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.troublefixers.com</link>
	<description>All about fixing computer troubles</description>
	<lastBuildDate>Sun, 21 Mar 2010 05:30:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[ Fixed ] Wordpress Missed Schedule Problem In Wordpress 2.9 For Scheduled Articles</title>
		<link>http://www.troublefixers.com/fixed-wordpress-missed-schedule-problem-in-wordpress-2-9-for-scheduled-articles/</link>
		<comments>http://www.troublefixers.com/fixed-wordpress-missed-schedule-problem-in-wordpress-2-9-for-scheduled-articles/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 13:43:04 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[wordpress missed schedule]]></category>

		<guid isPermaLink="false">http://www.troublefixers.com/fixed-wordpress-missed-schedule-problem-in-wordpress-2-9-for-scheduled-articles/</guid>
		<description><![CDATA[Trouble:
Recently when Wordpress 2.9 was released, we upgraded all our blogs to this version but after some time on some of the blogs we noticed that the articles which we have scheduled are not getting published.

 

After sometime we realized that it is a Wordpress 2.9 bug which has some problem in the code related [...]<p><a href="http://www.troublefixers.com/fixed-wordpress-missed-schedule-problem-in-wordpress-2-9-for-scheduled-articles/">[ Fixed ] Wordpress Missed Schedule Problem In Wordpress 2.9 For Scheduled Articles</a> is a post from <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Trouble:</strong></p>
<p>Recently when Wordpress 2.9 was released, we upgraded all our blogs to this version but after some time on some of the blogs we noticed that the articles which we have scheduled are not getting published.</p>
<blockquote></blockquote>
<p><a href="http://www.troublefixers.com/wp-content/uploads/images/FixedWordpressMissedScheduleProblemInW.9_CC80/wordpresslogo.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wordpress-logo" border="0" alt="wordpress-logo" src="http://www.troublefixers.com/wp-content/uploads/images/FixedWordpressMissedScheduleProblemInW.9_CC80/wordpresslogo_thumb.png" width="99" height="100" /></a> </p>
<blockquote></blockquote>
<p>After sometime we realized that it is a Wordpress 2.9 bug which has some problem in the code related to the cron jobs, but there is a very easy solution to this problem. As you can fix this problem by fixing a value in cron.php file. </p>
<p>&#160;</p>
<p>Lets discuss how can we fix this issue, changing the value in cron.php</p>
<p> <span id="more-901"></span>
<p><strong>Fix: </strong></p>
<p>1. Connect to your blog files through ftp and find the file cron.php in wp-includes folder, download the file to your computer </p>
<p><strong>Note: Make sure you back up the original file before editing.</strong>&#160;</p>
<p>2. Edit the<strong> line number 229</strong> in <strong>cron.php file available in wp-includes</strong> folder.</p>
<p>3. Look for the code </p>
<p>wp_remote_post( $cron_url, array(‘timeout’ =&gt; 0.01, ‘blocking’ =&gt; false, ’sslverify’ =&gt; apply_filters(‘https_local_ssl_verify’, true)) );</p>
<p>4. Change the timeout value in the above code </p>
<p>‘timeout’ =&gt; <strong>10</strong></p>
<p>5. So that the file code looks like as given below</p>
<p>wp_remote_post( $cron_url, array(‘timeout’ =&gt; 10, ‘blocking’ =&gt; false, ’sslverify’ =&gt; apply_filters(‘https_local_ssl_verify’, true)) );</p>
<p>6. Upload the new file with edited value of timeout </p>
<p>&#160;</p>
<p>[ Thanks <a href="http://www.shoutmeloud.com/wordpress-missed-schedule-problem-solved.html" target="_blank">ShoutMeLoud.com</a> ]</p>
<p>This content is just a summary, read the full article at &copy;2010 <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a>. All Rights Reserved.</p>.<p><a href="http://www.troublefixers.com/fixed-wordpress-missed-schedule-problem-in-wordpress-2-9-for-scheduled-articles/">[ Fixed ] Wordpress Missed Schedule Problem In Wordpress 2.9 For Scheduled Articles</a> is a post from <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.troublefixers.com/fixed-wordpress-missed-schedule-problem-in-wordpress-2-9-for-scheduled-articles/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Change The Default Size Of The Post Box Editor In WordPress Interface On Blog &#8211; [Reader Query]</title>
		<link>http://www.troublefixers.com/change-the-default-size-of-the-post-box-editor-in-wordpress-interface-on-blog-reader-query/</link>
		<comments>http://www.troublefixers.com/change-the-default-size-of-the-post-box-editor-in-wordpress-interface-on-blog-reader-query/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 14:30:00 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[change-size-of-wordpress-editor]]></category>
		<category><![CDATA[change-wordpress-text-edior-size]]></category>

		<guid isPermaLink="false">http://www.troublefixers.com/change-the-default-size-of-the-post-box-editor-in-wordpress-interface-on-blog-reader-query/</guid>
		<description><![CDATA[Trouble:
Last night I got a mail from one our reader named Puneet who has just started a Wordpress blog and he is not familiar with Wordpress functions in the depth right now, so he need a little help regarding the Wordpress editor where he writes his post on for his blog.
&#160;
This are the actual problem [...]<p><a href="http://www.troublefixers.com/change-the-default-size-of-the-post-box-editor-in-wordpress-interface-on-blog-reader-query/">Change The Default Size Of The Post Box Editor In WordPress Interface On Blog &ndash; [Reader Query]</a> is a post from <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Trouble:</strong></p>
<p>Last night I got a mail from one our reader named <strong>Puneet</strong> who has just started a Wordpress blog and he is not familiar with Wordpress functions in the depth right now, so he need a little help regarding the Wordpress editor where he writes his post on for his blog.</p>
<p>&#160;</p>
<p>This are the actual problem he described to us in his mail, he said</p>
<blockquote><p><font color="#292929">When ever I login to Wordpress dashboard then I navigate to make a new post I see the editor size quite small so I resize it as per my needs but when I log in back after some time, I again need to resize it – the editor size does not remain intact</font></p>
</blockquote>
<p>This is quite simple and easy to solve problem for people who are using Wordpress from a long time, but for new users of Wordpress like Puneet it could be difficult to guess how to solve it. </p>
<p>&#160;</p>
<p>This is the first time we are discussing a Wordpress related problem here at TroubleFixers, so from now on we will start answering your questions related to Wordpress also. Let’s discuss how to solve this problem.</p>
<p> <span id="more-681"></span>
<p><strong>Fix:</strong></p>
<p>By default in Wordpress, the editor size or the post box in other words is adequate to display 30 lines of text, so if you want to see a bigger post box you just need to increase the number of lines to 60 or more.</p>
<p>&#160;</p>
<p>Follow the procedure below to increase the size of post box in Wordpress </p>
<p>1. Login to you Wordpress dashboard and then navigate to Settings &gt;&gt; Writing [ irrespective of what ever Wordpress version installed on your server path will remain the same ]</p>
<p>2. There you will see the first option which says something like <strong>size of the post box [ 30 ]</strong></p>
<p><strong>{ as show in the image below }</strong></p>
<blockquote></blockquote>
<p><strong><a href="http://www.troublefixers.com/wp-content/uploads/2009/09/increasenumberlinesinwordpresspostbox.jpg"><img title="increase-number-lines-in-wordpress-post-box" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="144" alt="increase-number-lines-in-wordpress-post-box" src="http://www.troublefixers.com/wp-content/uploads/2009/09/increasenumberlinesinwordpresspostbox_thumb.jpg" width="338" border="0" /></a> </strong></p>
<blockquote></blockquote>
<p>2. Now click the Save Settings button at the end of the page, that’s it you will now see the larger post box Wordpress editor always when you log in.</p>
<p>This content is just a summary, read the full article at &copy;2010 <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a>. All Rights Reserved.</p>.<p><a href="http://www.troublefixers.com/change-the-default-size-of-the-post-box-editor-in-wordpress-interface-on-blog-reader-query/">Change The Default Size Of The Post Box Editor In WordPress Interface On Blog &ndash; [Reader Query]</a> is a post from <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.troublefixers.com/change-the-default-size-of-the-post-box-editor-in-wordpress-interface-on-blog-reader-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
