<?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>How to Build Site from a Blog &#187; Webpage Design</title>
	<atom:link href="http://www.madhuriesingh.com/howtobuildsite/index.php/category/webpage-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madhuriesingh.com/howtobuildsite</link>
	<description></description>
	<lastBuildDate>Wed, 31 Aug 2011 12:54:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Changing from one blog directory to another to make homepage in wordpress root</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2011/changing-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2011/changing-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 10:41:22 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=560</guid>
		<description><![CDATA[


			
				
			
		
<p>Its been years since I have written anything on this blog.
But the whole purpose of creating this blog was like a reference tool for me whenever I needed.
So here I am once again reading older posts and boy am I glad I wrote these posts.</p>
<p>Ok now I have more than 10 blogs in my domain. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2011%252Fchanging-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Changing%20from%20one%20blog%20directory%20to%20another%20to%20make%20homepage%20in%20wordpress%20root%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2011%2Fchanging-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2011%2Fchanging-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Its been years since I have written anything on this blog.<br />
But the whole purpose of creating this blog was like a reference tool for me whenever I needed.<br />
So here I am once again reading older posts and boy am I glad I wrote these posts.</p>
<p>Ok now I have more than 10 blogs in my domain. </p>
<p>But I realised one mistake that most new comers do.</p>
<p>As simple scripts used to create  the wordpress in subdirectory and not root, the SEO sucks!<br />
Google hates it.<br />
The robots crawl to the domain but hate to crawl to the subdirectories, those lazy bums!!!</p>
<p>So how to get the SEO fixed!</p>
<p>I must not make sure the most popular blog that is superindiankid must become my home page blog.</p>
<p>So when ever the robots read madhuriesingh.com they are redicted automatically to madhuriesingh.com/superindiankid.<br />
Then shift all or those that are not very popular yet on to this same superindiankid blog.</p>
<p>The idea is to keep the robot in the same blog but provide all information in one blog to get the SEO benefit.</p>
<p>So first I will read everything again about shifting the blogs from subdirectory to root.<br />
Make a copy of index.php and .access files of both the superindiankid blog and root public directory as a backup.</p>
<p>1. Now goto wordpress admin.<br />
2. Go to settings<br />
3. Go to General<br />
4. Make sure the wordpress blog address and  url are both same as in  madhuriesingh.com/superindiankid<br />
5. Now make sure index.php on superindiankid directory is having same content as below.</p>
<p>Index.php on www.madhuriesingh.com/superindiankid wordpress directory.</p>
<p>< ?php<br />
/**<br />
 * Front to the WordPress application. This file doesn't do anything, but loads<br />
 * wp-blog-header.php which does and tells WordPress to load the theme.<br />
 *<br />
 * @package WordPress<br />
 */</p>
<p>Now goto the redirect link on the Cpanel.<br />
Add new redirects </p>
<p>Permanent 301 redirects<br />
http://www    madhuriesingh.com    /   superindiankid</p>
<p>redirects to -> http://www.madhuriesingh.com</p>
<p>/**<br />
 * Tells WordPress to load the WordPress theme and output it.<br />
 *<br />
 * @var bool<br />
 */<br />
define(&#8217;WP_USE_THEMES&#8217;, true);</p>
<p>/** Loads the WordPress Environment and Template */<br />
require(&#8217;./wp-blog-header.php&#8217;);<br />
?></p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2011/changing-from-one-blog-directory-to-another-to-make-homepage-in-wordpress-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 368640 bytes)    in /mnt/110/sdb/1/d/jef/        wordpress/wp-includes/    on line</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2010/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2010/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line/#comments</comments>
		<pubDate>Sun, 02 May 2010 08:31:47 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=555</guid>
		<description><![CDATA[


			
				
			
		
<p>This error looks bad, but most simple to handle:)</p>
<p>Goto the directory of your blog in Cpanel.</p>
<p>Click wp_settings</p>
<p>open in an editor.</p>
<p>search for wp_memory.</p>
<p>goto</p>
<p>define (&#8217;wp_memory_limit&#8217;, &#8216;32M&#8217;);</p>
<p> and change 32 to 64.
define(&#8217;WP_MEMORY_LIMIT&#8217;, &#8216;64M&#8217;);</p>
<p>save the file and DONE  </p>

]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2010%252Ffatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Fatal%20error%3A%20Allowed%20memory%20size%20of%2033554432%20bytes%20exhausted%20%28tried%20to%20allocate%20368640%20bytes%29%20%20%20%20in%20%2Fmnt%2F110%2Fsdb%2F1%2Fd%2Fjef%2F%20%20%20%20%20%20%20%20wordpress%2Fwp-includes%2F%20%20%20%20on%20line%20%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2010%2Ffatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2010%2Ffatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This error looks bad, but most simple to handle:)</p>
<p>Goto the directory of your blog in Cpanel.</p>
<p>Click wp_settings</p>
<p>open in an editor.</p>
<p>search for wp_memory.</p>
<p>goto</p>
<p>define (&#8217;wp_memory_limit&#8217;, &#8216;32M&#8217;);</p>
<p> and change 32 to 64.<br />
define(&#8217;WP_MEMORY_LIMIT&#8217;, &#8216;64M&#8217;);</p>
<p>save the file and DONE <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2010/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-368640-bytes-in-mnt110sdb1djef-wordpresswp-includes-on-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix and solve Permalinks Problem using .Htaccess?</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-fix-and-solve-permalinks-problem-using-htaccess/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-fix-and-solve-permalinks-problem-using-htaccess/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:01:08 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=433</guid>
		<description><![CDATA[


			
				
			
		
<p>Fixing Permalink Problems
Fixing .htaccess Generation Issues
If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be causing this. Work step by step and continue to the next step only if the previous [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fhow-to-fix-and-solve-permalinks-problem-using-htaccess%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20fix%20and%20solve%20Permalinks%20Problem%20using%20.Htaccess%3F%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-fix-and-solve-permalinks-problem-using-htaccess%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-fix-and-solve-permalinks-problem-using-htaccess%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Fixing Permalink Problems</strong><br />
<strong>Fixing .htaccess Generation Issues</strong><br />
If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be causing this. Work step by step and continue to the next step only if the previous step does not work.</p>
<p><strong>Change File Permissions:</strong> You must chmod the .htaccess file to 666 to edit it with the WordPress template editor, but this is not recommended, since if you do that, any user of your blog, who can edit templates will be able to edit it. You can change the permissions to 660 to make it server-writable, which again will have the same limitation.<br />
<strong> Server Blockage:</strong> Your host might have blocked the SERVER_SOFTWARE variable and this will cause WordPress&#8217; .htaccess generation to fail. If you are sure that your server is running Apache, you can force WordPress to believe that your server is running Apache by changing your wp-includes/vars.php file. Follow the steps below to implement these changes.<br />
Open the wp-includes/vars.php file using the built in file editor in your WordPress Admin panel.</p>
<p>To navigate to this panel, login to WordPress, click on &#8220;Manage&#8221;, then on &#8220;Files&#8221;, scroll to the bottom and type in wp-includes/vars.php into the text box under the &#8220;Other Files&#8221; title.<br />
Look for<br />
$is_apache = strstr($_SERVER['SERVER_SOFTWARE'], &#8216;Apache&#8217;) ? 1 : 0;<br />
and replace it with<br />
// $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], &#8216;Apache&#8217;) ? 1 : 0;<br />
Add a new line under<br />
// $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], &#8216;Apache&#8217;) ? 1 : 0;<br />
and type in<br />
$is_apache = 1;<br />
Users of XAMPP (Windows): Some versions of XAMPP do not enable mod_rewrite by default (though it is compiled in Apache). To enable it — and thus enable WordPress to write the .htaccess file needed to create pretty permalinks — you must open apache/conf/httpd.conf and uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (i.e., delete the hash/pound sign at the front of the line).<br />
<strong> Permalinks, .htaccess, and MS Frontpage</strong><br />
A note about Microsoft Frontpage: many servers (shared and dedicated) maintained and built by various hosting companies come with mod_frontpage compiled with the apache build, and in many cases with the Frontpage Server Extensions installed, on each virtual server. This is more common than not, many/most binary distributions used in the server build process at most hosting companies these days include both mod_fronpage and the server extensions. Even if you&#8217;re not using Frontpage, because of the way that the extensions interact with apache (and the httpd.conf file) you&#8217;ll likely get something like a 500 error or blank white page when trying to view your WP install (although the admin panel may operate correctly) simply because extensions/mod_frontpage exist on your server.</p>
<p>Wordpress will operate correctly with the Frontpage Extensions installed, however permalinks will not function at all and ANY change to the permalinks section from the Wordpress admin interface will cause corruption of the Frontpage server extensions due to the addition of the mod_rewrite rules to the .htaccess file. There is however now a fix for this situation.</p>
<p>Quick Fixes, Frontpage or Permalinks<br />
Frontpage Extensions Fix: If you don&#8217;t care about permalinks and just want to make the MS Frontpage server extensions work again, simply edit your .htaccess file and remove the WordPress section with the rewrite rules.</p>
<p>To Use Permalinks: If you don&#8217;t care about Frontpage(but your hosting company has the extensions installed)</p>
<p>You will need to remove (or have your hosting company do so) the MS Frontpage server extensions, or simply edit the .htaccess file to removed all of the Frontpage Lines, leaving only the WordPress mod_rewrite code.</p>
<p>Using FrontPage AND Permalinks Together<br />
Finally, A solution.</p>
<p>There have been a number of threads on this issue in the support forums, and until now, no solution to the problem.</p>
<p>Normally, on a Unix server with the Microsoft FrontPage Server extensions installed WordPress works just fine and you are able to edit and publish pages (with Microsoft FrontPage) — until — you make a change to the permalinks (for example to the date based kind that I like /2005/04/etc). I often suggest that type of URI to folks asking about permalinks etc, as that is the method recommended by the w3c (see http://www.w3.org/Provider/Style/URI ).</p>
<p>Now, the problem is that FrontPage uses the .htaccess file (which the WordPress mod_rewrite rules must access) for its &#8220;publishing&#8221; and &#8220;web authoring&#8221; configuration. As soon as the WordPress mod_rewrite code is added to the file, two things happen — the permalinks don&#8217;t work and the Frontpage Server extensions become corrupt.</p>
<p>I have tried countless ways to get around this, including trying to use rewrite rules that &#8220;ignore&#8221; the %{HTTP_USERAGENT)% used by FrontPage, to using a second AccessFilename .wpaccess to the httpd.conf file, and a host of other things, and nothing worked to allow use of FrontPage and management and use of permalinks in WordPress at the same time.</p>
<p>The solution is actually simple, and I figured it out by accident.</p>
<p>If you are using, or wish to use FrontPage (or if your hosting package is pre-configured that way) along with WordPress, you&#8217;ll need to take the following simple steps on your server or have your hosting company do them for you.</p>
<p>Microsoft FrontPage creates the following directory</p>
<p>_vti_bin<br />
Nested within that it creates both<br />
_vti_adm<br />
and<br />
_vti_aut<br />
In addition to in your site (or WordPress) root folder in all of those directories you will find additional .htaccess files.</p>
<p>In all three of these directories AND in the root directory, at the top of ALL of the .htaccess files you simply need to add one line:</p>
<p>Options +FollowSymlinks<br />
There may or may not already be a line in each like</p>
<p>Options None<br />
Edit and save each .htaccess file and you&#8217;re done. Now everything works perfectly, including FrontPage, AND the permalinks of your choosing.</p>
<p>Long Permalinks<br />
When using extra long permalinks in email and posting in comments and chats, some long permalinks are &#8220;chopped off&#8221; or only the first section is actually recognized as a link and the end seen as text. Here is an example.</p>
<p>http://yourdomain.example.com/2005/10/4/article-about-joe-fred-sally-and-bog<br />
Can result in:</p>
<p>http://yourdomain.example.com/2005/10/4/article-about-joe-fred-sally-and-bog<br />
To click on the lower link, the user would get a 404 Page Not Found Error. If you have a tendency to use very long permalink post titles, take these steps to prevent this problem.</p>
<p>1. Check that you are indeed using Permalinks.</p>
<p>2. Edit your .htaccess file and add the following:</p>
<p>RewriteRule ^post/([0-9]+)?/?([0-9]+)?/?$ /index.php?p=$1&amp;page=$2 [QSA]<br />
3. Test it. Find a post&#8217;s ID number and type the following (with your information) in your browser and you should be redirected to your post:</p>
<p>http://yourdomain.example.com/post/(the ID #)<br />
It is also worth noting that most email software will not cut off URLs that have been delineated with angle-brackets (), so when pasting URLs into emails, you should write them as so:</p>
<p>Read my blog post at<br />
Additionally, some decent email clients offer a &#8220;preformat&#8221; option when composing plain-text emails. Using the &#8220;preformat&#8221; option when pasting links will force the email client not to insert linebreaks inside the links.</p>
<p>Fixing Other Issues<br />
If your .htaccess file is being generated correctly, but Permalinks still do not function, the following might be a problem. If problems persist, post a note in the WordPress Forum&#8217;s How To section.</p>
<p>AllowOverride Not Enabled<br />
Your server may not have the AllowOverride directive enabled. If the AllowOverride directive is set to None in your Apache httpd.config file, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem. When this directive is set to All, then any directive which has the .htaccess Context is allowed in .htaccess files. Example of enabled AllowOverride directive in httpd.config:</p>
<p>Options FollowSymLinks<br />
AllowOverride All</p>
<p>You may also have to enable the AllowOverride directive in your DocumentRoot:</p>
<p># &#8230; other directives&#8230;<br />
AllowOverride All</p>
<p>You may also have to change the AllowOverride settings for the site. This is surely the case when using Mac OS X Server, but might be likewise with other systems. Usually you can find the site configuration files in /etc/httpd/sites/<br />
If you don&#8217;t want to set AllowOverride to all (as it is above) then your AllowOverride list must include the FileInfo directive. You must restart your Apache server for any httpd.config file changes to take effect. For more information on which overrides are allowed, read about Apache Core Features.<br />
Paged Navigation Doesn&#8217;t Work<br />
Sometimes navigation to second (and subsequent) pages of posts does not work as expected. Your page may generate a link to a page with one of these URIs:<br />
http://www.example.com/page/2/<br />
http://www.example.name/category/categoryname/page/2/<br />
http://www.example/year/month/day/page/2/<br />
http://www.example/year/month/page/2/<br />
The result of clicking one of those links is that the page loads with all the surroundings (header, footer, sidebar), but instead of a page of posts, there is an error message: &#8220;Sorry, no posts match that criteria.&#8221;<br />
This is due to a glitch in the .htaccess file that WordPress generates. To fix it, delete the contents of your .htaccess file and re-create it.<br />
In the Control Panel, go to Manage &gt; Files (More Info on Editing Files)<br />
Click the link to your .htaccess file to edit its contents<br />
Copy the contents of the file and paste it to a text file in a text editor. This is a precaution in case your .htaccess file has manual entries for redirects, denials or other handy htaccess tricks<br />
Delete all contents from your .htaccess file and click the Update File button.<br />
In the Control Panel, go to Options &gt; Permalinks.<br />
Click the Update Permalink Structure button to freshly generate new rewrite rules for your permalinks.<br />
Test the results using a link that had previously broken.<br />
Add any manual htaccess entries back in your file (Place manual htaccess entries before the # BEGIN WordPress or after # END WordPress lines.)<br />
You may also perform similar steps by deleting the .htaccess files from the server, creating a fresh empty .htaccess file, changing its permissions to 666, and then in Options &gt; Permalinks generate a new set of htaccess rules by clicking the Update Permalinks Structure button.<br />
If that still doesn&#8217;t work, take a look at the WordPress support forums, specifically, this support post.<br />
Permalinks to pages don&#8217;t work<br />
If you&#8217;ve tried to navigate to a newly created Page and encounter an error, you likely need to update your Permalink structure. Remember, each time you add a new static Page to WordPress, new rules must be generated and updated to .htaccess (WordPress 1.X) or to the internal rewrites array (WordPress 2.X).<br />
Permalinks to Ultimate Tag Warrior tag pages don&#8217;t work<br />
If you get 404 errors on local tag URLs when using the UltimateTagWarrior plugin on WordPress 2.X, it&#8217;s because the internal rewrites generated by WordPress are being overly greedy and getting invoked before UTW&#8217;s rewrite rules have a chance. This usually occurs only when using a custom permalink structure (like /%postname%/). To fix it, either switch your Permalink structure to &#8220;Date and name based&#8221; or hack the UTW plugin to place the UTW rewrites at the top of the internal rewrites array. More Info on this.<br />
Permalinks work but no pages are returned<br />
Some versions of PHP 4.4.x and 5.x have a bug that causes mod_rewrite to fail when used with some versions of Apache 2.x. More details at http://bugs.php.net/bug.php?id=35096 and http://bugs.php.net/bug.php?id=35059.<br />
More Help<br />
If these steps do not work, search for your problem in the Codex, Troubleshooting, or in the Support Forum. As a last resort, file a bug report.</p>
<p>Tips and Tricks<br />
If you want to list your site in Google News, one of the requirements is to have at least three digit identifier at the end of every url.</p>
<p>This is easily accomplished using %postname%-%post_id% structure, which will append post ID to the end of URL so it becomes http://mysite.com/cooking-tips-tricks-344.</p>
<p>Having your posts end in .html<br />
There&#8217;s an easy way to having your posts end in a .html extension, using the structure tags above. Following the example used on properly terminating permalinks, you could have a page like http://yoursite.com/2006/01/01/happy-newyear.html with this rule:</p>
<p>/%year%/%monthnum%/%day%/%postname%.html<br />
Note that this does not generate static .html files. It only adds the .html extension, pages are still being dynamically generated. The SEO benefit to this is debatable, but it can be useful should you need to migrate away from WordPress, since the pages can easily be made static and retain their URL structure.</p>
<p>WordPress versions prior to 2.3 lacked canonical URLs, making .html something very beneficial to add (forcing the URL to be canonical). Now it only provides limited, if any SEO benefits (see External Resources for further analysis).</p>
<p>Avoiding interpretation as an archive link<br />
Note that even though one might never make more than one posting a day, and thus wishes to use e.g., %year%%monthnum%%day%, links so generated will however be interpreted as the archive of all posts for that day. One needs at least %year%%monthnum%%day%%hour% to target an individual post.</p>
<p>See Also<br />
Linking Posts Pages and Categories for how to link from one article to another<br />
External Resources<br />
Optimize WordPress Permalinks<br />
Beautify your URLs with Permalinks<br />
How to Configure WordPress to Create Search Engine Friendly URLs for Permalinks<br />
The htaccess Rules for all WordPress Permalinks<br />
URL Rewriting Tutorial — the whats, hows and wherefores.<br />
Boost Search Engine Optimisation (SEO) using Permalinks<br />
Understanding WordPress Permalinks<br />
WordPress Permalink Canonicalization using htaccess<br />
Customize and Optimize Your Dated WordPress Permalinks<br />
Clean Permalinks for IIS using .htaccess<br />
The Easiest Lighttpd Rewrite Rule<br />
URL rewriting with lighttpd<br />
Permalinks with Lighttpd — using mod_magnet; works on 1.4.2+</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-fix-and-solve-permalinks-problem-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create and use HTML Meta Tags, Title Tag, Favicon in wordpress.</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 12:59:19 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=431</guid>
		<description><![CDATA[


			
				
			
		
<p>http://searchenginewatch.com/2167931</p>

]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fhow-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20create%20and%20use%20HTML%20Meta%20Tags%2C%20Title%20Tag%2C%20Favicon%20in%20wordpress.%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>http://searchenginewatch.com/2167931</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-use-html-meta-tags-title-tag-favicon-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create and add a Tag Page in Wordpress.</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-add-a-tag-page-in-wordpress/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-add-a-tag-page-in-wordpress/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 12:56:11 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=428</guid>
		<description><![CDATA[


			
				
			
		
<p>In trying to find solution for my 404 Link broken Error, I found this good site.</p>
<p>http://wpguy.com/articles/how-to-make-a-tag-cloud-page/</p>

]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fhow-to-create-and-add-a-tag-page-in-wordpress%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20create%20and%20add%20a%20Tag%20Page%20in%20Wordpress.%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-add-a-tag-page-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-create-and-add-a-tag-page-in-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In trying to find solution for my 404 Link broken Error, I found this good site.</p>
<p>http://wpguy.com/articles/how-to-make-a-tag-cloud-page/</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-create-and-add-a-tag-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save custom changes in the existing Atahualpa theme for wordpress.</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-sav-custom-changes-in-the-existing-theme-for-wordpress/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-sav-custom-changes-in-the-existing-theme-for-wordpress/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 07:30:37 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[custom design]]></category>
		<category><![CDATA[madhuriesingh]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=410</guid>
		<description><![CDATA[


			
				
			
		
<p>I have four blogs that I plan to host under one domain name !  </p>
<p>Hehehe I know it&#8217;s a tall want.</p>
<p>But I know the benefits of promoting one domain with different sections. I could have gone for categorizing the posts but I can foresee that my each blog is catering to different audiences.</p>
<p>So One [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fhow-to-sav-custom-changes-in-the-existing-theme-for-wordpress%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20save%20custom%20changes%20in%20the%20existing%20Atahualpa%20theme%20for%20wordpress.%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-sav-custom-changes-in-the-existing-theme-for-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-sav-custom-changes-in-the-existing-theme-for-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have four blogs that I plan to host under one domain name ! <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hehehe I know it&#8217;s a tall want.</p>
<p>But I know the benefits of promoting one domain with different sections. I could have gone for categorizing the posts but I can foresee that my each blog is catering to different audiences.</p>
<p>So One thing I want is a different themes for each different blog. That way people will get confused.</p>
<p>There is one thing I have already encountered with customization of themes. When I reinstall wordpress or take a back up the settings have to be either re done manually or if if I am sensible, I make a file while has all the settings.</p>
<p>Initially I was using Andreas 09 theme but unfortunately it&#8217;s not designed well and has run time error. So I had to switch back to my favourite theme Atahualpa <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am in love with this brilliant theme. I can do so many custom changes but <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I cannot save these custom changes. That is a drawback which I hope the makers of this theme will get over soon)</p>
<p>One funny thing happened today. I had dark green header. So when I added subscribe by email, I just could not see the words! I was quite fed up. Then I saw an option Over Style and Config. Under it was the first option Body Text Links.<br />
I clicked it and found that by default the link colour is black. So in gark green background it was hardly visible. So what I did was change the link color to #FFFFFF which is white.<br />
Then I went to change the other features. Later while cheching my website I was shocked to find that none of my links were visible. I was wondering now what kind of error was that! Then suddenly I realized that what if the link color had something to do with it. I found the reason for my error links. The links were there, but in while color, hence invisible in white background <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
So I changed back the link color to #999999, steel grey color. My problem solved. </p>
<p>In Atahualpa theme, there is a lot that is ready made but still it allows nearly everything to be customized. </p>
<p>If you notice using the same theme I have now three blogs up as three sites under one domain name <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I have tried to keep the basic layout same but changed only the color. The color are also that which I have tried to keep as much close to the wordpress blog.<br />
so www.madhuriesingh.wordpress.com = <a href="http://www.madhuriesingh.com/superindiankid">www.madhuriesingh.com/superindiankid</a><br />
www.singhmadhuri.wordpress.com = <a href="http://www.madhuriesingh.com/howtobuildsite">www.madhuriesingh.com/howtobuildsite</a><br />
www.singhmadhurie.wordpress.com = <a href="http://www.madhuriesingh.com/superindianmom">www.madhuriesingh.com/superindianmom</a></p>
<p>Now I have one home page <a href="http://madhuriesingh.com">www.madhuriesingh.com</a> which redirects to different blogs.<br />
That&#8217;s the advantage of going for BlueHost , they allow multiple blogs to be hosted under one single domain name.</p>
<p>To bring the Blog Title in the center, there is no provision. But it can still be achieved by pushing the logo to the right.</p>
<p>So Under Style and Edit the Header Area, edit the Logo Inage :Styling to margin: 0 10px 0px 480px; </p>
<p>I prefer soild border instead of Dashed. So where I see Dashed, I change it to Solid.</p>
<p>Also I perfer to have my PAGES displayed below the logo and images. So I have changed the Configure Header area to  %logo %image  %pages. I have removed unwanted lines and borders.</p>
<p>The rest of the stuff is easy to handle in Atahualpa. </p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-sav-custom-changes-in-the-existing-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code for RSS, Technorati, Digg, Del-ic-ious, subscribe, email for wordpress.</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/code-for-rss-technorati-digg-del-ic-ious-subscribe-email-for-wordpress/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/code-for-rss-technorati-digg-del-ic-ious-subscribe-email-for-wordpress/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:12:15 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>
		<category><![CDATA[code for rss]]></category>
		<category><![CDATA[del-ic-ious]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[feedburner feedsmith]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[how to add]]></category>
		<category><![CDATA[madhurie singh]]></category>
		<category><![CDATA[madhuriesingh]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[subscribe]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=413</guid>
		<description><![CDATA[


			
				
			
		
<p>All websites must have at least a single point contact with the site content.</p>
<p>I wanted to add various ways to allow people reading my posts to be in touch with the content and possibly allow them to subscribe to the new posts, comments in general.</p>
<p>I tried a lot but did not fine one single place [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fcode-for-rss-technorati-digg-del-ic-ious-subscribe-email-for-wordpress%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Code%20for%20RSS%2C%20Technorati%2C%20Digg%2C%20Del-ic-ious%2C%20subscribe%2C%20email%20for%20wordpress.%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fcode-for-rss-technorati-digg-del-ic-ious-subscribe-email-for-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fcode-for-rss-technorati-digg-del-ic-ious-subscribe-email-for-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>All websites must have at least a single point contact with the site content.</p>
<p>I wanted to add various ways to allow people reading my posts to be in touch with the content and possibly allow them to subscribe to the new posts, comments in general.</p>
<p>I tried a lot but did not fine one single place where I could get all my requirements. Hence this post. <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am pasting the code for all the means that readers use to get linked to my site.</p>
<p><strong>1. BOOKMARK</strong><br />
<!-- AddThis Button BEGIN --></p>
<div><a title="Bookmark and Share" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=madhuriesingh" target="_blank"><img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" alt="Bookmark and Share" width="125" height="16" /></a></div>
<div>&lt;!&#8211; AddThis Button END &#8211;&gt; &lt;!&#8211; AddThis Button BEGIN &#8211;&gt; &lt;div&gt;&lt;a href=&#8221;http://www.addthis.com/bookmark.php?v=250&amp;amp;pub=madhuriesingh&#8221; title=&#8221;Bookmark and Share&#8221; target=&#8221;_blank&#8221;&gt;&lt;img src=&#8221;http://s7.addthis.com/static/btn/lg-bookmark-en.gif&#8221; width=&#8221;125&#8243; height=&#8221;16&#8243; alt=&#8221;Bookmark and Share&#8221;&gt;&lt;/a&gt;&lt;/div&gt; &lt;!&#8211; AddThis Button END &#8211;&gt;</div>
<p><strong>2. Technorati</strong></p>
<p><a style="text-decoration:none;" href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://www.madhuriesingh.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a></p>
<p>&lt;!&#8211; AddThis Button BEGIN &#8211;&gt;&lt;a href=&#8221;http://technorati.com/faves?sub=addfavbtn&amp;amp;add=http://www.madhuriesingh.com&#8221;&gt;&lt;img src=&#8221;http://static.technorati.com/pix/fave/tech-fav-1.png&#8221; alt=&#8221;Add to Technorati Favorites&#8221; /&gt;&lt;/a&gt;&lt;!&#8211; AddThis Button END &#8211;&gt;</p>
<p><strong>3. DIGG</strong></p>
<p><a href="http://digg.com/"> <img src="http://digg.com/img/badges/100x20-digg-button.gif" alt="Digg!" width="100" height="20" /><br />
</a></p>
<p>&lt;!&#8211; AddThis Button BEGIN &#8211;&gt;&lt;a href=&#8221;http://digg.com/&#8221;&gt; &lt;img src=&#8221;http://digg.com/img/badges/100&#215;20-digg-button.gif&#8221; alt=&#8221;Digg!&#8221; width=&#8221;100&#8243; height=&#8221;20&#8243; /&gt; &lt;/a&gt;&lt;!&#8211; AddThis Button END &#8211;&gt;</p>
<p><strong>4. RSS SETTINGS</strong></p>
<p>for subscribing to posts, comments through RSS select Yes for all options.</p>
<p>Select Yes for Subscription By Email, and type Subscription by Email in title.</p>
<p>Write     <strong>YOURSITEFEEDBURNERID</strong> without any space in the the box for feedburner id.</p>
<p>To get my FeedBurner id. I went to  www.feedburner.com.   Created a google id, login and went to my feeds. Entered the site name for which I wanted a feedburner id. And followed the instructions. There I get my feedburner id.</p>
<p><strong>5. Download Plugin ZIP file for Feedburner Feedsmith </strong> from this link</p>
<p>http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252</p>
<p>And download the zip file to extract                      FeedBurner_FeedSmith_Plugin.php file<br />
upload it in plugins site and from admin site activate this plugin FeedSmith.</p>
<p><strong>6. Google icon RSS</strong></p>
<p><a href="http://fusion.google.com/add?feedurl=http://feeds.feedburner.com/MadhurieSinghCom"><img style="border:0;" src="http://buttons.googlesyndication.com/fusion/add.gif" alt="" width="104" height="17" /></a></p>
<p>&lt;a href=&#8221;http://fusion.google.com/add?feedurl=http://feeds.feedburner.com/YOURSITEFEEDBURNERID&#8221;&gt;&lt;img style=&#8221;border:0;&#8221; src=&#8221;http://buttons.googlesyndication.com/fusion/add.gif&#8221; alt=&#8221;" width=&#8221;104&#8243; height=&#8221;17&#8243; /&gt;&lt;/a&gt;</p>
<p><strong>7. MY YAHOO</strong></p>
<p><a title="Madhurie Singh .  Com" href="http://add.my.yahoo.com/rss?url=http://feeds.feedburner.com/MadhurieSinghCom"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="" /></a></p>
<p>&lt;a title=&#8221;Madhurie Singh .  Com&#8221; href=&#8221;http://add.my.yahoo.com/rss?url=http://feeds.feedburner.com/YOURSITEFEEDBURNERID&#8221;&gt;&lt;img src=&#8221;http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif&#8221; alt=&#8221;" /&gt;&lt;/a&gt;</p>
<p><strong>8. NEWSGATOR</strong></p>
<p><a title="Madhurie Singh . Com" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http://feeds.feedburner.com/MadhurieSinghCom"><img src="http://www.newsgator.com/images/ngsub1.gif" alt="Subscribe in NewsGator  Online" /></a></p>
<p>&lt;a title=&#8221;Madhurie Singh . Com&#8221; href=&#8221;http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http://feeds.feedburner.com/YOURSITEFEEDBURNERID&#8221;&gt;&lt;img src=&#8221;http://www.newsgator.com/images/ngsub1.gif&#8221; alt=&#8221;Subscribe in NewsGator  Online&#8221; /&gt;&lt;/a&gt;</p>
<p><strong>9. SEND to PHONE</strong></p>
<p><a href="http://www.plusmo.com/add?url=http://feeds.feedburner.com/MadhurieSinghCom"><img src="http://plusmo.com/res/graphics/fbplusmo.gif" alt="" /></a></p>
<p>&lt;a href=&#8221;http://www.plusmo.com/add?url=http://feeds.feedburner.com/YOURSITEFEEDBURNERID&#8221;&gt;&lt;img src=&#8221;http://plusmo.com/res/graphics/fbplusmo.gif&#8221; alt=&#8221;" /&gt;&lt;/a&gt;</p>
<p><strong>10. Free Dictionary</strong></p>
<p><a title="Add to The Free Dictionary" href="http://www.thefreedictionary.com/_/hp/AddRSS.aspx?http://feeds.feedburner.com/MadhurieSinghCom"><img src="http://img.tfd.com/hp/addToTheFreeDictionary.gif" border="0" alt="Add to The Free Dictionary" width="91" /></a></p>
<p>&lt;a title=&#8221;Add to The Free Dictionary&#8221; href=&#8221;http://www.thefreedictionary.com/_/hp/AddRSS.aspx?http://feeds.feedburner.com/YOURSITEFEEDBURNERID&#8221;&gt;&lt;img src=&#8221;http://img.tfd.com/hp/addToTheFreeDictionary.gif&#8221; border=&#8221;0&#8243; alt=&#8221;Add to The Free Dictionary&#8221; width=&#8221;91&#8243; /&gt;&lt;/a&gt;</p>
<p><strong>11. RSS ICON for SUBSCRIBE BY EMAIL</strong></p>
<p><a rel="alternate" href="http://feeds.feedburner.com/MadhurieSinghCom"><img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" /></a><br />
powered by feedburner</p>
<p>&lt;a rel=&#8221;alternate&#8221; href=&#8221;http://feeds.feedburner.com/YOURSITEFEEDBURNERID&#8221;&gt;&lt;img src=&#8221;http://www.feedburner.com/fb/images/pub/feed-icon32&#215;32.png&#8221; alt=&#8221;" /&gt;&lt;/a&gt; &amp;lt; powered by feedburner</p>
<p><strong>2. Thank Feedburner</strong></p>
<p><a style="text-decoration:none;" href="http://www.feedburner.com" target="_blank"><img src="http://www.feedburner.com/fb/images/pub/i_heart_fb.gif" alt="I heart FeedBurner" /></a></p>
<p>&lt;a href=&#8221;http://www.feedburner.com&#8221; target=&#8221;_blank&#8221;&gt;&lt;img src=&#8221;http://www.feedburner.com/fb/images/pub/i_heart_fb.gif&#8221; alt=&#8221;I heart FeedBurner&#8221; /&gt;&lt;/a&gt;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/code-for-rss-technorati-digg-del-ic-ious-subscribe-email-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install a new Plugin?</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-install-a-new-plugin/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-install-a-new-plugin/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 10:41:53 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[how to install]]></category>
		<category><![CDATA[madhuriesingh]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=371</guid>
		<description><![CDATA[


			
				
			
		
<p>I want to add a new plugin to make my website google ad friendly.</p>
<p>I found on my admin page itself this link http://wordpress.org/extend/plugins/adsense-now/installation/</p>
<p>I download the zip file for adsense.
Next I click the Add New Under Plugins (Under APPEARANCE).</p>
<p>Then I upload the adsense . zip file. </p>
<p>Next I activate the plugin for adsense.
</p>
<p>Now I select top [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fhow-to-install-a-new-plugin%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20Install%20a%20new%20Plugin%3F%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-install-a-new-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-install-a-new-plugin%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>I want to add a new plugin to make my website google ad friendly.</p>
<p>I found on my admin page itself this link http://wordpress.org/extend/plugins/adsense-now/installation/</p>
<p>I download the zip file for adsense.<br />
Next I click the Add New Under Plugins (Under APPEARANCE).</p>
<p>Then I upload the adsense . zip file. <img src="http://singhmadhuri.files.wordpress.com/2009/09/upload-theme-zip-file1.jpg?w=1024" alt="upload theme zip file" title="upload theme zip file" width="1024" height="640" class="aligncenter size-large wp-image-372" /></p>
<p>Next I activate the plugin for adsense.<br />
<img src="http://singhmadhuri.files.wordpress.com/2009/09/setting-of-adsense-plugin.jpg?w=1024" alt="setting of adsense plugin" title="setting of adsense plugin" width="1024" height="640" class="aligncenter size-large wp-image-373" /></p>
<p>Now I select top space for Adsense Ads.<br />
<img src="http://singhmadhuri.files.wordpress.com/2009/09/settings-of-adsense-space.jpg?w=1024" alt="settings of adsense space" title="settings of adsense space" width="1024" height="640" class="aligncenter size-large wp-image-374" /></p>
<p>There , setting of adsense is also done <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  in any theme.</p>
<p></strong></p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-install-a-new-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add new theme to wordpress site?</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-add-new-theme-to-wordpress-site/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-add-new-theme-to-wordpress-site/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:02:23 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>
		<category><![CDATA[add new theme]]></category>
		<category><![CDATA[instal]]></category>
		<category><![CDATA[madhuriesingh]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=361</guid>
		<description><![CDATA[


			
				
			
		
<p>Today I am gonna add new themes for my wordpress website. As of now, I did not want to word hard on something which takes loads of times, until I was sure of my first site installed correctly.</p>
<p>Now till I install other sites in the same database, I may take a month or so. So [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fhow-to-add-new-theme-to-wordpress-site%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20add%20new%20theme%20to%20wordpress%20site%3F%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-add-new-theme-to-wordpress-site%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fhow-to-add-new-theme-to-wordpress-site%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Today I am gonna add new themes for my wordpress website. As of now, I did not want to word hard on something which takes loads of times, until I was sure of my first site installed correctly.</p>
<p>Now till I install other sites in the same database, I may take a month or so. So I want to give my site a good look, till I finalize on the other sites and rest of the fine tunings.</p>
<p>To add a new theme, log into the admin page of the website. ie www.madhuriesingh.com/wp-admin/install-theme.php</p>
<p>or I can go to the admin page and click Add New Theme under APPEARANCE.<br />
<img src="http://singhmadhuri.files.wordpress.com/2009/09/click-add-new-theme1.jpg?w=1024" alt="click add new theme" title="click add new theme" width="1024" height="640" class="aligncenter size-large wp-image-365" /></p>
<p>I like Andreas as I have using it in my blogs. So I will click and preview it first. I like the preview and will Install it now. I click Install button.<br />
<img src="http://singhmadhuri.files.wordpress.com/2009/09/preview-and-install-a-theme.jpg?w=1024" alt="preview and install a theme" title="preview and install a theme" width="1024" height="640" class="aligncenter size-large wp-image-366" /></p>
<p>I am using Andreas09 for my wordpress blogs, but the available theme in wordpress.org is Andreas01 !<br />
So I google it and download the zip file of Andreas09-16 .zip. Then I click upload button in the Install Theme page.<br />
I select the downloaded zip file for upload.<br />
<img src="http://singhmadhuri.files.wordpress.com/2009/09/upload-theme-zip-file.jpg?w=1024" alt="upload theme zip file" title="upload theme zip file" width="1024" height="640" class="aligncenter size-large wp-image-367" /><br />
<img src="http://singhmadhuri.files.wordpress.com/2009/09/activate-the-installed-theme.jpg?w=1024" alt="Activate the installed theme" title="Activate the installed theme" width="1024" height="640" class="aligncenter size-large wp-image-368" /></p>
<p>This is how my site looks after activating the theme Andreas 09.<br />
<img src="http://singhmadhuri.files.wordpress.com/2009/09/my-website-after-activating-the-theme.jpg?w=1024" alt="my website after activating the theme" title="my website after activating the theme" width="1024" height="640" class="aligncenter size-large wp-image-369" /></p>
<p></strong></p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/how-to-add-new-theme-to-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting familiar with  BLUEHOST, SimpleScripts, Wordpress.Org</title>
		<link>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/getting-familiar-with-bluehost-simplescripts-wordpress-org/</link>
		<comments>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/getting-familiar-with-bluehost-simplescripts-wordpress-org/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:35:15 +0000</pubDate>
		<dc:creator>Madhurie Singh</dc:creator>
				<category><![CDATA[Webpage Design]]></category>
		<category><![CDATA[Website Host]]></category>
		<category><![CDATA[apache webserver]]></category>
		<category><![CDATA[BLUEHOST]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[madhuriesingh]]></category>
		<category><![CDATA[SimpleScripts]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://www.madhuriesingh.com/howtobuildsite/?p=78</guid>
		<description><![CDATA[


			
				
			
		
<p>Purchasing my website HOST, was a difficult choice and took some time.</p>
<p>Registered my domain name Madhuriesingh with BlueHost.com for life.</p>
<p>Now let me start to transfer the blogs from Wordpress.com to Wordpress.Org on BlueHost severs !</p>
<p>You know, it&#8217;s been years that I have done anything technical. The last I did was in 2001, when I was [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.madhuriesingh.com%252Fhowtobuildsite%252Findex.php%252F2009%252Fgetting-familiar-with-bluehost-simplescripts-wordpress-org%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Getting%20familiar%20with%20%20BLUEHOST%2C%20SimpleScripts%2C%20Wordpress.Org%22%20%7D);"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fgetting-familiar-with-bluehost-simplescripts-wordpress-org%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.madhuriesingh.com%2Fhowtobuildsite%2Findex.php%2F2009%2Fgetting-familiar-with-bluehost-simplescripts-wordpress-org%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Purchasing my website HOST, was a difficult choice and took some time.</p>
<p>Registered my domain name Madhuriesingh with BlueHost.com for life.</p>
<p>Now let me start to transfer the blogs from Wordpress.com to Wordpress.Org on BlueHost severs !</p>
<p>You know, it&#8217;s been years that I have done anything technical. The last I did was in 2001, when I was a consultant to Australian government&#8217;s Tax department. There my team had build a site for them based on their complicated tax calculating formulaes and rules.</p>
<p>I have learnt a cool way to learn new things.</p>
<p>I do not read anything about anything that&#8217;s new to me. !!!!!</p>
<p>Strange ? Well I know it&#8217;s weird?</p>
<p>I just keep staring at the the new product, new script, new technology by turning and twisting them from all angles. Slowly, my brain starts to make a 3D picture of the new stuff I am exploring.</p>
<p>And Voila! Badaa Boom, Badaa Bing !!!!  I am no longer stanger to this New Stuff !</p>
<p>It&#8217;s a natural process of any brain. Anything that&#8217;s new and encountered for the first time, creates a feeling of scare, fear, escape and hopelessness. So, the best thing to handle this feeling is, dive into the stuff that&#8217;s new, explore it from all angles, from all directions till the brain starts accepting new thing as a known thing. <img src='http://www.madhuriesingh.com/howtobuildsite/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And once the strangeness is gone, it becomes easy to learn.</p>
<p>Once, I become familiar at the superficial level, I go deeper, slowly, one feature at a time. I try each feature one by one, make tiny changes and see the output. When I am satisfied, I move to the next feature.</p>
<p>I am not going to stop blogging on the wordpress blog as of now, and think I am ready to launch the website so soon, so easily. I am going to test all the features that are crucial for running a website on my own, on BlueHost with the help of CPanel.</p>
<p>I am now trying one feature each day.</p>
<p>Today I will try SimpleScripts to create the New webpage. I have thrice run the SimpleScripts from CPanel and built my new webpage under the domain name www.madhuriesingh.com.</p>
<p>It&#8217;s pretty simple. Just need to follow each step mentioned in the CPanel tutorial. I am trying hard to resist myself from going deeper into the technicality of features and working of SimpleScripts. My aim is to host the site successfully and not waste too much time on how simplescript works. Btw SimpleScripts is a language that is used to convert my old wordpress blog from wordpress.com to wordpress.org and build my website.</p>
<p>In my next post I am going to mention all the steps to migrate a blog from wordpress.com to wordpress.org, hosted on Apache webserver using SimpleScripts.</strong></p>

]]></content:encoded>
			<wfw:commentRss>http://www.madhuriesingh.com/howtobuildsite/index.php/2009/getting-familiar-with-bluehost-simplescripts-wordpress-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

