<?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>bloggingrocket.com &#187; WordPress Mini Tips</title>
	<atom:link href="http://www.bloggingrocket.com/category/resources/wordpress-mini-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingrocket.com</link>
	<description>Launch your WordPress blog the right way, first time.</description>
	<lastBuildDate>Sun, 11 Apr 2010 20:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Title Tags in WordPress Themes</title>
		<link>http://www.bloggingrocket.com/title-tags-in-wordpress-themes/</link>
		<comments>http://www.bloggingrocket.com/title-tags-in-wordpress-themes/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 22:25:02 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[WordPress Mini Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/?p=486</guid>
		<description><![CDATA[Here is a quick WordPress tip I thought I&#8217;d share with you all. It concerns the &#60;title&#62; tag in your WordPress Theme.
Most of them are badly formed in my opinion, so with a little research, cribbing of other peoples ideas and trial and error I think I have found the best title tag arrangement. Open [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick WordPress tip I thought I&#8217;d share with you all. It concerns the &lt;title&gt; tag in your WordPress Theme.</p>
<p>Most of them are badly formed in my opinion, so with a little research, cribbing of other peoples ideas and trial and error I think I have found the best title tag arrangement. Open up your &#8216;header.php&#8217; file from your current theme and replace everything between the opening and ending title tags. The opening tag is:</p>
<pre>&lt;title&gt;</pre>
<p>And the ending title tag is:</p>
<pre>&lt;/title&gt;</pre>
<p>Once you have found that code (and only that code) replace the whole lot with:</p>
<p>&lt;title&gt;<br />
&lt;?php wp_title(&#8216; &#8216;); ?&gt;<br />
&lt;?php if(wp_title(&#8216; &#8216;, false)) { echo &#8216; -&#8217;; } ?&gt;<br />
&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;<br />
- &lt;?php bloginfo(&#8216;description&#8217;); ?&gt;<br />
&lt;/title&gt;</p>
<p>I reckon if you craft your blog name and slogan / description carefully, you can get all your keywords into your title using this.</p>
<h3>What are your thoughts?</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/title-tags-in-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing :: Is the size of the WordPress Post input box big enough for you?</title>
		<link>http://www.bloggingrocket.com/writing-a-blog-post/</link>
		<comments>http://www.bloggingrocket.com/writing-a-blog-post/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 22:00:49 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[WordPress Mini Tips]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[blue button]]></category>
		<category><![CDATA[input box]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/?p=370</guid>
		<description><![CDATA[Writing a blog post is fun, you power up Wordpress, go to the admin, click on Write and add your title. You then click in the post input box and start writing (like I'm doing now) and you soon fill up your post input box. That's no problem though is it because you can scroll right? Yeah but that's a bit tedious when you need to scroll back to find out what you posted. So here are three killer tips for you to maximise your post input.]]></description>
			<content:encoded><![CDATA[<p>Writing a blog post is fun, you power up WordPress, go to the admin, click on Write and add your title. You then click in the post input box and start writing (like I&#8217;m doing now) but you soon fill up your post input box. That&#8217;s no problem though is it because you can scroll right? Yeah but that&#8217;s a bit tedious when you need to scroll back to read what you posted.</p>
<p>So here are three killer tips for you to maximise your post input.</p>
<h3>1. Resize the window</h3>
<p>Take a look at the bottom right hand corner of the post input window (and edit window for that matter) and see that the blue bar has a grey chevron icon in it. Click, hold and drag down (or up), this will resize the window.</p>
<p>This is very useful, but the change isn&#8217;t permanent and the next time you write or edit it&#8217;s back to its normal size.</p>
<h3>2. Hit the blue button</h3>
<p>This isn&#8217;t a facility of older incarnations of WordPress. Along the row of icons (starting with <strong>B</strong> then <strong><em>I</em></strong> then <span style="text-decoration: line-through;">ABC</span> etc) is an icon of a blue button it should be about the 2nd from last icon. If you click that the whole input box goes full screen and everything else disappears from the display. Now you have maximum input space. To get back to normal you click the button again and the usual input page is returned. <em>Please note saving or publishing is not possible in this full screen state.</em></p>
<h3>3. Permanently resize the input window.</h3>
<p>This option is so understated I never realised it was there. In the admin, go to Settings, then click on the Writing tab. The first option is: &#8216;Size of the post box&#8217;. All you need to do is increase the value in this field and hit save. Then the next time you go to your write or edit page the input window will be your new enlarged size! The beauty of this is the enlargement is permanent.</p>
<p><strong>If you have found any obscure WordPress options please comment below. For the first person to comment with a great WordPress tip I will stumble a page on your blog.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/writing-a-blog-post/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Word Count :: Count the words in a blog post</title>
		<link>http://www.bloggingrocket.com/word-count-count-the-words-in-a-blog-post/</link>
		<comments>http://www.bloggingrocket.com/word-count-count-the-words-in-a-blog-post/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 20:12:16 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[Mini Tips]]></category>
		<category><![CDATA[WordPress Mini Tips]]></category>
		<category><![CDATA[blog post]]></category>
		<category><![CDATA[word count]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/?p=315</guid>
		<description><![CDATA[Did you know there was an sweet spot for blog post length? It's approx 300ish words according to my research. So how do you count your words? As I've said many times before don't use Word to type your blog posts, so that means using Word's count facility is out of the question. So what should you do?]]></description>
			<content:encoded><![CDATA[<p>Did you know there was an sweet spot for blog post length? It&#8217;s approx 300ish words according to my research.</p>
<p>So how do you count your words? As I&#8217;ve said many times before <strong>don&#8217;t</strong> use Word to type your blog posts, so that means using Word&#8217;s count facility is out of the question. So what should you do?</p>
<p>Well when you are next writing a post on your blog, glance to the right just under the SAVE and PUBLISH buttons is a handy little word count gem built straight into the core of WordPress. Keep typing and watch the little counter increment every few seconds.</p>
<p><a href="http://www.bloggingrocket.com/wp-content/uploads/2008/09/word-count.jpg"><img class="aligncenter size-medium wp-image-317" title="word-count" src="http://www.bloggingrocket.com/wp-content/uploads/2008/09/word-count-300x173.jpg" alt="" width="300" height="173" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/word-count-count-the-words-in-a-blog-post/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Plugins :: Deactivate then Delete</title>
		<link>http://www.bloggingrocket.com/deactivate-plugins-before-deleting/</link>
		<comments>http://www.bloggingrocket.com/deactivate-plugins-before-deleting/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 21:52:48 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[Mini Tips]]></category>
		<category><![CDATA[WordPress Mini Tips]]></category>
		<category><![CDATA[deactivate]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/?p=280</guid>
		<description><![CDATA[Some plugins create tables in your WordPress database or alter your .htaccess file, this happens when you activate them for the first time. If the plugin...]]></description>
			<content:encoded><![CDATA[<p>Some plugins create tables in your WordPress database or alter your .htaccess file, this happens when you activate them for the first time. If the plugin has been written correctly then it should tidy up after itself once it is deactivated.</p>
<p>WordPress now has a delete feature but to be able to delete the plugin you have to first deactivate it. This is the correct procedure, deactivate then delete, don&#8217;t be tempted to FTP into your plugins folder and just delete an active plugin. It might leave a load of settings behind that can cause the site to become unstable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/deactivate-plugins-before-deleting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changing your Author Name</title>
		<link>http://www.bloggingrocket.com/change-author-name/</link>
		<comments>http://www.bloggingrocket.com/change-author-name/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 23:20:32 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[Mini Tips]]></category>
		<category><![CDATA[WordPress Mini Tips]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[nickname]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/change-author-name/</guid>
		<description><![CDATA[<p>Did you know that you don't have to put up with your username as being your Author name?</p>
]]></description>
			<content:encoded><![CDATA[<p>Did you know that you don&#8217;t have to put up with your username as being your Author name?</p>
<p>When you create a post WordPress saves the author details for you, some themes will display this on the blog posting. If you are logged in as the default user (admin) your post says something like: This post was written by: admin</p>
<p>Well that&#8217;s not great is it? However you have a way of sorting this out, here is how:</p>
<ol>
<li>Login to wp-admin</li>
<li>Navigate to Users &#8211;&gt; Your Profile</li>
<li>Scroll down to the &#8216;Display name publicly as&#8217; option and look in the pop up menu</li>
</ol>
<p>So long as you have filled in First name, Last name, Nickname (in the same panel) you will see different permutations of your name which can be used for display.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/change-author-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
