<?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>BuddingBloggers.com &#187; wordpress installation</title>
	<atom:link href="http://buddingbloggers.com/tag/wordpress-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://buddingbloggers.com</link>
	<description>We help you nurture your blog</description>
	<lastBuildDate>Fri, 19 Jun 2009 02:47:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Immediate things to be done after installing wordpress</title>
		<link>http://buddingbloggers.com/2009/03/immediate-things-to-be-done-after-installing-wordpress/</link>
		<comments>http://buddingbloggers.com/2009/03/immediate-things-to-be-done-after-installing-wordpress/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 19:09:29 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Blog Maintenance]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[BuddingBloggers]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress installation]]></category>
		<category><![CDATA[Wordpress permalinks]]></category>

		<guid isPermaLink="false">http://buddingbloggers.com/?p=98</guid>
		<description><![CDATA[This post is written targeting the budding bloggers participants,  all the points except 1,3 are applicable to any general blog. Save your ftp login details carefully. Backup the wp-config file in the blog directory. Create a administrator account for your self from the temporary administrator account we provide, and delete the temporary administrator account. Update [...]]]></description>
			<content:encoded><![CDATA[<p>This post is written targeting the budding bloggers participants,  all the points except 1,3 are applicable to any general blog.</p>
<ol>
<li>Save your ftp login details carefully.</li>
<li>Backup the<strong> wp-config</strong> file in the blog directory.</li>
<li>Create a administrator account for your self from the temporary administrator account we provide, and delete the temporary administrator account.</li>
<li>Update the title and tag line of your blog, to update goto <strong>settings-&gt;general</strong></li>
<li>WordPress is installed in the directory <strong>/blog</strong> to keep your root directory clean. So your blog will be having url of this form by default<strong> http://buddingbloggers.com/<span style="color: #ff0000;">blog</span>/?p=11</strong> . This makes your url unnecessarily lengthy,also this is not a good SEO practice. To give your blog url of the form<strong> http://buddingbloggers.com/?p=11</strong>
<ol>
<li> Go to the settings -&gt; General panel.</li>
<li> In the box for <strong>WordPress address (URL):</strong> change the address to the new location of your main WordPress core files. Example: <tt>http://buddingbloggers.com/blog</tt></li>
<li> In the box for <strong>Blog address (URL):</strong> change the address to the root directory&#8217;s URL. Example: <tt>http://buddingbloggers.com </tt></li>
<div id="attachment_105" class="wp-caption alignnone" style="width: 610px"><tt><a href="http://buddingbloggers.com/blog/wp-content/uploads/2009/03/giving-wordpress-its-own-install-directory.jpg"><img class="size-full wp-image-105" title="giving-wordpress-its-own-install-directory" src="http://buddingbloggers.com/blog/wp-content/uploads/2009/03/giving-wordpress-its-own-install-directory.jpg" alt="Giving wordpress its own install directory" width="600" height="210" /></a></tt><p class="wp-caption-text">Giving wordpress its own install directory</p></div>
<p><tt></tt></p>
<li> Click <strong>Update Options</strong>. (Do not worry about the error message and do not try to see your blog at this point! You will probably get a message about file not found.)</li>
<li> Copy the <tt>index.php</tt> and <tt>.htaccess</tt> files from the blog directory into the root directory of your site (Blog address).  If .htaccess file is not already present, create one yourself and upload it. Change its permissions to <strong>&#8220;666&#8243;</strong></li>
<li> Open your root directory&#8217;s <strong><tt>index.php</tt></strong> file in a text editor</li>
<li> Change the following and save the file. Change the line that says:<br />
<tt>require<strong>('./wp-blog-header.php');</strong></tt><br />
to the following, using your directory name for the WordPress core files:<br />
<tt>require<strong>('./blog/wp-blog-header.php');</strong></tt></li>
<li> Your wordpress administration url will be <tt>http://buddingbloggers.com/blog/wp-admin/ and your blog url will be http://buddingbloggers.com</tt></li>
</ol>
</li>
<li>Change the<strong> <span class="mw-headline">Permalink</span></strong><br />
The default looks like</p>
<blockquote><p>http://buddingbloggers.com/?p=N</p></blockquote>
<p>This is called ugly link structure and not good a good SEO practice. To give your blog a URL structure that pleases search engines<br />
In the Settings ? Permalinks panel, you can choose one of the &#8220;common&#8221; structures or enter your own in the &#8220;Custom structure&#8221; field using the <em>structure tags</em>.This is the one I commonly use on all my blogs <strong>/%year%/%monthnum%/%category%/%postname%/ </strong>you can also try</p>
<ul>
<li><strong>/%year%/%monthnum%/%postname%/ </strong>(Third one in wordpress admin panel )<br />
Using date in the url makes it easy for your readers to find out how old the post is</li>
<li><strong>/%postname%/ </strong>(Only post name)</li>
</ul>
<p><a href="http://buddingbloggers.com/blog/wp-content/uploads/2009/03/wordpress-permalinks.jpg"><img class="alignnone size-full wp-image-106" title="wordpress-permalinks" src="http://buddingbloggers.com/blog/wp-content/uploads/2009/03/wordpress-permalinks.jpg" alt="wordpress-permalinks" width="572" height="234" /></a></p>
<h3>Structure tags</h3>
<p><strong>%year%</strong></p>
<dd>The year of the post, four digits, for example <tt>2004</tt></dd>
<dt><strong>%monthnum%</strong> </dt>
<dd>Month of the year, for example <tt>05</tt></dd>
<dt><strong>%day%</strong> </dt>
<dd>Day of the month, for example <tt>28</tt></dd>
<dt><strong>%hour%</strong> </dt>
<dd>Hour of the day, for example <tt>15</tt></dd>
<dt><strong>%minute%</strong> </dt>
<dd>Minute of the hour, for example <tt>43</tt></dd>
<dt><strong>%second%</strong> </dt>
<dd>Second of the minute, for example <tt>33</tt></dd>
<dt><strong>%postname%</strong> </dt>
<dd>A sanitized version of the title of the post (<em>post slug</em> field on Edit Post/Page panel). So “This Is A Great Post!” becomes<tt>this-is-a-great-post</tt> in the URI (see <a title="Using Permalinks" href="http://codex.wordpress.org/Using_Permalinks#Using_only_.25postname.25">Using only <tt>%postname%</tt></a>)</dd>
<dt><strong>%post_id%</strong> </dt>
<dd>The unique ID # of the post, for example <tt>423</tt></dd>
<dt><strong>%category%</strong> </dt>
<dd>A sanitized version of the category name (<em>category slug</em> field on New/Edit Category panel). Nested sub-categories appear as nested directories in the URI.</dd>
<dt><strong>%tag%</strong> </dt>
<dd>A sanitized version of the tag name (<em>tag slug</em> field on New/Edit Tag panel).</dd>
<dt><strong>%author%</strong> </dt>
<dd>A sanitized version of the author name.</dd>
<dd> </dd>
</li>
<li>Delete the hello world post or update it with your blog intro.</li>
<li>The most addictive thing for bloggers are stats, the daily raise in your stats gives you the motivation to deliver your best. The best stats plugin available for wordpres is WordPress.Com stats <a href="http://wordpress.org/extend/plugins/stats/">http://wordpress.org/extend/plugins/stats/</a> .</li>
<li>Install the akisment spam plugin, both akisment and wordpress.com stats plugin require the api key, I will explain how to get a api key in mynext post.</li>
<li>Browse the wordpress themes directory and select a theme that matches your needs and site content. <a href="http://wordpress.org/extend/themes/">http://wordpress.org/extend/themes/</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://buddingbloggers.com/2009/03/immediate-things-to-be-done-after-installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
