<?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/"
	xmlns:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>Manish Verma &#187; Wordpress</title>
	<atom:link href="http://manishlive.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://manishlive.com</link>
	<description>Freelance Web Developer</description>
	<lastBuildDate>Tue, 02 Aug 2011 11:26:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WordPress 3.0 Beta Released</title>
		<link>http://manishlive.com/wordpress-3-0-beta-released/</link>
		<comments>http://manishlive.com/wordpress-3-0-beta-released/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 06:37:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[official]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://manishlive.com/?p=232</guid>
		<description><![CDATA[The most popular blogging platform WordPress released version 3.0 beta for testing. Users can try beta version till official WordPress 3.0 release. According to WordPress blog &#8220;This is an early...


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://manishlive.com/wp-content/uploads/2010/04/23-wordpress_logo.png"><img class="alignleft size-thumbnail wp-image-233" title="23-wordpress_logo" src="http://manishlive.com/wp-content/uploads/2010/04/23-wordpress_logo-150x150.png" alt="" width="150" height="150" /></a>The most popular blogging platform WordPress released version 3.0 beta for testing. Users can try beta version till official WordPress 3.0 release.</p>
<p style="text-align: justify;">According to WordPress blog &#8220;This is an early beta. This means there are a few things we’re still finishing. We wanted to get people testing it this weekend, so we’re releasing it now rather than waiting another week until everything is finalized and polished.&#8221; So if you are new to WordPress use it at your own risk.</p>
<p style="text-align: justify;">Download the <a href="http://wordpress.org/wordpress-3.0-beta1.zip">WordPress 3.0 Beta 1</a> from here</p>
<p style="text-align: justify;"><strong>New Features :</strong></p>
<ul style="text-align: justify;">
<li>Custom Menus System is not finished in Beta 1, This will change in Beta 2 with improved layout &amp; functionality.</li>
<li>WordPress and WordPress MU merged but you’ll need some simple directions to get started</li>
<li>New icons added for the Super Admin area</li>
<li style="text-align: justify;">There are other changes to the UI and interface as well, including the addition of a new default theme &#8220;Twenty Ten&#8221; and custom post type functionality improvements.</li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://manishlive.com/wordpress-3-0-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Wordpress]]></coop:keyword>
		<coop:keyword><![CDATA[beta]]></coop:keyword>
		<coop:keyword><![CDATA[blog]]></coop:keyword>
		<coop:keyword><![CDATA[logo]]></coop:keyword>
		<coop:keyword><![CDATA[official]]></coop:keyword>
		<coop:keyword><![CDATA[version]]></coop:keyword>
	</item>
		<item>
		<title>How To Fix WordPress Media Upload Error</title>
		<link>http://manishlive.com/how-to-fix-wordpress-media-upload-error/</link>
		<comments>http://manishlive.com/how-to-fix-wordpress-media-upload-error/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://manishlive.com/?p=154</guid>
		<description><![CDATA[Problem : While making the new post on wordpress blog that requires any media like Image &#38; video, When you try to upload media in post you get this error...


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Problem :</strong></p>
<p style="text-align: justify;">While making the new post on wordpress blog that requires any media like Image &amp; video, When you try to upload media in post you get this error message.</p>
<p style="text-align: justify;"><strong><em>Unable to create directory /wp-content/uploads/2010/03. Is its parent directory writable by the server?</em></strong></p>
<p style="text-align: justify;">The parent directories &#8220;uploads&#8221; and &#8220;2010&#8243; had 777 permission so there was nothing wrong with the permission settings.</p>
<p style="text-align: justify;"><strong>Fix :</strong></p>
<p style="text-align: justify;">The problem was not with the directory permissions, but it was with URL where WordPress was trying to upload the image.</p>
<ul style="text-align: justify;">
<li>Go to <strong>Settings &gt; Miscellaneous &gt; Store uploads in this folder</strong></li>
<li>Remove &#8221; / &#8221; from the front of &#8220;<strong>wp-content/uploads</strong>&#8220;</li>
</ul>
<p style="text-align: justify;">There is another way to of changing the file upload path of your WordPress blog by modifying wp-config.php file.</p>
<ul style="text-align: justify;">
<li style="text-align: justify;">Add this <strong>define(‘UPLOADS’, ‘wp-content/new_folder’);</strong> Before this <strong>require_once(ABSPATH.’wp-settings.php’);</strong></li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://manishlive.com/how-to-fix-wordpress-media-upload-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Wordpress]]></coop:keyword>
		<coop:keyword><![CDATA[media]]></coop:keyword>
		<coop:keyword><![CDATA[upload]]></coop:keyword>
	</item>
		<item>
		<title>How to Install the WordPress files to a subdirectory but your blog exist in the site root</title>
		<link>http://manishlive.com/how-to-install-the-wordpress-files-to-a-subdirectory-but-your-blog-exist-in-the-site-root/</link>
		<comments>http://manishlive.com/how-to-install-the-wordpress-files-to-a-subdirectory-but-your-blog-exist-in-the-site-root/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 19:28:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Permalink]]></category>

		<guid isPermaLink="false">http://manishlive.com/?p=72</guid>
		<description><![CDATA[Create the new location for the WordPress files to be storedFor Example : Here we use http://yourdomain.com/wp Go to General option under &#8220;Settings&#8221; tab in wordpress admin Change the address...


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<ul>
<li>Create the new location for the WordPress files to be stored<br />For Example : Here we use <em>http://yourdomain.com/wp</em></li>
<li>Go to <strong>General</strong> option under &#8220;Settings&#8221; tab in wordpress admin</li>
<li>Change the address to the new location of your WordPress files in <strong>WordPress address (URL)</strong> field<br /> For Example : <em>http://yourdomain.com/wp</em></li>
<li>Change the address to the root directory&#8217;s URL in <strong>WordPress address (URL)</strong> field<br /> For Example : <em>http://yourdomain.com</em></li>
<li>Click on <strong>Save Changes</strong>. You will get a message about file not found but don&#8217;t worry about error message &#038; leave it.</li>
<li>Copy <strong>index.php</strong> and <strong>.htaccess</strong> files from the WordPress directory <em>http://yourdomain.com/wp</em> into the root directory <em>http://yourdomain.com</em> of your site </li>
<li>Open <strong>index.php</strong> form the root directory <em>http://yourdomain.com</em> in any text editor &#038; change the following.<br />
Change this line <br />
<em>require(&#8216;./wp-blog-header.php&#8217;);</em><br />
to the following<br />
<em>require(&#8216;./wp/wp-blog-header.php&#8217;);</em></li>
<li>Login from the new location which is <em>http://yourdomain.com/wp/wp-admin/</em></li>
<li>If you have set up Permalinks, go to the <strong>Permalinks</strong> option under &#8220;Settings&#8221; tab and update your Permalink structure.WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can&#8217;t write to your .htaccess  file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file in the same directory as the main index.php file.</li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://manishlive.com/how-to-install-the-wordpress-files-to-a-subdirectory-but-your-blog-exist-in-the-site-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Wordpress]]></coop:keyword>
		<coop:keyword><![CDATA[Permalink]]></coop:keyword>
	</item>
		<item>
		<title>Warning: Cannot modify header information – headers already sent by</title>
		<link>http://manishlive.com/warning-cannot-modify-header-information-%e2%80%93-headers-already-sent-by/</link>
		<comments>http://manishlive.com/warning-cannot-modify-header-information-%e2%80%93-headers-already-sent-by/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:43:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://manishlive.com/?p=27</guid>
		<description><![CDATA[If you are looking for the solution to the wordpress error that looks like this Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/bloggers/public_html/blog_name/wp-content/themes/theme_name/functions.php:336) in...


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you are looking for the solution to the wordpress error that looks like this</p>
<p><em><strong>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/bloggers/public_html/blog_name/wp-content/themes/theme_name/functions.php:336) in /home/bloggers/public_html/blog_name/wp-includes/pluggable.php on line 865</strong></em></p>
<p>Try these solutions :</p>
<p><strong>Solution 1 :</strong></p>
<ul>
<li>
<p>Open file mentioned by the warning after &#8220;output started at&#8221;</p>
</li>
<li>
<p>Remove blank lines from starting &amp; end</p>
</li>
<p>Example :</p>
<p><a href="http://manishlive.com/wp-content/uploads/2010/02/sol1.jpg"><img src="http://manishlive.com/wp-content/uploads/2010/02/sol1.jpg" alt="" title="sol1" width="390" height="110" class="aligncenter size-full wp-image-28" /></a></p>
<li>Save &amp; Upload file</li>
</ul>
<p><strong>Solution 2 :</strong></p>
<ul>
<li>
<p>Open wp-config.php file</p>
</li>
<li>
<p>Remove blank lines from starting &amp; end</p>
</li>
<p>Example :</p>
<p><a href="http://manishlive.com/wp-content/uploads/2010/02/sol11.jpg"><img src="http://manishlive.com/wp-content/uploads/2010/02/sol11.jpg" alt="" title="sol11" width="390" height="64" class="aligncenter size-full wp-image-29" /></a></p>
<p><a href="http://manishlive.com/wp-content/uploads/2010/02/sol1.jpg"><img src="http://manishlive.com/wp-content/uploads/2010/02/sol1.jpg" alt="" title="sol1" width="390" height="110" class="aligncenter size-full wp-image-28" /></a></p>
<li>Save &amp; Upload file</li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://manishlive.com/warning-cannot-modify-header-information-%e2%80%93-headers-already-sent-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Wordpress]]></coop:keyword>
		<coop:keyword><![CDATA[header]]></coop:keyword>
		<coop:keyword><![CDATA[warning]]></coop:keyword>
	</item>
	</channel>
</rss>

