<?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>Matt Gordon &#187; Online Branding</title>
	<atom:link href="http://mattgordon.com/category/online-branding/feed" rel="self" type="application/rss+xml" />
	<link>http://mattgordon.com</link>
	<description>The Official Website.</description>
	<lastBuildDate>Sun, 04 Oct 2009 01:42:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a New “Home Page” in Wordpress</title>
		<link>http://mattgordon.com/online-branding/creating-a-new-%e2%80%9chome-page%e2%80%9d-in-wordpress</link>
		<comments>http://mattgordon.com/online-branding/creating-a-new-%e2%80%9chome-page%e2%80%9d-in-wordpress#comments</comments>
		<pubDate>Fri, 05 Jun 2009 05:10:03 +0000</pubDate>
		<dc:creator>Matt Gordon</dc:creator>
				<category><![CDATA[Online Branding]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://mattgordon.com/?p=229</guid>
		<description><![CDATA[I used to hate Wordpress because every Wordpress-driven website I saw looked, well, like a blog.  You know, dated entries and a bunch of stuff to the side that almost always talked about &#8220;categories,&#8221; &#8220;archives,&#8221; and (ick) a &#8220;blogroll.&#8221;
But then I realized that it just didn&#8217;t have to be that way.  So I started trying [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I used to hate Wordpress because every Wordpress-driven website I saw looked, well, like a blog.  You know, dated entries and a bunch of stuff to the side that almost always talked about &#8220;categories,&#8221; &#8220;archives,&#8221; and (ick) a &#8220;blogroll.&#8221;</p>
<p>But then I realized that it just didn&#8217;t have to be that way.  So I started trying to figure out how people were doing it.</p>
<p>Here&#8217;s a step by step thing I wrote for you to guide you through it&#8230;</p>
<p><span>Here’s how to make a new homepage on a Wordpress 2.7+ site that doesn’t look like a blog:</span></p>
<p><span>First, you’ll need a theme that uses a main navigation bar.  I used the Emporium theme from <a href="http://www.freewpthemes.net" target="_blank">http://www.freewpthemes.net</a>.  Upload it into the wp-content/themes directory on your website, and then select the theme in the Manage Themes area of your admin area (under Appearance).</span></p>
<p><span>Second, go ahead and make any changes to the theme you want.  You can use the Editor (also under Appearance in the admin area).  I didn’t like the way it made my site title and headlines (H1, H2, and H3’s) all lower case, so I removed the appropriate “text-transform: lowercase” line in the stylesheet.  I also made the main menu font bigger and changed the font and line spacing of the body text.</span></p>
<p><span>Third, publish a page called “Writing” or “Blog” or anything else that you want.  The title will be what goes in the main menu.  Don’t write anything on the page – just publishing it empty is enough.  You’ll also need to publish a page with your homepage text.  The title of this page will not be displayed in the menu, but will appear on your home page.</span></p>
<p><span>After creating those pages, go to the Settings -&gt; Reading area of your WP admin panel.  The “Front page displays” options will help you transform the site.  Click the “A static page” radio button, and then select your home page you created for the Front page, and the empty writing/blog/whatever page for the “Posts page.”</span></p>
<p><span>But a small problem has developed &#8212; look at your blog: You’ll see that the home page is actually listed twice in your navigation menu.  Once as the Homepage and once as the title of the page (mine is “Welcome to MattGordon.com”).  Oops!</span></p>
<p><span>In order to fix this, let’s go back to the editor (under Appearance) and select the header.php file to edit.  Scroll all the way down, and the div called “menu” will be displayed.  This, not surprisingly, is the code that makes the main menu.</span></p>
<p><span>Incidentally, if you want to change the “Homepage” menu item to something else, look for the “class=&#8221;current_page_item&#8221;&gt;Homepage&lt;/a&gt;” code.  Just change “Homepage” to “Home” or whatever you want it to be.  You may notice that it isn’t in all caps like it appears on the site.  That’s because the stylesheet uses that “text-transform: uppercase” to change it.</span></p>
<p><span>To fix the double listing issue, replace this code “wp_list_pages(&#8216;title_li=&#8217; )” with this code: “wp_list_pages(&#8216;title_li=&amp;exclude=2&#8242; )”  What you’re doing is adding an argument to the “wp_list_pages” template tag to exclude a certain page when it’s making the menu.  You will probably have to replace the number “2” with another number.  It will be the Wordpress ID number of your home page.  To find it, go to Pages -&gt; Edit in your admin area and hover your cursor over the title of your home page.  Now look at the status bar in the bottom of your browser window.  The number at the end of that URL is the ID number you need to use in the above code. </span></p>
<p><span>That’s it, you should now be good to go!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://mattgordon.com/online-branding/creating-a-new-%e2%80%9chome-page%e2%80%9d-in-wordpress/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What&#8217;s YOUR story?</title>
		<link>http://mattgordon.com/online-branding/whats-your-story</link>
		<comments>http://mattgordon.com/online-branding/whats-your-story#comments</comments>
		<pubDate>Fri, 04 Jul 2008 22:39:15 +0000</pubDate>
		<dc:creator>Matt Gordon</dc:creator>
				<category><![CDATA[Online Branding]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.mattgordon.com/blog/?p=9</guid>
		<description><![CDATA[In the book, &#8220;All Marketers Are Liars: The Power of Telling Authentic Stories in a Low-Trust World,&#8221; author Seth Godin makes the point that all companies, brands, and products involve telling a story.  Not only the stories the marketers are telling to get us to buy said products, but the stories we tell ourselves [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In the book, &#8220;<a href="http://www.amazon.com/All-Marketers-Are-Liars-Authentic/dp/1591841003/" target="_blank"><em>All Marketers Are Liars: The Power of Telling Authentic Stories in a Low-Trust World</em></a>,&#8221; author Seth Godin makes the point that all companies, brands, and products involve telling a <em>story</em>.  Not only the stories the marketers are telling to get us to buy said products, but the stories we tell ourselves and those around us.  Stories of what this product says about us, stories of the benefits of this product, stories of why this product was a better choice than others like it.  You get the idea.</p>
<p>Stories are great, but here&#8217;s something to consider: what is YOUR story?  Not your company&#8217;s story, or the story of that you own, but specifically <em>your</em> story. If someone were to try and figure out your story, how would they do it?</p>
<p>1.)  Do you have a <a href="http://www.facebook.com/" target="_blank">Facebook</a> or <a href="http://myspace.com" target="_blank">MySpace</a> page?  What is on it?  Is your online identity consistent with your &#8220;professional image?&#8221;  Do you care?</p>
<p>2.)  Are you on <a href="http://twitter.com" target="_blank">Twitter</a>?  Now there&#8217;s a real story!  How would the narrative of your life read to an outsider?</p>
<p>3.)  Go ahead, <a href="http://google.com" target="_blank">Google</a> yourself!  You know you want to.  Heck, you probably already have.  Are you represented?  Represented well?  What about on <a href="http://images.google.com" target="_blank">Google Images</a>?  Does your past come back to haunt you?  How about someone with the same name as yours?  There&#8217;s one page where Matt Gordon professes to be a &#8220;<a href="http://www.princeton.edu/~kruller/gordon.htm" target="_blank">Dyslexic Agnostic Insomniac</a>.&#8221;  Definitely not me!</p>
<p>So there are three easy steps you can do right now to make sure your online branding is working for you, and not against you.  But now that you&#8217;ve identified the story that you&#8217;re putting out there (inadvertently or not), what&#8217;s the next step?</p>
<p><strong>Changing the story.</strong>  Unfortunately, the nature of many websites is that once you&#8217;ve put it out there, it&#8217;s hard to reel it back in.  But there are things you can do &#8212; at varying degrees of ease &#8212; to at least bury the parts of the story that are inconsistent with your professional image.  Here are a few ideas to get you started:</p>
<p>1.) Do you have your own website?  It can be a sort of clearinghouse for people to find the relevant online aspects of your life.  Check out the home page for a guy named &#8220;<a href="http://mattgordon.com" target="_blank">Matt Gordon</a>&#8221; for an example.</p>
<p>2.) Try a linking campaign to generate links to the more appropriate corners of the Internet with your name on them.  You can comment on highly ranked blogs, forums, etc., and include links in your signature.  Just make sure that the comments are intelligent and add something worthwhile to the conversation.  An excellent place to do this is websites focused on your market.</p>
<p>3.) For ultimate branding, try making your own blog.  There&#8217;s nothing that can get a message out better over the long-run than a well-optimized blog.</p>
<p>Hopefully, you will be inspired to investigate your own story and see what you can do about brushing it up!  Do you have any other ideas on how to clean up your online image?  Or maybe a story or two about the wisdom of doing so?  Leave me a comment below!</p>
]]></content:encoded>
			<wfw:commentRss>http://mattgordon.com/online-branding/whats-your-story/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
