<?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>The WordPress Experts - WPMU.org &#187; tutorials</title>
	<atom:link href="http://wpmu.org/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmu.org</link>
	<description>WordPress, Multisite &#38; BuddyPress plugins, themes, news and reviews and special offers from the team at WPMU.org</description>
	<lastBuildDate>Mon, 21 May 2012 16:00:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Organize an Online Book in WordPress (Novel or Non-Fiction)</title>
		<link>http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/</link>
		<comments>http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/#comments</comments>
		<pubDate>Wed, 09 May 2012 13:00:39 +0000</pubDate>
		<dc:creator>Joseph Foley</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[blog book]]></category>
		<category><![CDATA[organize book wordpress]]></category>
		<category><![CDATA[wordpress book]]></category>
		<category><![CDATA[write a book in wordpress]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=77679</guid>
		<description><![CDATA[This blueprint will help you turn your book into a website.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/poet-big/" rel="attachment wp-att-77681"><img class="aligncenter size-full wp-image-77681" title="poet-big" src="http://wpmu.org/wp-content/uploads/2012/05/poet-big.jpg" alt="" width="656" height="561" /></a><br />
Let’s say you’ve written (or are writing) a book. But instead of publishing it in a traditional way, you decide to “put it online.” By that I don’t mean you make it into a PDF ebook or a digital book. I mean you decide to turn your book into a website.</p>
<p>Using WordPress for this project could work well, but WordPress straight out of the box will probably not suit your needs exactly. And so in this post, we’ll go over how you might structure your book in a WordPress environment.</p>
<p>&nbsp;</p>
<h2><strong>Different Strokes for Different Folks</strong></h2>
<p>There are number of ways to go about turning WordPress into a suitable platform for an online book. At the most basic level, you will need to decide whether to make Posts, Pages, or Custom Posts your principle building block. There could be arguments made for each, but in this tutorial we’re going to make regular WordPress Posts the primary building block – i.e. we’re going to use Posts to publish the content of our book.</p>
<p>It should also be noted that different people will have different preferences and different needs according to their situation. Some may have long chapters while others have many short chapters. Some may have a number of different sections in each chapter while others forgo chapter sections altogether. … And the list goes on.</p>
<p>Therefore, the recommendations listed in this tutorial are just that – recommendations. You may have to change them to suit your particular case, but at the very least, they should give you some ideas.</p>
<h2><strong>Why Posts?</strong></h2>
<p>The reason I chose to go with Posts for this tutorial is that you typically have more flexibility with Posts.  Of course you could get Pages and Custom Posts to pretty much be as flexible as Posts, but that would take some extra work.</p>

<p>&nbsp;</p>
<h1><strong>Building Your Site</strong></h1>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/heart-book/" rel="attachment wp-att-77683"><img class="aligncenter size-full wp-image-77683" title="heart-book" src="http://wpmu.org/wp-content/uploads/2012/05/heart-book.jpg" alt="" width="655" height="491" /></a></p>
<p>&nbsp;</p>
<p>OK, enough with all the disclaimers. Let’s get to actually building the site.</p>
<h2><strong>Changing Posts to Suit Your Needs</strong></h2>
<p>While Posts have a lot of flexibility, they come with two characteristics that you probably aren’t going to want:</p>
<ul>
<li>They usually have a date affixed to them.</li>
<li>They publish in reverse chronological order (i.e. the latest post appears first).</li>
</ul>
<p>&nbsp;</p>
<h2><strong>Removing the Date from Your Posts</strong></h2>
<p>There may be a few exceptions (such as those writing a travelogue, for example), but most people will want to remove the date stamp from their posts. Probably the easiest way to do that is to use a plugin that performs that task for you. The <a href="http://wordpress.org/extend/plugins/wp-post-date-remover/">WP Post Date Remover</a> plugin will do that.</p>
<p>If you’d like a more manual option, then you can take a look at <a href="http://wpmu.org/how-to-remove-the-date-from-your-wordpress-posts/">this post</a>.</p>
<h2><strong>Publish Posts in Chronological Order</strong></h2>
<p>As well as removing the date stamp from your posts, most will also want their posts to publish in chronological order (i.e. the first post stays at the top). You can do that with the <a href="http://wordpress.org/extend/plugins/default-sort-ascend/">Default Sort Ascend</a> plugin.</p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<h2><strong>Use Categories for Your Chapters and Major Sections</strong></h2>
<p>Perhaps the easiest way to organize all you content is, of course, with your categories function.</p>
<p>If you are breaking your book into major sections (e.g. Part I, Part II, Part III, Part IV), then you will want to make categories for each of those.</p>
<p>Under each of those categories, you will create a child category (aka sub-category) for each of your chapters in that part of the book. For example, I have created a hypothetical book with four major sections and twelve individual chapters.</p>
<p>The outline for my hypothetical book looks like this:</p>
<p>&nbsp;</p>
<p><strong>Part I – Birth (parent category)</strong></p>
<ul>
<li>Chapter 1 – January (child category)</li>
<li>Chapter 2 – February (child category)</li>
<li>Chapter 3 – March (child category)</li>
</ul>
<p>&nbsp;</p>
<p><strong>Part II – Beginnings</strong></p>
<ul>
<li>Chapter 4 – April</li>
<li>Chapter 5 – May</li>
<li>Chapter 6 – June</li>
</ul>
<p>&nbsp;</p>
<p><strong>Part III – The Thick of It</strong></p>
<ul>
<li>Chapter 7 – July</li>
<li>Chapter 8 – August</li>
<li>Chapter 9 – September</li>
</ul>
<p>&nbsp;</p>
<p><strong>Part IV – The End</strong></p>
<ul>
<li>Chapter 10 – October</li>
<li>Chapter 11 – November</li>
<li>Chapter 12 – December</li>
</ul>
<p>&nbsp;</p>
<p>And here’s how my category set-up looks in the backend.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/categories-chapters/" rel="attachment wp-att-77684"><img class="aligncenter size-full wp-image-77684" title="categories-chapters" src="http://wpmu.org/wp-content/uploads/2012/05/categories-chapters.jpg" alt="" width="601" height="1343" /></a></p>
<h2><strong>Editing Chapter Structure (i.e. Categories)</strong></h2>
<p>Of course you’ll want to plan things out in advance as much as possible, but one of the nice things about categories is that they are easy to edit. You can easily change a child category into a parent category or vice versa. You can also easily add new categories to your parent categories, make sub-sub categories, and more.</p>
<p>Some will want to (or need to) pay more attention to categories and sub-categories than others. It all depends on what you want to achieve. However, at least some basic attention to this overall structure will give you a sound foundation behind the scenes. <strong>This sound foundation will allow you more flexibility down the road and make it easier for you to lead your visitors through your book in a logical way</strong> (or give them clear navigation so they can jump around as they like without getting lost).</p>
<h2><strong>A Plugin for Extra Help</strong></h2>
<p>Writing is a messy business, and often you’ll find that you need to add a section here or rearrange a few sections there. As you will be using your categories for the different chapters and sections on your site, that means you may want to rearrange them at some point. WordPress doesn’t do this by default, but the <a href="http://wordpress.org/extend/plugins/my-category-order/">My Category Order</a> plugin will allow you to do that.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/my-category-order/" rel="attachment wp-att-77687"><img class="aligncenter size-full wp-image-77687" title="my-category-order" src="http://wpmu.org/wp-content/uploads/2012/05/my-category-order.jpg" alt="" width="622" height="479" /></a></p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<h2><strong>Custom Menu Creation</strong></h2>
<p>Once you have your book’s main sections and chapters laid out (i.e. your parent categories and child categories), you’ll want to display them, so your visitors can clearly follow the flow of your text in the way you intended it to be followed.</p>
<p>A sound category structure will give you the flexibility to take advantage of many things (too many to list here, or to even imagine), but perhaps <strong>the easiest way to put a clear, simple navigation menu on your site is to use the WordPress Custom Menus system</strong>. <strong>(Appearance &gt; Menus)</strong></p>
<p>When your categories are laid out logically in your backend, they will also appear logically in your Custom Menu system, making it easy to both create an original menu, as well as add new sections when needed.</p>
<p>Take a look at how clearly everything is organized on my Custom Menu page.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/custom-menu-creation/" rel="attachment wp-att-77688"><img class="aligncenter size-full wp-image-77688" title="custom-menu-creation" src="http://wpmu.org/wp-content/uploads/2012/05/custom-menu-creation.jpg" alt="" width="621" height="623" /></a>From there it’s easy to create an equally organized Custom Menu.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/chapters-custom-menu/" rel="attachment wp-att-77689"><img class="aligncenter size-full wp-image-77689" title="chapters-custom-menu" src="http://wpmu.org/wp-content/uploads/2012/05/chapters-custom-menu.jpg" alt="" width="621" height="680" /></a></p>
<p>I can then pull that Custom Menu into a widget on my sidebar. <strong>(Appearance &gt; Widgets)</strong></p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/sidebar-widget/" rel="attachment wp-att-77690"><img class="aligncenter size-full wp-image-77690" title="sidebar-widget" src="http://wpmu.org/wp-content/uploads/2012/05/sidebar-widget.jpg" alt="" width="620" height="443" /></a></p>
<p>And here’s what it looks like in action.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/sidebar-menu-2/" rel="attachment wp-att-77691"><img class="aligncenter size-full wp-image-77691" title="sidebar-menu" src="http://wpmu.org/wp-content/uploads/2012/05/sidebar-menu.jpg" alt="" width="619" height="639" /></a></p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<h2><strong>Displaying All Sections </strong></h2>
<p>Of course different people will have different needs, but one thing that may work for some is to also display ALL of your sections (i.e. all your posts) in one long column down the sidebar.</p>
<p>There are a few things to note about this method. The first is that it will NOT separate your sections out into different chapters. It will simply list them all in an undifferentiated column. However, it will list your sections (your posts) in the correct order from beginning to end – as long as you have them ordered correctly in the backend. (More on that later.)</p>
<p>You can do this by using the default “Recent Posts” widget and increasing the number of posts to a number that will be high enough to include the number of posts/sections you have. <strong>(Appearance &gt; Widgets)</strong></p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/recent-posts-widget/" rel="attachment wp-att-77692"><img class="aligncenter size-full wp-image-77692" title="recent-posts-widget" src="http://wpmu.org/wp-content/uploads/2012/05/recent-posts-widget.jpg" alt="" width="618" height="378" /></a>And here’s what it looks like.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/all-sections/" rel="attachment wp-att-77693"><img class="aligncenter size-full wp-image-77693" title="all-sections" src="http://wpmu.org/wp-content/uploads/2012/05/all-sections.jpg" alt="" width="618" height="533" /></a></p>
<h2><strong>Ordering Your Posts in the Backend<br />
</strong></h2>
<p>As stated at the beginning, one of the reasons to use Posts over Pages (or Custom Posts) is that they may afford the average user a little more flexibility out of the box. And one advantage that Posts have over Pages is that they are perhaps easier to order and reorder on a large scale … if you know the trick.</p>
<p>So what’s the trick?</p>
<p>Well, Posts, as you probably know, are ordered by date. Whether you are going in chronological order or reverse chronological order, WordPress still looks at the date and the time on the post in order to determine how to arrange it in relation to all the other posts.</p>
<p>Because of this, you can take advantage of time stamps to get your posts in the order you want them.</p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<h2><strong>Setting Up Your Time Stamps</strong></h2>
<p>If you write a post in WordPress and then publish it immediately, the post gets stamped as being published at that time. However, you can change the time stamp on your post to any date. You can control the time stamp on the Write/Edit page or in the Edit Posts page.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/edit-time-stamps/" rel="attachment wp-att-77694"><img class="aligncenter size-full wp-image-77694" title="edit-time-stamps" src="http://wpmu.org/wp-content/uploads/2012/05/edit-time-stamps.jpg" alt="" width="616" height="1118" /></a></p>
<p>When starting out, my suggestion would be to <strong>publish each post with a time stamp at least a day apart</strong>. In that way, you can easily add new sections anywhere into your existing list of sections. All you need to do is to pick a time stamp that rest between the time stamps of the posts on either side.</p>
<p>&nbsp;</p>
<h2><strong>An Example</strong></h2>
<p>So, let’s say I’m going to start posting a book to my site today (May 9 at 1 p.m.). I already have fifty different sections written that I want to post; therefore, I will want to set the time stamp on the first section to be fifty days in the past (March 10 at 1 p.m.). Then for the second section, I will set the time stamp to be for forty-nine days in the past (March 11 at 1 p.m.). And the third will be for forty-eight days in the past (March 12 at 1 p.m.), etc.</p>
<p>In this way, if I decide that I want to add a section that comes after the first section but before the second section, I can then easily just pick a time stamp that rests between the two existing time stamps (i.e. AFTER March 10 at 1 p.m. yet BEFORE March 11 at 1 p.m.). So, for example, I might pick March 10 at 9 p.m. I still want to leave myself clear room on either side in case I decide to add another section.</p>
<p>When I do this, my new section (my new post) automatically becomes the second section in my book, and it pushes the original second section to third … and on down the line for each other section.</p>
<p>(Note: If you are using Custom Menus, then you may still need to manually add your new sections into your navigation, depending on how you’ve set things up.)</p>
<p>&nbsp;</p>
<h2><strong>Adding Previous &amp; Next Navigation</strong></h2>
<p>Something else you will no doubt want to do is to add “Previous and Next” navigation links to the bottom of your posts. Some themes will come with these links included, but many don’t, so we’ll quickly go over how you can get them on your site.</p>
<p>There are plugins you can search for that will do this for you, but you can also manually add a little bit of code to the bottom of your theme’s single.php file. (Some themes these days call in a loop file to the single.php file, and so depending on your theme, you may want to place this code there instead.)</p>
<p>There are different ways to determine exactly how your Previous and Next links display, and so you can <a href="http://codex.wordpress.org/Function_Reference/previous_post">check out more info on it at WordPress</a> if you like.</p>
<p>In the meantime, we’ll go over some code that should work for you. Place the following at the bottom of your single.php file. <strong>(Appearance &gt; Editor &gt; Single – single.php)</strong></p>
<pre>&lt;?php previous_post('&amp;laquo; &amp;laquo; %', '', 'yes'); ?&gt; | &lt;?php next_post('% &amp;raquo; &amp;raquo; ', '', 'yes'); ?&gt;</pre>
<p><strong> </strong></p>
<p>It will output links for you like this:</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/previous-next/" rel="attachment wp-att-77695"><img class="aligncenter size-full wp-image-77695" title="previous-next" src="http://wpmu.org/wp-content/uploads/2012/05/previous-next.jpg" alt="" width="615" height="490" /></a></p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<h2><strong>Some Plugins to Consider</strong></h2>
<p>I’m sure there are tons of plugins out there that could help you present your online book in a better way, but I’ll just mention two here because they seem fairly fundamental. Both of these are more for non-fiction books than fiction.</p>
<p><strong>Index Press</strong></p>
<p>The first is called <a href="http://wordpress.org/extend/plugins/index-press/">Index Press</a>. It helps you create an index of your site much like a regular book would have.</p>
<p>Here’s a look at it in action.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/index-press/" rel="attachment wp-att-77701"><img class="aligncenter size-full wp-image-77701" title="index-press" src="http://wpmu.org/wp-content/uploads/2012/05/index-press.jpg" alt="" width="613" height="525" /></a><br />
<strong>WP Section Index</strong></p>
<p>The second is not quite as fundamental, but still useful for some. If you choose to write VERY long sections, and you keep them all on a single page as opposed to breaking them up, then the <a href="http://wordpress.org/extend/plugins/wp-section-index/">WP Section Index</a> plugin will generate a mini-index for a single page based on your headings.</p>
<p>For example, you can set the plugin to make an index of all H2 headings in a page. You then set up the plugin’s widget in the sidebar, and it will appear if you have H2 heading in your page. If you don’t have H2 heading in your page, it won’t appear.</p>
<p>Here’s what it looks like in action.</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/section-index/" rel="attachment wp-att-77697"><img class="aligncenter size-full wp-image-77697" title="section-index" src="http://wpmu.org/wp-content/uploads/2012/05/section-index.jpg" alt="" width="613" height="323" /></a></p>
<p>&nbsp;</p>
<p><strong>Pagination</strong></p>
<p>And finally, not a plugin, but a little built-in WordPress trick. You can also choose to break a very long post into multiple pages. It’s a simple trick that <a href="http://wpmu.org/pagination-how-to-split-a-wordpress-post-into-multiple-pages/">you can learn here</a>.</p>
<p>The result looks like this (the style will vary according to your theme):</p>
<p><a href="http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/paginate/" rel="attachment wp-att-77698"><img class="aligncenter size-full wp-image-77698" title="paginate" src="http://wpmu.org/wp-content/uploads/2012/05/paginate.jpg" alt="" width="613" height="323" /></a></p>
<p>&nbsp;</p>
<h2><strong>Final Words</strong></h2>
<p>Of course everything above is just a basic blueprint. And you will need to decide on things like your homepage, but this basic guide should help you get started. In fact, it may be plenty enough for many. You will want to be careful about adding too much navigation and too many bells and whistles. You don’t want your visitors to get confused.</p>
<p>Keep it simple, make it logical, and provide navigation that will be obvious to your visitor.</p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<p>Photo: <a href="http://www.bigstockphoto.com/image-20792210/stock-vector-poet">Poet</a> and <a href="http://www.bigstockphoto.com/image-169059/stock-photo-heart-shaped-book">Heart Shaped Book</a> from BigStock</p>
 <div class="wdgpo_author"><a href='https://plus.google.com/110956522007744554847/posts?rel=author'><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" /> Joseph Foley on Google+</a></div><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How to Use Date Icons to Spice Up Your WordPress Theme &amp; Make it Unique</title>
		<link>http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/</link>
		<comments>http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/#comments</comments>
		<pubDate>Tue, 01 May 2012 15:00:33 +0000</pubDate>
		<dc:creator>Joseph Foley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wordpress date backgrounds]]></category>
		<category><![CDATA[wordpress date stamp]]></category>
		<category><![CDATA[wordpress date stamp icons]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=77151</guid>
		<description><![CDATA[This little trick can make your theme seem different from the thousands of others like it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/jan1-big/" rel="attachment wp-att-77152"><img class="aligncenter size-full wp-image-77152" title="jan1-big" src="http://wpmu.org/wp-content/uploads/2012/04/jan1-big.jpg" alt="" width="651" height="649" /></a><br />
Unless you’re a designer, there’s a good chance you didn’t make your WordPress theme. Because of this, yours is going to look like thousands of others. But a few small changes here and there can really make your theme look much more unique.</p>
<p>Probably one of the biggest things you can do, of course, is to get a unique header. And so that’s a given. But there’s another smaller element you can change on <strong>every single page</strong> that will also make your theme seem different: the way your date is displayed.</p>
<p>&nbsp;</p>
<h2><strong>Date Icons</strong></h2>
<p>In this tutorial, we’re going to go over how you can add date icons to your site to spice up your theme. We’re going to be setting up a theme to show a date icon that looks like this …</p>
<p><a href="http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/date-icon/" rel="attachment wp-att-77154"><img class="aligncenter size-full wp-image-77154" title="date-icon" src="http://wpmu.org/wp-content/uploads/2012/04/date-icon.jpg" alt="" width="648" height="155" /></a></p>
<p>&nbsp;</p>
<h2><strong>Upload Your Date Icon Background</strong></h2>
<p>The way this trick works is that it prints the month and the date on top of an image that’s set as a background, and so the first thing you’ll want to do is to upload your date icon background. You will want to make sure that the image is the size you want it to be on your page. (We’ll go over where to find background images at the end of the post.)</p>
<p>This is what my date icon background looks like without the month and date printed on it …</p>
<p><a href="http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/date-icon-plain/" rel="attachment wp-att-77155"><img class="aligncenter size-full wp-image-77155" title="date-icon-plain" src="http://wpmu.org/wp-content/uploads/2012/04/date-icon-plain.jpg" alt="" width="648" height="155" /></a> </p>
<p>&nbsp;</p>
<h2><strong>Get the URL for the Image</strong></h2>
<p>Once your background image is uploaded to your site, you’ll need to find the URL for it. You’ll need this for later.</p>
<p>You can find the URL by clicking on the “Edit” link that appears when you hover over the icon in your media library.</p>
<p><a href="http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/find-url/" rel="attachment wp-att-77156"><img class="aligncenter size-full wp-image-77156" title="find-url" src="http://wpmu.org/wp-content/uploads/2012/04/find-url.jpg" alt="" width="646" height="363" /></a></p>
<p>&nbsp;</p>
<p><a href="http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/url-for-image/" rel="attachment wp-att-77157"><img class="aligncenter size-full wp-image-77157" title="url-for-image" src="http://wpmu.org/wp-content/uploads/2012/04/url-for-image.jpg" alt="" width="646" height="508" /></a></p>

<p>&nbsp;</p>
<h2><strong>Add Date Code to Your Theme</strong></h2>
<p>Next you’ll need to add some code to the files in your theme where you want the icon to show up. If you want it to show up on the homepage (index.php), on single pages (single.php), on category pages (category.php or achives.php), etc., you will need to add this code to each of those templates.</p>
<p>There are a number of different ways to write the code to make this work, but we’ll just use this one way. There are also a lot of different places you could put the code depending on where you want the icon to show up on your pages. So you may want to play around with this in a few different spots on your particular theme to get it the way you want it.</p>
<p>For example, you may want to put the icon just to the left of the title of the post. You may want to put it under the title and to the left of your other meta data (author, category, etc.).</p>
<p>(Note: In this tutorial, we will NOT be including the year on the icon. Of course many people will want to have the year on their posts, so you may want to just add this date icon IN ADDITION to the original date that your theme already uses if it includes the year. In this way, a user can quickly glance at the icon and see the date and month clearly, but then if they have questions about what year it is, they can look at the “fine print” to also find the year.)</p>
<p>Here’s the code we’ll be adding to our theme files:</p>
<p>&nbsp;</p>
<pre>&lt;div class="icon-date"&gt;
                 &lt;h3&gt;&lt;?php the_time('M'); ?&gt;&lt;/h3&gt;
                 &lt;h4&gt;&lt;?php the_time('j'); ?&gt;&lt;/h4&gt;
&lt;/div&gt;</pre>
<p>&nbsp;</p>
<p>Again, you may need to play around with this. In this tutorial, because of the way my theme is already set up, I am choosing to put it under the title and beside the meta data. I have also decided to leave the original date stamp from my theme in the file because it contains the year in it.</p>
<p>&nbsp;</p>
<h2><strong>Add Styling to Your Stylesheet</strong></h2>
<p>Next you will need to add CSS code to your stylesheet to bring it all together. (Appearance &gt; Stylesheet – style.css)</p>
<p>Here’s our styling:</p>
<p>&nbsp;</p>
<pre>.icon-date {
               background: #FFFFFF url(http://example.com/wp-content/uploads/date2.gif);
               float: left;
               width: 45px;
               height: 50px;
               margin: 0px;
               padding: 0px;
               }</pre>
<pre>.icon-date h3 {
              font-family: Times New Roman, Helvetica, Sans-Serif;
              color: #FFFFFF;
              font-size: 10px;
              font-weight: bold;
              padding: 1px 0px 0px 7px;
              margin: 0px;
              text-transform: uppercase;
              }</pre>
<pre>.icon-date h4 {
               font-family: Arial, Times New Roman, Helvetica, Sans-Serif;
               color: #173774;
               font-size: 22px;
               font-weight: bold;
               padding: 7px 4px 0px 0px;
               margin: 0px;
               text-align: center;
               }</pre>
<p>&nbsp;</p>

<h2><strong>Get the URL for Your Background Icon</strong></h2>
<p>You’ll notice in the first section of the CSS code above, there is a spot for the URL of your background image. In the example above, it’s this line:</p>
<pre>background: #FFFFFF url(http://example.com/wp-content/uploads/date2.gif);</pre>
<p>Of course you will need to put the URL for your own background image in that space.</p>
<p>&nbsp;</p>
<h2><strong>Adjust Your CSS</strong></h2>
<p>The CSS above works for me in my particular case, but there’s a good chance this exact code will not work for you; therefore, you will most likely need to adjust things here and there to get it looking right. Unfortunately, there’s no real way around this. How your date prints out on your background image will depend on your image itself – the colors, the style, the size, exactly where you want the date to print, etc.</p>
<p>So just start playing around with things. Move things left or right, up or down by playing with the padding, for example. Get the font size and color the way you like them. Change the fonts altogether if you like, etc.</p>
<p>Think of this code as more of a rough guide. If you look at it and play with it, you should be able to pick up the basic ideas behind it. From there you can make it your own.</p>
<p>&nbsp;</p>
<h2><strong>The Result</strong></h2>
<p>So here’s a before and after picture of the posts on my site. As mentioned before, you’ll notice that I left the original date in meta data section.</p>
<p><a href="http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/before-and-after/" rel="attachment wp-att-77158"><img class="aligncenter size-full wp-image-77158" title="before-and-after" src="http://wpmu.org/wp-content/uploads/2012/04/before-and-after.jpg" alt="" width="648" height="753" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2><strong>Where to Get Calendar Background Icons</strong></h2>
<p><a href="http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/icons-2/" rel="attachment wp-att-77171"><img class="alignleft size-full wp-image-77171" title="icons" src="http://wpmu.org/wp-content/uploads/2012/05/icons.jpg" alt="" width="300" height="218" /></a>Of course you’ll need an icon to upload in the first place, so the question is where to get them. Of course you could make your own if you have some graphic skills. And in this way you could really get something unique and themed to your site’s content.</p>
<p>But barring that, you can search for something along the lines of “calendar background icon” on design sites that have downloadable icons or look for “icon search engines” and search there. You might also take a look at <a href="http://www.smashingmagazine.com/2008/02/22/gallery-of-date-stamps-and-calendars/">this post from Smashing Magazine</a> to help you get a start.</p>
<p>&nbsp;</p>

<p>Photo: <a href="http://www.bigstockphoto.com/image-11761088/stock-photo-new-year%27s-day-calenda">New Year’s Day Calendar</a> from BigStock</p>
 <div class="wdgpo_author"><a href='https://plus.google.com/110956522007744554847/posts?rel=author'><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" /> Joseph Foley on Google+</a></div><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a WordPress Widget: 4 Killer Tutorials You Should Read</title>
		<link>http://wpmu.org/create-a-wordpress-widget/</link>
		<comments>http://wpmu.org/create-a-wordpress-widget/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 14:36:31 +0000</pubDate>
		<dc:creator>Tim Gregg</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[how to create a wordpress widget]]></category>
		<category><![CDATA[widget development]]></category>
		<category><![CDATA[widget tutorials]]></category>
		<category><![CDATA[widgetized wordpress themes]]></category>
		<category><![CDATA[wordpress widgets]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=74498</guid>
		<description><![CDATA[Want to test your development skills and create your own WordPress widget? Check out these tutorials.]]></description>
			<content:encoded><![CDATA[<p><strong>There comes a time in every blogger&#8217;s life when they yearn to create their own WordPress widget.</strong> </p>
<p>They grow tired of the default selection of widgets that ship with WordPress, and try as they might, they just can&#8217;t find what they&#8217;re looking for in the <a href="http://wordpress.org/extend/plugins/tags/widget" target="_blank">WordPress Plugin Directory</a>.</p>
<p>If this sounds like you, perhaps it&#8217;s time to step up your game and . . .</p>
<p><div id="attachment_75296" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmu.org/wp-content/uploads/2012/03/Create-WordPress-widgets.jpg" rel="lightbox[74498]" title="Create WordPress widgets"><img src="http://wpmu.org/wp-content/uploads/2012/03/Create-WordPress-widgets.jpg" alt="How to create your very own WordPress widget" title="Create WordPress widgets" width="640" height="427" class="size-full wp-image-75296" /></a><p class="wp-caption-text">your very own WordPress widget!</p></div><br />
</p>
<h2>Getting started with widget development</h2>
<p><strong>At a minimum, you&#8217;ll need the following:</strong></p>
<ul>
<li>An understanding of the <a href="http://codex.wordpress.org/Widgets_API" target="_blank">Widgets API</a></li>
<li>At least a passing familiarity with PHP scripting</li>
</ul>
<p>If you&#8217;re still a bit hazy on the whole concept of WordPress widgets, and how and why they came to be, you should probably brush up on your general knowledge before you take a crack at any development of your own.</p>
<p>Check out the <a href="http://codex.wordpress.org/WordPress_Widgets" target="_blank">introductory section on widgets</a> in the WordPress Codex, which will point you in the direction of some other excellent resources for further reading. You could also take a look at <a href="http://automattic.com/code/widgets/" target="_blank">this page on the Automattic blog</a> for some additional background on how widgets became a part of WordPress.</p>
<h2>Four excellent tutorials on creating WordPress widgets</h2>
<p>If you&#8217;re ready to take the plunge and write your own widget, we&#8217;ve scoured the interwebs and rounded up some high quality tutorials to help you get the ball rolling. These resources should help you immensely on your journey to glorious Widgetdom. They&#8217;re arranged roughly in order of complexity, from simplest to hardest.</p>
<h3><a href="http://www.makeuseof.com/tag/how-to-create-wordpress-widgets/" target="_blank">How to Create WordPress Widgets</a></h3>
<p><strong>from <a href="http://makeuseof.com" target="_blank">MakeUseOf.com</a></strong></p>
<p>This tutorial focuses on creating basic widgets with limited functionality. A good place to start for first-time widget developers.</p>
<h3><a href="http://azuliadesigns.com/create-wordpress-widgets/" target="_blank">Creating WordPress Widgets</a></h3>
<p><strong>from <a href="http://azuliadesigns.com/" target="_blank">Azulia Designs</a></strong></p>
<p>Another entry-level tutorial that gives you a broad overview of creating widget-enabled plugins, as well as  widgetizing WordPress themes. Well-written and easy to follow. </p>
<h3><a href="http://www.johnathanandersendesign.com/online/?page_id=66" target="_blank">Build Your Own WordPress Widget</a></h3>
<p><strong>from <a href="http://johnathanandersendesign.com/" target="_blank">Johnathan Andersen Design</a></strong></p>
<p>This tutorial is getting a little more into the technical ends of things, with a more detailed writing style and greater level of assumed knowledge. If you can get your head around the first two articles, this one should take your widget writing skills to the next level.</p>
<h3><a href="http://www.wproots.com/advanced-wordpress-widgets/" target="_blank">Advanced WordPress Widgets</a></h3>
<p><strong>from <a href="http://www.wproots.com/" target="_blank">WP Roots</a></strong></p>
<p>Another higher-end tute that takes you right into the meaty heart of advanced widget development. It&#8217;s quite long and detailed, so we&#8217;d recommend reading the more basic articles first, and making sure your PHP knowledge is up to scratch.</p>
<p><em><strong>Over to you &#8211; have you attempted to write your own WordPress widget? How did it turn out? Can you recommend any good resources for learning widget development?</strong></em></p>

<p style="text-align: right;"><sub><em>Photo courtesy of <a href="http://www.flickr.com/photos/wonderfullycomplex/3352954780/sizes/z/in/photostream/" target="_blank">Wonderfully Complex</a>.</em></sub></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/create-a-wordpress-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Google Analytics to WordPress in Three Simple Steps</title>
		<link>http://wpmu.org/add-google-analytics-to-wordpress/</link>
		<comments>http://wpmu.org/add-google-analytics-to-wordpress/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 12:30:46 +0000</pubDate>
		<dc:creator>Tim Gregg</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[add google analytics to wordpress]]></category>
		<category><![CDATA[editing footer.php]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google analytics for wordpress]]></category>
		<category><![CDATA[google analytics plugins]]></category>
		<category><![CDATA[using google analytics]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=74478</guid>
		<description><![CDATA[It's very simple, and also very important, to add Google Analytics to your WordPress site. This article shows you how it's done.]]></description>
			<content:encoded><![CDATA[<p><strong>Love it or hate it, you really should be using Google Analytics on your WordPress site. </strong></p>
<p>Even though the dark overlords at Google have restricted a lot of the data that used to be available in Analytics, it&#8217;s still an extremely valuable tool for gathering intelligence on your site visitors. Analytics can show you where they landed, what they read, how long they stayed, what they were searching for, and a heap of other valuable stuff.</p>
<div id="attachment_74607" class="wp-caption aligncenter" style="width: 510px"><a href="http://wpmu.org/wp-content/uploads/2012/03/How-to-add-Google-Analytics-to-WordPress.jpg" rel="lightbox[74478]" title="How to add Google Analytics to WordPress"><img src="http://wpmu.org/wp-content/uploads/2012/03/How-to-add-Google-Analytics-to-WordPress.jpg" alt="You can add Google Analytics to WordPress in 3 easy steps" title="How to add Google Analytics to WordPress" width="500" height="500" class="size-full wp-image-74607" /></a><p class="wp-caption-text">Google Analytics gives you a closer look at your site&#039;s performance</p></div>
<p>As a serious WordPress blogger who aspires to greatness, you really can&#8217;t afford to be without it. This article shows you how to add Google Analytics to WordPress with minimal fuss and very little effort.</p>
<h2>Step One: Get a Google Analytics account</h2>
<p>If you haven&#8217;t already signed up for analytics, you&#8217;ll need to <a href="http://www.google.com/analytics/" target="_blank">venture over to Google</a> and get hooked up with a free account. Don&#8217;t worry, it&#8217;s quick and painless. </p>
<p>Once you&#8217;ve completed the sign up process, you&#8217;ll be given a piece of JavaScript code. It looks like this:</p>
<p><div id="attachment_74592" class="wp-caption aligncenter" style="width: 610px"><a href="http://wpmu.org/wp-content/uploads/2012/03/Google-Analytics-Javascript-code.png" rel="lightbox[74478]" title="Google Analytics Javascript code"><img src="http://wpmu.org/wp-content/uploads/2012/03/Google-Analytics-Javascript-code-e1332242455740.png" alt="This is the JavaScript code you need to add to your site to use Google Analytics" title="Google Analytics Javascript code" width="600" height="299" class="size-full wp-image-74592" /></a><p class="wp-caption-text">This code allows Google to gather anonymous data on how your website is being used </p></div><br />
</p>
<h2>Step Two: Add the Google Analytics code to your WordPress theme</h2>
<p>To do this, you&#8217;ll need to open up the <em>footer.php</em> file of your WordPress theme. You can either use an FTP client to access your server, or edit your theme files directly from the WordPress dashboard. Your file editor is located under the &#8216;Appearance&#8217; tab in the sidebar menu.</p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/Adding-Google-analytics-code.png" rel="lightbox[74478]" title="Adding Google analytics code"><img src="http://wpmu.org/wp-content/uploads/2012/03/Adding-Google-analytics-code-e1332243623737.png" alt="This is how you paste your Google Analytics code into your WordPress theme" title="Adding Google analytics code" width="500" height="351" class="aligncenter size-full wp-image-74596" /></a></p>
<p>In the list of template files to the right of the text editor, find <em>footer.php</em> and open it. To add Google Analytics to WordPress, you now just need to copy and paste your code immediately before the closing  <strong>&lt;/body&gt;</strong> tag. Like so:</p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/How-to-add-analytics-code-to-footer.php_.png" rel="lightbox[74478]" title="How to add analytics code to footer.php"><img src="http://wpmu.org/wp-content/uploads/2012/03/How-to-add-analytics-code-to-footer.php_-1024x558.png" alt="This is how you paste code into your footer.php file" title="How to add analytics code to footer.php" width="685" height="373" class="aligncenter size-large wp-image-74598" /></a></p>
<p>Make sure you save your <em>footer.php</em> file once you&#8217;ve pasted in the new code. Google Analytics should now be able to track every page of your WordPress site and provide you with that  sweet juicy data.</p>
<h2>Step Three: Double check that your analytics is working</h2>
<p>To make sure that the script has installed correctly, go back to your Google Analytics home page and click the admin panel in the top right corner of the screen. Open the relevant account, and click the &#8216;tracking code&#8217; panel. If the Tracking Status is &#8216;Receiving Data&#8217;, then you&#8217;ve successfully added Google Analytics to your WordPress site.</p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/Check-Google-Analytics-status1.png" rel="lightbox[74478]" title="Check Google Analytics status"><img src="http://wpmu.org/wp-content/uploads/2012/03/Check-Google-Analytics-status1-e1332246210926.png" alt="Make sure your Google Analytics code has installed properly" title="Check Google Analytics status" width="650" height="364" class="aligncenter size-full wp-image-74605" /></a><br />
</p>
<h2>Alternatively, use a Google Analytics plugin</h2>
<p>If you&#8217;re not comfortable hacking around in your WordPress template files, or you want to explore some additional options and functionality, you can also add Google Analytics to WordPress with the use of a plugin. These plugins will typically give you an interface in your WordPress dashboard where you can add the code directly, without having to delve into your theme files.</p>
<p>There are quite a few Google Analytics plugins to choose from, and I wouldn&#8217;t necessarily recommend one over the others. Have a look for yourself in the <a href="http://wordpress.org/extend/plugins/search.php?q=google+analytics" target="_blank">WordPress plugin directory</a>.</p>
<p style="text-align: right;"><sub><em>Photo courtesy of <a href="http://www.flickr.com/photos/_flood_/6432357463/sizes/m/in/photostream/" target="_blank">Flood</a>.</em></sub></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/add-google-analytics-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Learn WordPress In One Week (Without Spending a Cent)</title>
		<link>http://wpmu.org/how-to-learn-wordpress/</link>
		<comments>http://wpmu.org/how-to-learn-wordpress/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 12:30:39 +0000</pubDate>
		<dc:creator>Tim Gregg</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[how to learn wordpress]]></category>
		<category><![CDATA[teach yourself wordpress]]></category>
		<category><![CDATA[wordpress books]]></category>
		<category><![CDATA[wordpress codex]]></category>
		<category><![CDATA[wordpress lessons]]></category>
		<category><![CDATA[wordpress resources]]></category>
		<category><![CDATA[wordpress tutorials]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=74078</guid>
		<description><![CDATA[Wondering how to learn WordPress in your spare time? It's probably a lot easier than you think.]]></description>
			<content:encoded><![CDATA[<p><strong>This is a step-by-step guide on how to learn WordPress, aimed at beginner users who are trying to become competent with the platform in their spare time.</strong></p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/How-to-Learn-WordPress.jpg" rel="lightbox[74078]" title="How to Learn WordPress"><img src="http://wpmu.org/wp-content/uploads/2012/03/How-to-Learn-WordPress.jpg" alt="Find out how to learn WordPress in your spare time" title="How to Learn WordPress" width="500" height="375" class="aligncenter size-full wp-image-74109" /></a></p>
<p>Even if you&#8217;re juggling work, family, friends, sport and fifty other things at once, learning WordPress isn&#8217;t beyond your capabilities. If you&#8217;re willing to invest a bit of free time whenever you&#8217;ve got it, you can master the fundamentals of WordPress a lot quicker than you might imagine.  </p>
<p>This is a day-by-day WordPress learning regime that anyone can follow. In compiling this tutorial, I&#8217;ve made the following assumptions:</p>
<ul>
<li>You already have WordPress installed, or have at least used the platform a few times before. (You really should have access to a WordPress install before you start learning).</li>
<li>You&#8217;re able to devote 2 or 3 hours per day to learning WordPress (before work, after school, on your lunch break, whenever).</li>
</ul>
<p><strong>So on with the show. Find out how to learn WordPress in a quick and logical manner with this 7 day plan.</strong></p>
</ul>
<h2>Monday</h2>
<p><strong>Venture over to the WordPress Codex and read the <a href="http://codex.wordpress.org/First_Steps_With_WordPress" target="_blank">Getting Started section</a>. </strong></p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/Learning-WordPress-skills.jpg" rel="lightbox[74078]" title="Learning WordPress skills"><img src="http://wpmu.org/wp-content/uploads/2012/03/Learning-WordPress-skills.jpg" alt="How to learn WordPress skills and improve your knowledge" title="Learning WordPress skills" width="100" height="100" class="alignleft size-full wp-image-74106" /></a>This collection of articles walks you through the fundamentals of how to learn WordPress, and introduces you to all the essential concepts of the software. As you read, you&#8217;re encouraged to practice the things you&#8217;re learning on your own WordPress site.</p>
<p>The writing style is a bit dry and encyclopedic, but the information is rock solid. If you can follow and understand most of it then your week of learning WordPress is off to an excellent start.<br />
</p>
<h2>Tuesday</h2>
<p><strong>Get your head around WordPress themes.</strong></p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/How-to-learn-about-WordPress.jpg" rel="lightbox[74078]" title="How to learn about WordPress"><img src="http://wpmu.org/wp-content/uploads/2012/03/How-to-learn-about-WordPress.jpg" alt="Find out more about learning new WordPress skills" title="How to learn about WordPress" width="100" height="100" class="alignleft size-full wp-image-74107" /></a>Understanding how themes work is absolutely key to learning WordPress. Choosing a new theme is probably the first customization that you&#8217;ll make to your site, so it&#8217;s important to know what you&#8217;re doing.</p>
<p>As a starting point, check out <a href="http://codex.wordpress.org/Using_Themes" target="_blank">Using Themes</a> in the Codex. Once you&#8217;re comfortable with the concept of themes and how they work, venture over to the <a href="http://wordpress.org/extend/themes/" target="_blank">WordPress Theme Directory</a> and start doing some exploring.</p>
<h2>Wednesday</h2>
<p><strong>Familiarize yourself with the <a href="http://wordpress.org/extend/themes" target="_blank">WordPress Plugin Directory</a>.</strong></p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/How-to-learn-new-WordPress-skills.jpg" rel="lightbox[74078]" title="How to learn new WordPress techniques"><img src="http://wpmu.org/wp-content/uploads/2012/03/How-to-learn-new-WordPress-skills.jpg" alt="Learn how to customize and develop your WordPress site" title="How to learn new WordPress techniques" width="100" height="100" class="alignleft size-full wp-image-74102" /></a>The Directory is by far the largest collection of free WordPress plugins on the web, and you&#8217;ll certainly be spending some time here if you want to become a serious WordPress user.</p>
<p>Have a look in the <a href="http://wordpress.org/extend/themes/browse/popular/" target="_blank">&#8216;Most Popular&#8217; section</a> to see which plugins are widely used. Whenever you look at a plugin, pay attention to its average user rating (the yellow stars) and how recently it was updated. Poorly-rated and out-of-date plugins should generally be avoided.</p>
<p>For a broad overview of what&#8217;s currently hot among WordPress users, have a read of <a href="http://wpmu.org/top-100-wordpress-plugins/" target="_blank">The Top 100 WordPress Plugins For Your Site</a>.</p>
<h2>Thursday</h2>
<p><strong>Learn about WordPress SEO.</strong> </p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/Tutorials-for-learning-WordPress.jpg" rel="lightbox[74078]" title="Tutorials for learning WordPress"><img src="http://wpmu.org/wp-content/uploads/2012/03/Tutorials-for-learning-WordPress.jpg" alt="Tuts and resources for learning to use WordPress" title="Tutorials for learning WordPress" width="100" height="100" class="alignleft size-full wp-image-74108" /></a>You can take some simple yet powerful steps to improve your site&#8217;s visibility in Google. Spend an hour or so learning the core aspects of WordPress SEO, and you&#8217;ll be much better off for it. We have a very excellent <a href="http://wpmu.org/how-to-seo-your-wordpress-website-part-1-tweaks-and-plugins/" target="_blank">three</a> <a href="http://wpmu.org/how-to-seo-your-wordpress-website-part-2-content-and-more-plugins/" target="_blank">part</a> <a href="http://wpmu.org/how-to-seo-your-wordpress-website-part-3-off-site-optimization/" target="_blank">tutorial</a> on this very subject.</p>
<p>If you&#8217;re a complete newbie to the concept of Search Engine Optimization, a great resource to get you off the ground is the <a href="http://www.seomoz.org/beginners-guide-to-seo" target="_blank">Beginner&#8217;s Guide to SEO</a>, which is available for free on the SEOmoz website.<br />
</p>
<h2>Friday</h2>
<p><strong>Learn how WordPress hosting works.</strong></p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/Learn-WordPress.jpg" rel="lightbox[74078]" title="Learn WordPress"><img src="http://wpmu.org/wp-content/uploads/2012/03/Learn-WordPress.jpg" alt="You can easily learn WordPress, even if you don&#039;t have much time" title="Learn WordPress" width="87" height="100" class="alignleft size-full wp-image-74103" /></a>As your WordPress site grows, so do your hosting requirements. If you&#8217;re just staring out with a new WordPress site, then just about any old hosting plan will do the trick. But as you build up more content and hopefully more traffic, you need to find a hosting provider that can properly support your site. </p>
<p>The crew over at WP Shout have put together a very comprehensive <a href="http://wpshout.com/wordpress-hosting-review/" target="_blank">review of WordPress hosting providers</a>, harvested from interviews with 252 different WordPress users. Well worth a read if you&#8217;re not too familiar with the market and various providers. For further reading, we also did an article recently on the <a href="http://wpmu.org/free-wordpress-hosting/" target="_blank">pros and cons and free WordPress hosting</a>.</p>
<h2>Saturday</h2>
<p><strong>Learn where to learn more.</strong></p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/Want-to-learn-WordPress.jpg" rel="lightbox[74078]" title="Want to learn WordPress"><img src="http://wpmu.org/wp-content/uploads/2012/03/Want-to-learn-WordPress.jpg" alt="Do you want to learn more about how to use WordPress?" title="Want to learn WordPress" width="100" height="100" class="alignleft size-full wp-image-74104" /></a>Knowing how to learn WordPress really boils down to knowing where to look. It&#8217;s important that you identify a list of reliable and comprehensive resources that you can turn to for guidance. Get in the habit of reading the right blogs and the right books, and you&#8217;ll start learning WordPress almost by osmosis.</p>
<p>To point you in the right direction, we&#8217;ve got an article on <a href="http://wpmu.org/learn-wordpress-for-free/" target="_blank">10 free resources for learning WordPress</a>, comprised of blogs and eBooks dedicated to the mighty WP.</p>
<h2>Sunday</h2>
<p><strong>Crack a beer and congratulate yourself.</strong></p>
<p><a href="http://wpmu.org/wp-content/uploads/2012/03/WordPress-How-To.jpg" rel="lightbox[74078]" title="WordPress How To"><img src="http://wpmu.org/wp-content/uploads/2012/03/WordPress-How-To.jpg" alt="Instructions and How To resources for WordPress learners" title="WordPress How To" width="100" height="100" class="alignleft size-full wp-image-74105" /></a>On the seventh day, the Lord rested. If you&#8217;ve put in a solid couple of hours learning WordPress for the past six days, then give yourself a big pat on the back. You&#8217;re now vastly more informed and capable than you were a week ago, and well on your way to becoming a hardcore WordPress rockstar. </p>
<p><strong>All you gotta do now is keep at it!</strong></p>
<p style="text-align: right;"><sub><em>Photos: <a href="http://www.flickr.com/photos/lwr/" target="_blank">Leo Reynolds</a>, <a href="http://www.flickr.com/photos/mag3737/506228223/sizes/t/in/photostream/" target="_blank">Mag3737</a>, <a href="http://www.flickr.com/photos/chrisinplymouth/4273704487/sizes/t/in/photostream/" target="_blank">Chris in Plymouth</a> and <a href="http://www.flickr.com/photos/heycoach/1197947341/sizes/m/in/photostream/" target="_blank">Mark Brannan</a>.</em></sub></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/how-to-learn-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Part 3: Custom Fields vs Custom Post Types vs Custom Taxonomies</title>
		<link>http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/</link>
		<comments>http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 15:00:03 +0000</pubDate>
		<dc:creator>Joseph Foley</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[code for wordpress custom taxonomy]]></category>
		<category><![CDATA[custom taxonomies]]></category>
		<category><![CDATA[custom taxonomy]]></category>
		<category><![CDATA[display wordpress custom taxonomy]]></category>
		<category><![CDATA[wordpress custom taxonomies]]></category>
		<category><![CDATA[wordpress custom taxonomy]]></category>
		<category><![CDATA[wordpress custom taxonomy plugin]]></category>
		<category><![CDATA[wordpress custom taxonomy plugins]]></category>
		<category><![CDATA[wordpress custom taxonomy vs custom field]]></category>
		<category><![CDATA[wordpress custom taxonomy vs custom post type]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=73717</guid>
		<description><![CDATA[With the final installment in the series, we concentrate on custom taxonomies and how you can use them to your advantage.]]></description>
			<content:encoded><![CDATA[<h2><strong><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/3arrows-up-big-2/" rel="attachment wp-att-73718"><img class="aligncenter size-full wp-image-73718" title="3arrows-up-big" src="http://wpmu.org/wp-content/uploads/2012/03/3arrows-up-big1.jpg" alt="" width="629" height="523" /></a><br />
Part 3 of a Series</strong></h2>
<p>This post is the third and final part in a series.  Part 1 is here: <a href="../../../../../../wordpress-custom-fields-vs-custom-posts-types-vs-custom-taxonomies/">Custom Fields</a>. Part 2 is here: <a href="../../../../../../part-2-wordpress-custom-field-vs-custom-post-type-vs-custom-taxonomy/">Custom Post Types</a>.</p>
<p>Today we’ll go over “custom taxonomies.”<strong></strong></p>
<p>&nbsp;</p>
<h2><strong>What Exactly does Taxonomy Mean?</strong></h2>
<p>Taxonomy is defined as “the branch of science concerned with classification.” So another way to put it is taxonomy means grouping things together – i.e. classifying them.</p>
<p>You’re no doubt already familiar with taxonomies in WordPress:</p>
<ul>
<li><strong>Categories:</strong> Your categories are a type of taxonomy. You are grouping different posts together into categories.</li>
<li><strong>Tags:</strong> Tags are another type of taxonomy. When you create tags for your posts, you are creating groups of posts that are tied together with the tag you gave them.</li>
</ul>
<p>&nbsp;</p>
<h2><strong>How Categories and Tags Work on Your Site</strong></h2>
<p>I&#8217;m sure you know this information, but we&#8217;ll go over it here so you&#8217;ll have a point of reference fresh in mind for when we start defining WordPress custom taxonomies.</p>
<p>With both categories and tags, you can click on a link and see all the posts in that group. If you have a category called<em> Pizza Restaurants</em>, then you can access all those posts by navigating to the <em>Pizza Restaurants</em> category.</p>
<p>If you have a tag called “budget” (as in budget restaurants), then you can navigate to the tag page for “budget” and see all the posts that you tagged with that term.<br />
</p>
<h2><strong>And So What are Custom Taxonomies?</strong></h2>
<p><strong>And so “custom taxonomies” work exactly the same way as categories and tags, except they’re “custom,” of course.</strong> You get to make them up from scratch. And like categories and tags, you can set them up to appear on your editing screen in either way: in a checkbox fashion with pre-determined terms like categories, or with an empty text box like tags that you can write whatever you like in.</p>
<p><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/custom-tax-boxes-plain/" rel="attachment wp-att-73720"><img class="aligncenter  wp-image-73720" title="custom-tax-boxes-plain" src="http://wpmu.org/wp-content/uploads/2012/03/custom-tax-boxes-plain.jpg" alt="" width="631" height="698" /></a></p>
<h2><strong>Custom Taxonomies vs. Custom Fields</strong></h2>
<p>You may remember in <a href="../../../../../../wordpress-custom-fields-vs-custom-posts-types-vs-custom-taxonomies/">Part 1 of this series</a>, we talked about custom fields and how they are like extra boxes you put on your editing screen. And as you can see above, custom taxonomies also appear on your editing screen as extra boxes. And so because of that, it’s easy to confuse the two.</p>
<p>The simple difference between a custom taxonomy and a custom field is that<strong> with a taxonomy you are putting a post into a group</strong> that can be accessed as a group. In other words, it’s like putting a post into a special type of category. All the posts in that “category” (with that taxonomy) are <strong>linked together</strong> just as regular categories and tags link posts together.</p>
<p>The content published from <strong>a custom field is not linked together with other posts</strong>. It is simply displayed on the page.</p>
<p>So, again, in essence, a custom taxonomy that you make up yourself is really just a special type of category or a special type of tag. And, of course, you can have as many as you like.</p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<h2><strong>Why Custom Taxonomies?</strong></h2>
<p>So if custom taxonomies are really just like categories and tags, why would you need them when you have categories and tags?</p>
<p>Well, some people don’t. For some, they can make due with categories and tags. But let’s take our hypothetical food-themed site from the previous two posts as an example again.</p>
<p>Even though I only have three different types of posts (restaurant reviews, recipes, nutrition posts), there are A LOT of different pieces of information in each.</p>
<p>If I tried to put everything that I wanted to <strong>group together</strong> in categories, I would have a large number of categories checked. For example, on one Pizza Restaurant post I might have <em>Pizza</em>, <em>Downtown</em>, <em>Budget</em>, and <em>Walking Distance to Subway</em> all checked in my categories box.</p>
<p>That’s not a problem, of course. I can make as many categories as I like; however, when I print the categories out on my post, they all get printed out together in one line because the code just says, “Get the categories.” And so that’s what it does, it gets every category checked and displays them in a line.</p>
<p><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/categories-displayed/" rel="attachment wp-att-73721"><img class="aligncenter size-full wp-image-73721" title="categories-displayed" src="http://wpmu.org/wp-content/uploads/2012/03/categories-displayed.jpg" alt="" width="631" height="262" /></a>With custom taxonomies, however, I can print out each individual taxonomy wherever I like.</p>
<p><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/custom-tax-displayed/" rel="attachment wp-att-73722"><img class="aligncenter size-full wp-image-73722" title="custom-tax-displayed" src="http://wpmu.org/wp-content/uploads/2012/03/custom-tax-displayed.jpg" alt="" width="631" height="550" /></a> </p>
<h2><strong><br />
Decision Time: Custom Taxonomy or Custom Field</strong></h2>
<p>Another way to think of the difference between a custom taxonomy and a custom field is that a custom taxonomy usually gets printed on the page as a link (grouping together all the other posts with that taxonomy) while a custom field just gets printed on the page plain, without a link.</p>
<p>And so with this in mind, you will need to <strong>decide which types of information you want to be linked together in a group</strong>, and which types of information you want to just have printed out plain on the page.</p>
<p>In general, you might want to consider linking common terms that you repeat again and again together, and then leave specific things to be printed out without a link.</p>
<h2><strong>Choosing Taxonomy or Field: Some Examples</strong></h2>
<p>Going back to our restaurant review example, let’s take a look at a few of the different pieces of information we’re going to want to include, and then we’ll decide if we should use a custom taxonomy, a custom field, or both.</p>
<ul>
<li><strong>Address &amp; phone number</strong> – (custom field) This is obviously going to be unique to each restaurant, and so we don’t want to link this information together with other posts/restaurants. No other restaurant will have the exact same phone number and address. However, see the next section.</li>
<li><strong>Location </strong>– (custom taxonomy) Here we could use some general location indicators, such as <em>Downtown, Northside, Southside, Eastside, Westside, etc.</em> For this, it would be a good idea to use a custom taxonomy because then someone could click on the link for <em>Downtown</em>, for example, and see all the restaurants reviewed in the downtown area.</li>
<li><strong>Type of cuisine </strong>– (custom taxonomy) This might be a good one to use a custom taxonomy. You could have taxonomies such as <em>Pizza, Seafood, Vegetarian, Chinese, Indian, Sandwiches, etc.</em> Again, someone could click on <em>Pizza</em> and be taken to all the other pizza restaurant reviews.</li>
<li><strong>Price range – </strong>(maybe both) If you are giving exact prices, such as $7.95 &#8211; $24.95, then you will want to use custom fields. If you are giving general prices, such as <em>Budget, Mid-range, Expensive, Very Expensive</em>, then you will probably want to use custom taxonomies. That way, someone could click on <em>Budget,</em> for example, and see all the budget restaurant reviews.</li>
</ul>
<p>&nbsp;</p>

<p>&nbsp;</p>
<h2><strong>Important Technical Notes</strong></h2>
<p>When you set up a taxonomy, you will need to decide if it’s going to be hierarchical (meaning it can have sub groups) or if it will be non-hierarchical.</p>
<p>An easy way to think about this, again, is to think about categories and tags.</p>
<p>The category box is hierarchical. It can have sub-categories (children). But that also means that the choices in the box are set up beforehand. If you are only going to a few choices that you uses again and again, then you will probably want to go with hierarchical.</p>
<p>The tag box is non-hierarchical. With tags, of course, you typically have many more than you do categories.</p>
<p>And so when thinking about whether you want a certain taxonomy to be hierarchical or not, just ask yourself, “Would I make this a category or a tag?”</p>
<p><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/hierarchical/" rel="attachment wp-att-73723"><img class="aligncenter size-full wp-image-73723" title="hierarchical" src="http://wpmu.org/wp-content/uploads/2012/03/hierarchical.jpg" alt="" width="631" height="698" /></a></p>
<h2><strong>How to Create a Custom Taxonomy</strong></h2>
<p><strong><span style="text-decoration: underline;">Plugins</span></strong></p>
<p>Unless you’re a coder, as in the past two posts, I would suggest going with a plugin that will help you create your taxonomies. There are a number of them out there. Here are two.</p>
<p style="padding-left: 30px;"><a href="http://wordpress.org/extend/plugins/more-taxonomies/">More Taxonomies</a> – This plugin (still in beta) is part of a suite of three plugins to deal with custom fields, custom post types, and custom taxonomies. The other two are the <a href="http://wordpress.org/extend/plugins/more-fields/">More Fields plugin</a> and the <a href="http://wordpress.org/extend/plugins/more-types/">More Types</a> plugin.</p>
<p style="padding-left: 30px;"><a href="http://wordpress.org/extend/plugins/magic-fields-2/">Magic Fields 2</a> – I checked this plugin out recently, and it did the job nicely for me without any problems.</p>
<p>The settings on a custom taxonomy plugin will look something like the following. Notice how it lets me choose where which “post types” I want to place the custom taxonomy box in. In this case, I just chose my “review” type posts. So that taxonomy box shows up on my “Review Posts” screen but not on my regular post or page screens.</p>
<p><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/custom-tax-plugin/" rel="attachment wp-att-73724"><img class="aligncenter size-full wp-image-73724" title="custom-tax-plugin" src="http://wpmu.org/wp-content/uploads/2012/03/custom-tax-plugin.jpg" alt="" width="631" height="788" /></a></p>
<p><strong><span style="text-decoration: underline;">Manually</span></strong></p>
<p>If you’d like to do it manually, you can see the <a href="http://codex.wordpress.org/Taxonomies">WordPress Codex section for it</a>.</p>
<p><strong><br />
</strong><strong></strong></p>
<p>&nbsp;</p>
<h2><strong>How to Display a Custom Taxonomy</strong></h2>
<p>As with  custom fields, you need to insert code in your theme’s files where you want your custom taxonomy content to appear.</p>
<p>Here’s the way I did for the example I used in this post. Here it is again.</p>
<p><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/custom-taxonomy-example/" rel="attachment wp-att-73725"><img class="aligncenter size-full wp-image-73725" title="custom-taxonomy-example" src="http://wpmu.org/wp-content/uploads/2012/03/custom-taxonomy-example.jpg" alt="" width="631" height="504" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This piece of code is for the first line, the “location” line.</p>
<p>&nbsp;</p>
<p><code>&lt;?php echo get_the_term_list( $post-&gt;ID, 'location', 'Location: ', ', ', '' ); ?&gt;</code></p>
<p>&nbsp;</p>
<p><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/custom-taxonomy-code/" rel="attachment wp-att-73726"><img class="aligncenter size-full wp-image-73726" title="custom-taxonomy-code" src="http://wpmu.org/wp-content/uploads/2012/03/custom-taxonomy-code.jpg" alt="" width="632" height="384" /></a>You’ll notice that I included some text before the content – I included <strong>Location:</strong> and then printed the content (in this case it was “Downtown”). If you wanted something else for your text, you would just change my wording (the Location with a capital “L” and the colon.). If you just wanted to print the content without any text before it, then you would just delete that word.</p>
<p>So that’s some basic code you can use. But in my example, you’ll notice that my text before the content is in bold. So actually my real piece of code looks like this (with &lt;strong&gt; around my text).</p>
<p>&nbsp;</p>
<p><code>&lt;?php echo get_the_term_list( $post-&gt;ID, 'location', '&lt;strong&gt;Location:&lt;/strong&gt; ', ', ', '' ); ?&gt;</code></p>
<p>&nbsp;</p>
<p>And my entire section of code looks like this …</p>
<p>&nbsp;</p>
<p><code>&lt;?php echo get_the_term_list( $post-&gt;ID, 'location', '&lt;strong&gt;Location:&lt;/strong&gt; ', ', ', '' ); ?&gt;<br />
&lt;br /&gt;<br />
&lt;?php echo get_the_term_list( $post-&gt;ID, 'price', '&lt;strong&gt;Price:&lt;/strong&gt; ', ', ', '' ); ?&gt;<br />
&lt;br /&gt;<br />
&lt;?php echo get_the_term_list( $post-&gt;ID, 'cuisine', '&lt;strong&gt;Cuisine:&lt;/strong&gt; ', ', ', '' ); ?&gt;<br />
&lt;br /&gt;<br />
&lt;?php echo get_the_term_list( $post-&gt;ID, 'subway', '&lt;strong&gt;Subway:&lt;/strong&gt; ', ', ', '' ); ?&gt;<br />
&lt;br /&gt;<br />
&lt;br /&gt;</code></p>
<p>&nbsp;</p>

<h2><strong>Using Other Plugins</strong></h2>
<p>Once you get your taxonomies set up, there are other types of plugins you can get to display them. Here’s an example of a <a href="http://wordpress.org/extend/plugins/custom-taxonomies-menu-widget/">custom taxonomy widget plugin</a> I tried.</p>
<p>In this case, I decided to show the different locations of the restaurants. This was pulled from my newly created “location” taxonomy.</p>
<h2><a href="http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/custom-taxonomy-widget/" rel="attachment wp-att-73727"><img class="aligncenter size-full wp-image-73727" title="custom-taxonomy-widget" src="http://wpmu.org/wp-content/uploads/2012/03/custom-taxonomy-widget.jpg" alt="" width="631" height="494" /></a><strong>End of the Series</strong></h2>
<p>If you’ve gone through all three parts of this series, hopefully you have a better understanding of how these three confusing terms – custom fields, custom post types, and custom taxonomies – are different, and yet how they can work hand in hand.</p>
<p>And even more importantly, hopefully these posts have given you some ideas for you own site.</p>
<p>If you haven’t yet, be sure to check out Part 1 of the series (<a href="../../../../../../wordpress-custom-fields-vs-custom-posts-types-vs-custom-taxonomies/">Custom Fields</a>) and Part 2 (<a href="../../../../../../part-2-wordpress-custom-field-vs-custom-post-type-vs-custom-taxonomy/">Custom Post Types</a>).</p>
<p>&nbsp;</p>

<p>Photo: <a href="http://www.bigstockphoto.com/image-9731603/stock-vector-arrows-on-grow">Arrows on grow</a> from BigStock</p>
 <div class="wdgpo_author"><a href='https://plus.google.com/110956522007744554847/posts?rel=author'><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" /> Joseph Foley on Google+</a></div><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/part-3-custom-fields-vs-custom-post-types-vs-custom-taxonomies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Quickly and Easily Customize the WordPress Comments Form</title>
		<link>http://wpmu.org/how-to-quickly-and-easily-customize-the-wordpress-comments-form/</link>
		<comments>http://wpmu.org/how-to-quickly-and-easily-customize-the-wordpress-comments-form/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 14:40:07 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[comments form]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress comment form]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=72864</guid>
		<description><![CDATA[Learn how to make minor edits to the WordPress comment form with this tutorial.]]></description>
			<content:encoded><![CDATA[<p><img src="http://wpmu.org/wp-content/uploads/2012/02/thought-bubble1.png" alt="" title="thought-bubble" width="200" height="168" class="alignright size-full wp-image-72913" />Many WordPress themes utilize the standard WordPress <a href="http://codex.wordpress.org/Function_Reference/comment_form" target="_blank">comments form</a>. Introduced in WordPress 3.0, it&#8217;s meant to be a simple tag to output a complete commenting form within a theme template. Making minor changes to the form might seem baffling at first, but it&#8217;s really not too difficult.</p>
<h3>Step 1: Don&#8217;t hack the core.</h3>
<p><strong>Here&#8217;s the most important tip:</strong> Don&#8217;t edit the <em>/wp-includes/comment-template.php</em> file. Someone may have suggested it to you in the forums as the quickest way to customize the comments template, but it&#8217;s never really a good idea to edit the WordPress core files. There&#8217;s a better way.</p>
<h3>Step 2: Edit the Comment Form Tag.</h3>
<p>Open the file containing the <a href="http://codex.wordpress.org/Function_Reference/comment_form" target="_blank">comment form</a> tag. Here&#8217;s what it looks like: </p>
<pre class="php"><span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span><span class="htmlText"> comment_form</span><span class="phpOperator">(</span><span class="phpOperator">)</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span></pre>
<p>More than likely the theme file that you&#8217;re looking for is going to be <em>comments.php</em>. </p>
<p>There are some some different parameters you can pass to the function for modifying the form. The codex has several handy examples for editing the comments template. Let&#8217;s do a simple one.</p>
<p>If you want to remove the HTML text that follows the form (&#8220;You may use these HTML tags and attributes&#8230;&#8221;), here&#8217;s how to modify the tag: </p>
<pre class="php">
<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span>
$comments_args <span class="phpOperator">=</span> <span class="phpFunction">array</span><span class="phpOperator">(</span>
        <span class="phpComment">// remove <span class="phpString">"Text or HTML to be displayed after the set of comment fields"</span>
</span>        <span class="phpString">'comment_notes_after'</span> <span class="phpOperator"><span class="phpOperator">=</span><span class="phpOperator">&gt;</span></span> <span class="phpString">''</span>,
<span class="phpOperator">)</span><span class="phpText">;</span>
<span class="htmlText">
comment_form</span><span class="phpOperator">(</span>$comments_args<span class="phpOperator">)</span><span class="phpText">;</span>
<span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
</pre>
<p>Not so difficult, right? Now, let&#8217;s change the  title of the comment form. By default it says &#8220;Leave a Reply&#8221;. Let&#8217;s change that to &#8220;Comment&#8221;.</p>
<pre class="php">
<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span>
$comments_args <span class="phpOperator">=</span> <span class="phpFunction">array</span><span class="phpOperator">(</span>
        <span class="phpComment">// change <span class="phpString">"Leave a Reply"</span><span class="htmlText"> to </span><span class="phpString">"Comment"</span>
</span>       <span class="phpString">'title_reply'</span><span class="phpOperator"><span class="phpOperator">=</span><span class="phpOperator">&gt;</span></span><span class="phpString">'Comment'</span>,
<span class="phpOperator">)</span><span class="phpText">;</span>
<span class="htmlText">
comment_form</span><span class="phpOperator">(</span>$comments_args<span class="phpOperator">)</span><span class="phpText">;</span>
<span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
</pre>
<p>You can change the text to be something more creative than &#8220;Comment&#8221;,  such as &#8220;Discuss this post&#8221; or &#8220;Have something to say?&#8221;</p>
<p>The <a href="http://codex.wordpress.org/Function_Reference/comment_form" target="_blank">codex</a> includes several more examples, but these simple ones should be enough to get you started. You can also rest assured that these quick edits to your theme&#8217;s comments file will be safe, even when you upgrade the WordPress core.  </p>
 <div class="wdgpo_author"><a href='https://plus.google.com/107629986833959061134/posts?rel=author'><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" /> Sarah Gooding on Google+</a></div><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/how-to-quickly-and-easily-customize-the-wordpress-comments-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Display Your Latest Spotify Activity in WordPress</title>
		<link>http://wpmu.org/how-to-display-your-latest-spotify-activity-in-wordpress/</link>
		<comments>http://wpmu.org/how-to-display-your-latest-spotify-activity-in-wordpress/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 14:55:23 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[latest activity]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[spotify plugin]]></category>
		<category><![CDATA[spotify widget]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=72140</guid>
		<description><![CDATA[Check out our easy tutorial for showing your latest Spotify activity on your WordPress site.]]></description>
			<content:encoded><![CDATA[<p><img src="http://wpmu.org/wp-content/uploads/2012/02/spotify-feature.jpg" alt="" title="spotify-feature" width="280" height="205" class="alignleft size-full wp-image-72641" />If you haven&#8217;t joined in the Spotify craze, you may be missing out on one of the finest social music sharing apps to hit the scene. </p>
<p>When I first tried the app I thought, &#8220;Wow, Spotify is faster than the internet itself!&#8221; It&#8217;s lightning fast. Pumping out a feed to Facebook of all of the songs you listen to can be a bit annoying and overwhelming to your friends and followers. A better place for that is to show your latest activity in the sidebar of your WordPress blog.</p>
<p>The <a href="http://wordpress.org/extend/plugins/latest-spotify-activity/" title="Latest Spotify Activity" target="_blank">Latest Spotify Activity</a> plugin for WordPress lets you display a stream of the latest songs you&#8217;ve listened to right on your website.  It even shows which song is currently playing on your Spotify app. Here&#8217;s how to get it working:</p>
<h2>Step 1: Signup for a Last.fm account (if you&#8217;re not already a member)</h2>
<p>A <a href="http://www.last.fm" target="_blank">Last.fm</a> account is required for showing your latest activity. It&#8217;s free &#8211; all you have to do is sign up and have a username to enter into the plugin&#8217;s settings.</p>
<h2>Step 2: Enable Last.fm scrobbling in your Spotify app&#8217;s preferences.</h2>
<p>This part of the step is done within Spotify. Since Spotify doesn&#8217;t currently have an API, you will have to use &#8220;Last.fm Scrobbling&#8221; to display your latest songs. To set up scrobbling, simply open the user preferences in Spotify. Enter your Last.fm username and password and check <strong>&#8220;Scrobble to Last.fm&#8221;</strong>.</p>
<p><img src="http://wpmu.org/wp-content/uploads/2012/02/spotify-preferences.jpg" alt="" title="spotify-preferences" width="715" height="542" class="aligncenter size-full wp-image-72615" /></p>
<h2>Step 3: Install the Latest Spotify Activity plugin.</h2>
<p><img src="http://wpmu.org/wp-content/uploads/2012/02/latest-spotify.png" alt="" title="latest-spotify" width="286" height="358" class="alignright size-full wp-image-72617" />The <a href="http://wordpress.org/extend/plugins/latest-spotify-activity/" title="Latest Spotify Activity" target="_blank">Latest Spotify Activity</a> plugin is available for free from the WordPress plugin repository. Install and activate it and then you&#8217;ll have the option to add the widget to your sidebar or any other widgetized area.</p>
<p>Input your username, select how many recent activities you want to show and click save. It will look something similar to the one pictured here.</p>
<p>That&#8217;s it! Now you&#8217;ll be streaming all of your latest activity from Spotify. </p>
 <div class="wdgpo_author"><a href='https://plus.google.com/107629986833959061134/posts?rel=author'><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" /> Sarah Gooding on Google+</a></div><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/how-to-display-your-latest-spotify-activity-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Full Width Page for WordPress in 5 Simple Steps</title>
		<link>http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/</link>
		<comments>http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 19:00:20 +0000</pubDate>
		<dc:creator>Joseph Foley</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[create a full page in wordpress]]></category>
		<category><![CDATA[full width page wordpress]]></category>
		<category><![CDATA[how to create a full page in wordpress]]></category>
		<category><![CDATA[how to make a wordpress full width page]]></category>
		<category><![CDATA[wordpress page with no sidebar]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=71901</guid>
		<description><![CDATA[Easily add the option of full width pages to your theme.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/wideload-big/" rel="attachment wp-att-71903"><img class="size-full wp-image-71903 aligncenter" title="wideload-big" src="http://wpmu.org/wp-content/uploads/2012/02/wideload-big.jpg" alt="" width="624" height="505" /></a><br />
If you don’t have the option of a full width Page template in your theme, it’s easy enough to create your own. You’ll need to be able to access your theme’s folder on your server, and so if you can do that, this should be a fairly easy process.</p>
<p>We’ll go through it in five steps.</p>
<h2><strong>Step 1: Create a New Template File</strong></h2>
<p>On your server, find your theme’s folder (wp-content/themes/your-theme).</p>
<p>Create a new file and name it something unique and appropriate (e.g. <strong>full-width-page.php</strong>). Remember to end it with the .php extension.</p>
<p>After that, find the file named <strong>page.php</strong>. Open that, copy the contents, and then go back to the file you just created <strong>(full-width-page.php),</strong> and paste those contents into your new file.</p>
<p style="text-align: center;"><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/create-new-file/" rel="attachment wp-att-71905"><img class="size-full wp-image-71905 aligncenter" title="create-new-file" src="http://wpmu.org/wp-content/uploads/2012/02/create-new-file.jpg" alt="" width="654" height="753" /></a></p>
<p>Now, at the VERY TOP of your new file (i.e. BEFORE the content you just added into it), put the following:</p>
<pre>&lt;?php
 /*
 Template Name: Full Width
 */
 ?&gt;</pre>
<p>It should look something like this:</p>
<p><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/template-name/" rel="attachment wp-att-71906"><img class="aligncenter size-full wp-image-71906" title="template-name" src="http://wpmu.org/wp-content/uploads/2012/02/template-name.jpg" alt="" width="653" height="567" /></a></p>

<h2><strong>Step 2: Remove the Sidebar</strong></h2>
<p>Next you’ll want to remove the sidebar. Search for the following code and take it out.</p>
<pre>&lt;?php get_sidebar() ?&gt;</pre>
<p><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/remove-sidebar/" rel="attachment wp-att-71907"><img class="aligncenter size-full wp-image-71907" title="remove-sidebar" src="http://wpmu.org/wp-content/uploads/2012/02/remove-sidebar.jpg" alt="" width="652" height="423" /></a></p>
<h2><strong>Step 3: Replace the Div ID</strong></h2>
<p>Next, you’ll need to find the Div ID for the content and change it, so we can style it the way we like.</p>
<p>More than likely, the div ID for the content will look like this:</p>
<pre>&lt;div id="content"&gt;</pre>
<p>Change the name “content” to something unique and identifiable like “content-fullwidth.”</p>
<pre>&lt;div id="content-fullwidth"&gt;</pre>
<p>Save the file, and you’re done with the template file.</p>

<h2><strong>Step 4: Style Your New Template File </strong></h2>
<p>Now you’ll need to widen the content area to give you more space.</p>
<p>Go to your style sheet in your admin area (Appearance &gt; Editor &gt; Stylesheet – style.css) and search for the section that controls the content area of your blog.</p>
<p>Typically your content area in your style sheet is named “#content” (easily enough).</p>
<p><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/find-content-section/" rel="attachment wp-att-71908"><img class="aligncenter size-full wp-image-71908" title="find-content-section" src="http://wpmu.org/wp-content/uploads/2012/02/find-content-section.jpg" alt="" width="651" height="796" /></a></p>
<p>Copy this section and then paste it into the style sheet again, renaming #content to the same name you gave your Div ID in Step 3 above (#content-fullwidth).</p>
<p>Then change the width to something wider.</p>
<p><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/add-new-style/" rel="attachment wp-att-71909"><img class="aligncenter size-full wp-image-71909" title="add-new-style" src="http://wpmu.org/wp-content/uploads/2012/02/add-new-style.jpg" alt="" width="650" height="701" /></a></p>
<p>Save your file, and that’s it for the style sheet.</p>
<h2><strong>Step 5: Choose Full Width</strong></h2>
<p>When you write a Page now, you should see an option on the right hand side for the “Full Width” template that you created.</p>
<p><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/choose-full-width/" rel="attachment wp-att-71910"><img class="aligncenter size-full wp-image-71910" title="choose-full-width" src="http://wpmu.org/wp-content/uploads/2012/02/choose-full-width.jpg" alt="" width="649" height="527" /></a></p>

<h2><strong>The Original vs the New Full Width Page</strong></h2>
<p><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/with-sidebare/" rel="attachment wp-att-71911"><img class="aligncenter size-full wp-image-71911" title="with-sidebare" src="http://wpmu.org/wp-content/uploads/2012/02/with-sidebare.jpg" alt="" width="658" height="663" /></a></p>
<p><a href="http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/without-sidebar/" rel="attachment wp-att-71912"><img class="aligncenter size-full wp-image-71912" title="without-sidebar" src="http://wpmu.org/wp-content/uploads/2012/02/without-sidebar.jpg" alt="" width="649" height="642" /></a> <br />
Photo: <a href="http://www.bigstockphoto.com/image-463396/stock-photo-wide-load">Wide Load</a> from BigStock</p>
 <div class="wdgpo_author"><a href='https://plus.google.com/110956522007744554847/posts?rel=author'><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" /> Joseph Foley on Google+</a></div><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/create-a-full-width-page-for-wordpress-in-5-simple-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Microsoft Word to Publish Directly to Your WordPress Site</title>
		<link>http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/</link>
		<comments>http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 17:00:50 +0000</pubDate>
		<dc:creator>Joseph Foley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[how to publsh a website with ms word]]></category>
		<category><![CDATA[ms word]]></category>
		<category><![CDATA[offline wordpress editor]]></category>
		<category><![CDATA[plublish blog post with word]]></category>
		<category><![CDATA[publish to wordpress with microsoft word]]></category>
		<category><![CDATA[publishing to wordpress with microsoft word]]></category>
		<category><![CDATA[word to wordpress]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=71539</guid>
		<description><![CDATA[Bypass WordPress’ clunky editor and take advantage of Word’s impressive graphics tools.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/wordpress-word-big-blue/" rel="attachment wp-att-71541"><img class="size-full wp-image-71541 aligncenter" title="wordpress-word-big-blue" src="http://wpmu.org/wp-content/uploads/2012/02/wordpress-word-big-blue.jpg" alt="" width="628" height="556" /></a></p>
<p style="text-align: left;">Have you ever wished writing a post in WordPress was as easy as writing in Microsoft Word? Many may not know it, but you can write a post in Word and then publish directly to your WordPress site.</p>
<p>Although you can obviously write your posts in Word and then copy them into the WordPress editor, maybe <strong>the biggest reason to post directly from Word is to take advantage of the impressive graphics capabilities it offers</strong>. From image manipulation to “SmartArt” to sophisticated charts and graphs, Microsoft Word has a lot to offer.</p>
<p style="text-align: center;" align="center"><span style="color: #ff0000;"><strong>A Simple Example of Some MS Word Graphics in a WordPress Post<br />
</strong></span></p>
<p align="center"><strong><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/better-graphics/" rel="attachment wp-att-71542"><img class="aligncenter size-full wp-image-71542" title="better-graphics" src="http://wpmu.org/wp-content/uploads/2012/02/better-graphics.jpg" alt="" width="641" height="855" /></a></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2><strong>Step-by-Step Guide for Publishing to WordPress with Word</strong></h2>
<p>A few points before we really get started.</p>
<p>1. <strong>A WARNING:</strong> Before we go any further, there’s one piece of information you should know. When you attempt to publish a post from Word to your site, Microsoft gives the following warning: <strong>“When Word sends information to the blog service provider, it may be possible for other people to see that information. This includes your user name and password. Do you want to continue?”</strong></p>
<p>To be honest, I can’t really tell you how risky this is. When I searched around trying to find out, I came up more or less empty-handed. So before even starting this process, you should know that.</p>
<p>2. Something else you may find of interest is that Microsoft also has a very nice “offline blogging tool” called <a href="http://explore.live.com/windows-live-essentials-other-programs?T1=t5" target="_blank">Windows Live Writer</a>. However, Live Writer doesn’t have the same graphics capabilities as Word.</p>
<p>3. Finally, the steps in this tutorial follow publishing a post to WordPress via the latest version of Microsoft Word (2010 Version). You can also publish with MS Word 2007; however, some things may be slightly different.<br />
</p>
<h2><strong>Set Up Your WordPress Site to Accept Posts</strong></h2>
<p>The first step is to set up your blog to accept posts from outside the site (in this case, from you using MS Word).</p>
<p>In your blog’s admin area, go to <strong>Settings &gt; Writing &gt; Remote Publishing</strong>. Check the XML-RPC and click “Save Changes.”</p>
<p>&nbsp;</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/set-up-xml-rpc/" rel="attachment wp-att-71547"><img class="aligncenter size-full wp-image-71547" title="set-up-xml-rpc" src="http://wpmu.org/wp-content/uploads/2012/02/set-up-xml-rpc.jpg" alt="" width="642" height="395" /></a></p>
<h2><strong>Open a “New” Document</strong></h2>
<p>In the newest version of Word, go <strong>File &gt; New &gt; Blog post</strong>.</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/new-blog-post/" rel="attachment wp-att-71548"><img class="aligncenter size-full wp-image-71548" title="new-blog-post" src="http://wpmu.org/wp-content/uploads/2012/02/new-blog-post.jpg" alt="" width="642" height="600" /></a></p>

<h2><strong><br />
Set Up a Connection with Your Blog</strong></h2>
<p>Because this is the first time you are using the blogging template, you will be presented with a dialogue box for you to set up a connection to your site (or “Register” it). You do not have to do this now (you can do it the first time you attempt to publish your post); however, we’ll go ahead and do it to get it out of the way.</p>
<p>After you do this once, you will not need to do it again unless you decide to set up another site to publish to. You can publish to multiple sites and easily switch between them in the MS Word interface.</p>
<p><strong>Choose WordPress</strong></p>
<p>On the pull down list, of course choose “WordPress.”</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/choose-wordpress/" rel="attachment wp-att-71549"><img class="aligncenter size-full wp-image-71549" title="choose-wordpress" src="http://wpmu.org/wp-content/uploads/2012/02/choose-wordpress.jpg" alt="" width="641" height="347" /></a><br />
<strong>Enter Your Site’s Info</strong></p>
<p>Next, enter you’re sites info in the box. Simply replace the section that says &lt;Enter your blog URL here&gt; with the URL to your site (e.g. http://example.com/xmlrpc.php).</p>
<p>Keep in mind that if your blog is in a subfolder, you will need to enter the folder too (e.g. http://example.com/blog/xmlrpc.php).</p>
<p><strong>NOTE: Remember that your complete URL here must end with xmlrpc.php. This is the name of the file that Word needs to communicate with.</strong></p>
<p>&nbsp;</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/your-sites-info-1/" rel="attachment wp-att-71550"><img class="aligncenter size-full wp-image-71550" title="your-sites-info-1" src="http://wpmu.org/wp-content/uploads/2012/02/your-sites-info-1.jpg" alt="" width="641" height="396" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/your-sites-info-2/" rel="attachment wp-att-71551"><img class="aligncenter size-full wp-image-71551" title="your-sites-info-2" src="http://wpmu.org/wp-content/uploads/2012/02/your-sites-info-2.jpg" alt="" width="641" height="471" /></a></p>
<p>Fill in the User Name and Password with the username and password you use to enter your site with.</p>
<p>* You will see an link here for “Picture Options.” You can just leave that as it is, and it will upload your pictures to your Uploads folder on your blog. You will also be able to access them in your Media Library in the admin area of your site.<br />
</p>
<h2><strong>Writing Your Post</strong></h2>
<p>Once your connection to your site is set up, you will come to the writing screen. This is a simplified version of what you would normally see in a Word Document. The ribbon at the top has fewer tabs, for example, and the default layout is set to a cleaner looking “Web Layout” view.</p>
<p>One thing you may notice is that the screen is very wide. Therefore, the way things look laid out in Word are not going to be the same as they are when you publish the post to your blog. This can be true inside the WordPress editor too, but the layout you’ll find in Word is likely to be much, much wider.</p>
<p>Because of this, one thing<strong> you may want to eventually do is to set your margins in Word to something narrower</strong>. It may be difficult to get it lined up exactly as you would like, but at least you will have a better feel for the approximate way things will look once they’re published on your site.</p>
<h2><strong>Graphics</strong></h2>
<p>You can reach all of the nice Word graphics capabilities through the “Insert” tab at the top. There you’ll see the ability to insert tables, pictures, shapes, SmartArt, etc.</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/graphics-tab/" rel="attachment wp-att-71552"><img class="aligncenter size-full wp-image-71552" title="graphics-tab" src="http://wpmu.org/wp-content/uploads/2012/02/graphics-tab.jpg" alt="" width="641" height="181" /></a></p>
<p>By default, that top ribbon is hidden until you click on one of the tabs—either “Blog Post” or “Insert.” You can make it stay open by clicking the tiny down arrow on the far right-hand side.</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/top-ribbon-open/" rel="attachment wp-att-71553"><img class="aligncenter size-full wp-image-71553" title="top-ribbon-open" src="http://wpmu.org/wp-content/uploads/2012/02/top-ribbon-open.jpg" alt="" width="641" height="420" /></a><br />
The way to get to all the options for an image is to first insert the image, and then double click on it. You should see a new tab open called “Format” and above that “Picture Tools.”</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/picture-tools/" rel="attachment wp-att-71554"><img class="aligncenter size-full wp-image-71554" title="picture-tools" src="http://wpmu.org/wp-content/uploads/2012/02/picture-tools.jpg" alt="" width="641" height="497" /></a></p>

<p>&nbsp;</p>
<h2><strong>Insert a Category</strong></h2>
<p>To place your post in a category, in the “Blog Post” tab, click the “Insert Category” button. If you already have categories on your site, you should see them there.</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/insert-category/" rel="attachment wp-att-71555"><img class="aligncenter size-full wp-image-71555" title="insert-category" src="http://wpmu.org/wp-content/uploads/2012/02/insert-category.jpg" alt="" width="640" height="516" /></a></p>
<p>&nbsp;</p>
<h2><strong>Publish or Save as Draft</strong></h2>
<p>To publish your post (or save it as a draft – “Publish as Draft”), in the “Blog Post” tab, hit “Publish.”</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/publish/" rel="attachment wp-att-71556"><img class="aligncenter size-full wp-image-71556" title="publish" src="http://wpmu.org/wp-content/uploads/2012/02/publish.jpg" alt="" width="640" height="516" /></a></p>

<h2><strong>Extra Options</strong></h2>
<p>You will notice a few other options in the “Blog Post” tab.</p>
<ul>
<li><strong>Home Page</strong> – Opens your default browser to your site’s home page</li>
<li><strong>Open Existing</strong> – Imports existing posts from your site so you can edit them</li>
<li><strong>Manage Accounts</strong> – Allows you to switch to (or add) other sites to manage</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/extra-options/" rel="attachment wp-att-71557"><img class="aligncenter size-full wp-image-71557" title="extra-options" src="http://wpmu.org/wp-content/uploads/2012/02/extra-options.jpg" alt="" width="636" height="677" /></a></p>

<h2><strong>A Few Notes</strong></h2>
<p>A few other things to take note of.</p>
<ul>
<li>If you need to update your post, just hit publish again when you’re ready.</li>
<li>Whichever font you use in Word, your post will publish with that font, regardless of the font you have set on your blog.</li>
</ul>
<h2><strong>Using Word as Your Offline Editor</strong></h2>
<p>You may or may not want to use MS Word full time for your blog editor, but at least you know it’s there should you or your clients need some graphics that aren’t easily made in other place.<br />
</p>
 <div class="wdgpo_author"><a href='https://plus.google.com/110956522007744554847/posts?rel=author'><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" /> Joseph Foley on Google+</a></div><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/how-to-use-microsoft-word-to-publish-directly-to-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

