<?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>Fragmented Brain Matter &#187; wordpress</title>
	<atom:link href="http://bhowmikshah.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bhowmikshah.com/blog</link>
	<description>random bits and pieces from a fragmented brain</description>
	<lastBuildDate>Fri, 01 Apr 2011 22:48:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Baby Steps &#8211; Part 1</title>
		<link>http://bhowmikshah.com/blog/2009/07/wordpress-baby-steps-part-1/</link>
		<comments>http://bhowmikshah.com/blog/2009/07/wordpress-baby-steps-part-1/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 07:50:19 +0000</pubDate>
		<dc:creator>bhowmik</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://bhowmikshah.com/blog/2009/07/09/wordpress-baby-steps-part-1/</guid>
		<description><![CDATA[I&#8217;m quite new to WordPress. So there&#8217;s a lot of hiccups and accidents that i tend to make while trying to get the install up to what i want it to be. The WordPress Baby Steps will be my experiences of stumbling through WordPress. Current Scenario: Me trying to change where the Tagline for the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bhowmikshah.com/blog/wp-content/uploads/2009/07/blue-s.png" rel="lightbox[167]"><img class="alignleft size-full wp-image-188" title="Wordpress" src="http://bhowmikshah.com/blog/wp-content/uploads/2009/07/blue-s.png" alt="Wordpress" width="50" height="50" /></a>I&#8217;m quite new to WordPress. So there&#8217;s a lot of hiccups and accidents that i tend to make while trying to get the install up to what i want it to be.</p>
<p>The WordPress Baby Steps will be my experiences of stumbling through WordPress.<br />
<strong><br />
Current Scenario: </strong>Me trying to change where the Tagline for the blog points to.</p>
<p>The title of my blog currently points to the blog itself. Which is fine for most cases, but in my case i wanted it to point back to http://bhowmikshah.com/ just so that the user has an easy way of going to the landing page for the website.</p>
<p>Now i wasn&#8217;t sure how to do this and i kept playing around with a lot of settings and stumbled across the two settings below.</p>
<p><em>wp-admin -&gt; Settings -&gt; General &#8211; WordPress address</em><br />
<em>wp-admin -&gt; Settings -&gt; General &#8211; Blog Address</em></p>
<p>Like most other guys, reading instructions is not built into my system and i proceeded to try changing it without worrying too much about what it actually does change.</p>
<p>I changed the <em>WordPress address URL </em>and saved my settings and all seemed to be fine. I could access the website, get to the blog, browse the posts but the link wouldn&#8217;t work. So i tried to go into wp-admin and realised that it was redirecting to <em>bhowmikshah.com/wp-admin</em> which wasn&#8217;t right since it needed to redirect to <em>bhowmikshah.com/blog/wp-admin</em></p>
<p>And i realised what i had changed &#8211; doh!</p>
<p>But now more importantly i needed to be able to figure out how to reverse the change because i had lost admin access to my blog. There was no way i could see to be able to get to wp-admin because of the redirection.</p>
<p>I headed off to the <a href="http://codex.wordpress.org">WordPress Codex</a> and started reading around to figure out how to reverse what i had just done. And i stumbled across <a href="http://codex.wordpress.org/Changing_The_Site_URL">Changing the Site URL</a>.</p>
<p>I tried the quick fix method which involved adding the following lines at the beginning of the <em>functions.php </em>file for the active theme.</p>
<pre><em><code>update_options('siteurl','http://example.com/blog');</code></em></pre>
<pre><em><code>update_options('home','http://example.com/blog');</code></em></pre>
<p>Replace http://example.com/blog with the address for your WordPress install.<small><br />
<big><br />
If you only have ftp access to your server then y</big></small>ou can download the <em>functions.php </em>file locally, make the changes and then reupload it or if you have shell access to your account you can make the changes on the server itself.</p>
<pre><strong>Just remember to remove the lines after you've fixed the problem.</strong></pre>
<p>Eventually i still haven&#8217;t changed the link for the Tagline  <img src='http://bhowmikshah.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':sad:' class='wp-smiley' />  . Soon. Soon.</p>
<p><strong>Update: </strong>For my theme (<a title="iNove" href="http://www.neoease.com/inove" target="_blank"><em>iNove</em></a>) I needed to modify the <em>header.php</em> file. In <em>header.php </em>look for the line that starts the top bar navigation<code><big></big></code>,</p>
<pre><big>&lt;!-- navigation START --&gt;</big>
<strong>&lt;div id="navigation"&gt;</strong>
	<big>&lt;!-- menus START --&gt;</big>
	<strong>&lt;ul id="menus"&gt;</strong></pre>
<p>This is the beginning of the list that displays the navigation menu at the top. You need to add a list element to this list to display your link.</p>
<p>for e.g. To add a link to the top navigation bar which points to Google you need to add the following line</p>
<pre><code> <strong>&lt;li&gt;</strong><strong>&lt;a href="http://www.google.com"&gt;</strong>Google<strong>&lt;/a&gt;</strong><strong>&lt;/li&gt;</strong></code></pre>
<p><code><strong> </strong></code><br />
Turns out it was quite easy and painless in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://bhowmikshah.com/blog/2009/07/wordpress-baby-steps-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for the iPhone</title>
		<link>http://bhowmikshah.com/blog/2009/06/wordpress-for-the-iphone/</link>
		<comments>http://bhowmikshah.com/blog/2009/06/wordpress-for-the-iphone/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 04:41:45 +0000</pubDate>
		<dc:creator>bhowmik</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bhowmikshah.com/blog/2009/06/11/wordpress-for-the-iphone/</guid>
		<description><![CDATA[Since my mac has been separated from me (temporarily) there&#8217;s not much I can do about being online. The saving grace is my iPhone. And since I already have apps for twitter, gmail, google reader, Flickr and a few other &#8216;extreme&#8217; necessities on the iPhone I was thinking that wouldn&#8217;t it be nice if there [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bhowmikshah.com/blog/wp-content/uploads/2009/07/blue-s.png" rel="lightbox[70]"><img class="alignleft size-full wp-image-188" title="Wordpress" src="http://bhowmikshah.com/blog/wp-content/uploads/2009/07/blue-s.png" alt="Wordpress" width="50" height="50" /></a>Since my mac has been separated from me (temporarily) there&#8217;s not much I can do about being online. The saving grace is my iPhone.</p>
<p>And since I already have apps for twitter, gmail, google reader, Flickr and a few other &#8216;extreme&#8217; necessities on the iPhone I was thinking that wouldn&#8217;t it be nice if there was an application which would let me follow my friendfeed stream and something for wordpress which would let me upload stuff to my blog.</p>
<p>And lo behold I found out that there is such a thing as <a href="http://iPhone.wordpress.org">WordPress for the iPhone</a>. I must admit that though I try out a lot of things on the iPhone I did not know about this application and now that I do &#8230;. Here&#8217;s my first post using <a href="http://iphone.wordpress.org">WordPress for the iPhone </a>.</p>
<p>It&#8217;s not bad and gives you options to manage your pages, posts and comments and also has options for multiple blogs.</p>
<p>I am still playing around with it and will update if I find something interesting or if I don&#8217;t.</p>
<p><strong>Update :</strong> tried to insert a link and couldn&#8217;t find any way to easily do it and I started clumsily typing in the HTML tags and suddenly up pops a dialogue box asking me if I want to create a link and feeling like a dunce who has just been caught out trying to do something simple in a complex way I say yes and then I am asked to enter the text for the link and the link address and it automatically puts in the complete HTML for the link.</p>
<p>Sweet &#8230; but how do I bring up the dialogue box without having to go through the motions of having to almost type out the beginnings of a link.</p>
<p><strong>Update 2 :</strong>Also It Would be nice if there is an option to automatically select and enter a few standard HTML tags such as lists, links, images etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://bhowmikshah.com/blog/2009/06/wordpress-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

