<?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>MakeUseOf &#187; wordpress</title>
	<atom:link href="http://www.makeuseof.com/tags/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:31:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Use A WordPress Content Template To Write Faster</title>
		<link>http://www.makeuseof.com/tag/wordpress-content-template-write-faster/</link>
		<comments>http://www.makeuseof.com/tag/wordpress-content-template-write-faster/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 17:00:02 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">/?p=98442</guid>
		<description><![CDATA[Wordpress is a brilliant invention, and has made it possible for more and more people to have amazing websites, with beautiful themes. However, there is still the matter of the content area, which still needs to be formatted for pictures, ads and well-spaced content. With a few simple steps, you can create your very own carefully formatted content template that will appear every time you click "Add New" in Wordpress.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/frustrated.png?323f2c" alt="wordpress content template" />Running a blog can seem like a pretty romantic idea at first. You imagine pushing out two or three blog posts a day, and hundreds or hopefully thousands of fans checking out what you have to say.</p>
<p>The days turn into weeks, and then the weeks turn into months. Blogging become a chore. You realize that you are spending most of your time trying to format your posts so that they look professionally done.</p>
<p>Then you hire a writer, and then two. Soon, you have a team of writers sending you posts every week, and you&#8217;re now spending <em>all</em> of your time editing and formatting those posts to look the way that you want them to look on the blog that has become a labor of love.</p>
<p>The problem is that all of this editing and formatting has taken away all of the time that you used to have for what you loved to do the most &#8211; write.</p>
<p>WordPress is a brilliant invention, and has made it possible for more and more people to have amazing websites, with beautiful <a href="http://www.makeuseof.com/tag/how-to-change-your-wordpress-blog-theme-in-3-easy-steps/">themes</a>. However, there is still the matter of the content area, which still needs to be formatted for pictures, ads and well-spaced content.</p>
<h2>Formatting Your WordPress Content with a Template</h2>
<p>A while back, I described to you how you could automatically insert an ad into every single post using the <a href="http://www.makeuseof.com/tag/insert-template-wordpress-post-inpost-template/">In-Post Template Add-on</a> for WordPress.</p>
<p>This works brilliantly if you are starting with a new blog &#8211; but if you&#8217;ve already been inserting ads into your posts, it&#8217;ll go back and re-insert a new ad and completely mess up all of your old posts.</p>
<p>Don&#8217;t worry &#8211; there is another solution that is even better. By simply editing one of your standard WordPress PHP files, and then creating a style sheet, you can create your very own carefully formatted content template that will appear every time you click &#8220;Add New&#8221; in WordPress. All your old content will remain untouched.</p>
<p>Here&#8217;s a sample of all of the formatting work that I have going on in my own blog.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate1.png?323f2c" alt="wordpress content template" width="548" height="542" /><br />
I&#8217;ve got a header image that needs to be carefully sized, with padding around it and left justified. I&#8217;ve got the &#8220;more&#8221; break, followed by my in-post Google Ad. Then, throughout each post I have additional images that are sized to suit and right justified. For the most part, I&#8217;m ashamed to say, I&#8217;ve been doing all of this manually &#8211; including all articles that my writers send in.</p>
<p>Here&#8217;s what such a post looks like when it&#8217;s published.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate2.png?323f2c" alt="wordpress post content template" width="484" height="625" /><br />
As you can see, the formatting is a little tricky because in one area I have the image left justified, and in the next section I have the ad right-justified. Then all additional images are right-justified as well. I like this setup for my own blog because it&#8217;s easier on the eyes and flows well. You may have your own preference for your particular WordPress blog.</p>
<p>The first step to create your template is to back-up your functions.php file (you&#8217;ll find it in the root directory of your theme), and then open it for editing.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate3.png?323f2c" alt="wordpress post content template" width="236" height="387" /><br />
You&#8217;ll see a bunch of code in here &#8211; all functions currently used by your current blog theme. You&#8217;re going to insert a new section between those functions. Find the end of the first function, and then insert the code that I&#8217;m going to detail next.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate4.png?323f2c" alt="wordpress post content template" width="520" height="501" /><br />
Now, I have to give credit where credit is due &#8211; I actually got this idea from David Hansen over at Smashing Magazine, who wrote an article on this back in October. In this case I&#8217;m going to expand on his idea by showing you how to tweak that template for things like ads and pictures.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'default_content'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'custom_editor_content'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
add_editor_style<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'editor-style.css'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> custom_editor_content<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$content</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
<span style="color: #000088;">$content</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'
&nbsp;
    &lt;div class=&quot;content-col-side&quot;&gt;
&nbsp;
&lt;img class=&quot;alignleft size-full &quot; style=&quot;margin-left: 10px; margin-right: 10px;&quot; title=&quot;placeholder&quot; src=&quot;http://www.yourwebsite.com/wp-content/uploads/2012/01/imageplaceholder.png&quot; alt=&quot;content template&quot; /&gt;
&nbsp;
&nbsp;
     &amp;nbsp;
&nbsp;
     &lt;/div&gt;    
&nbsp;
    &lt;div class=&quot;content-col-main&quot;&gt;
&nbsp;
    Insert your introduction here
&nbsp;
    &amp;nbsp;
&nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-google-ad&quot;&gt;
&nbsp;
    &lt;span id=&quot;more-98442&quot;&gt;&lt;/span&gt;
    &lt;div style=&quot;float: right;&quot;&gt;
    Enter Google Script Here
    &amp;nbsp;
    &lt;/div&gt;
    &lt;/div&gt;
&nbsp;
   &lt;div class=&quot;content-section-two&quot;&gt;
    Here is second section content
    &amp;nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-image-three&quot;&gt;
&lt;img class=&quot;alignright size-full &quot; style=&quot;margin-left: 10px; margin-right: 10px;&quot; title=&quot;placeholder&quot; src=&quot;http://www.yourwebsite.com/wp-content/uploads/2012/01/imageplaceholder.png&quot; alt=&quot;content template&quot; /&gt;
    &amp;nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-section-three&quot;&gt;
    Here is third section content
    &amp;nbsp; 
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-image-four&quot;&gt;
&lt;img class=&quot;alignright size-full &quot; style=&quot;margin-left: 10px; margin-right: 10px;&quot; title=&quot;placeholder&quot; src=&quot;http://www.yourwebsite.com/wp-content/uploads/2012/01/imageplaceholder.png&quot; alt=&quot;placeholder&quot; /&gt;&lt;/a&gt;
    &amp;nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-section-four&quot;&gt;
    Here is third section content
    &amp;nbsp;
     &lt;/div&gt;
   '</span><span style="color: #339933;">;</span>
   <span style="color: #b1b100;">return</span> <span style="color: #000088;">$content</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Notice how the alignment actually works best using the image alignment built into your theme style, and in the case of the Google Ad, you should use the second div with the style attribute to align where you&#8217;d like it to go. It just works best. However, as far as sizing, padding and placement, you&#8217;ll need to create the css file.</p>
<p>Here&#8217;s the styling for each section defined above.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#f5f5f5</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-col-main</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">70%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-col-side</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">210px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-google-ad</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">20%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-section-two</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">70%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-image-three</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">210px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-section-three</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">70%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
img <span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/* Makes sure your images stay within their columns */</span>
   <span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>You can use either percentages or pixels for sizing. I prefer pixels for images, but it really comes down to preference. If there&#8217;s too much space between the pictures and text, just tweak the content percentages a bit until it looks good.</p>
<p>After you&#8217;ve saved your .css file, open up a new post and you&#8217;ll see that your perfectly formatted content template is already in place for you.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate5.png?323f2c" alt="content template" width="557" height="470" /><br />
All you have to do is click on the image and upload the one you want to use, and then fill in all of the content areas. It really is as easy as that. Everything is automatically aligned and placed where they need to go.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate6.png?323f2c" alt="" width="468" height="444" /><br />
All right-justified Google Code or images are already there &#8211; all you have to do is update the content. The time it will take you to put together a post with all of this already done for you will drop by a huge factor, guaranteed.</p>
<p>Updating all of the images on the template is as simple uploading the pictures that you want to use to your blog using the media upload tool, and then clicking on the image and pasting the URL to those images in the &#8220;Source&#8221; field.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate7.png?323f2c" alt="" width="579" height="555" /><br />
Of course you&#8217;ll want to update the title and alt tags as well. As you can see here in my test article, writing an article is now just a matter of filling in each of the content areas. I can&#8217;t tell you how sweet it is to be able to just concentrate on writing, knowing that all of the proper formatting is already in place to make the article look its absolute best.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate8.png?323f2c" alt="" width="578" height="611" /><br />
The final result? Here is my first test article using the new WordPress content template. All images and ad code is inserted, aligned and spaced perfectly.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate9.png?323f2c" alt="wordpress content template" width="478" height="587" /><br />
If you didn&#8217;t know any better, you would think that nothing at all has changed on the blog. The formatting looks identical to the way it looked when I slaved over them for an hour or more. Now, all of that effort and trial-and-error formatting is already inserted right into the WordPress content template.<br />
So now all that&#8217;s left is sitting back and doing what you&#8217;ve always loved to do &#8211; writing.<br />
Does this WordPress Content template lessen the load on your own blog? Do you have any other formatting tips that people can use in their own templates? Share your thoughts and insights in the comments section below.<br />
<small>Image Credit: <a href="http://image.shutterstock.com/display_pic_with_logo/187633/187633,1217240846,5/stock-photo-man-in-home-office-using-computer-looking-frustrated-15480712.jpg" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/wordpress-content-template-write-faster/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New In WordPress 3.3 ?</title>
		<link>http://www.makeuseof.com/tag/wordpress-33/</link>
		<comments>http://www.makeuseof.com/tag/wordpress-33/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 18:30:27 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[blogging client]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=95444</guid>
		<description><![CDATA[If you haven’t logged into your dashboard lately, you probably should. Wordpress 3.3 was released about a few weeks ago, and  as a major release it brings some fairly significant changes which I’ll outline today. The underlying theme is accessibility for new users.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/wp-blue.png?323f2c" alt="" />If you haven’t logged into your dashboard lately, you probably should. WordPress 3.3 was released about a few weeks ago, and  as a major release it brings some fairly significant changes which I’ll outline today. The underlying theme is <strong>accessibility for new users</strong>.</p>
<h2>Admin Bar</h2>
<p>The new look admin bar has been streamlined to focus on updates and comment moderation, along with a quick post button.</p>
<p>The admin menu was a greatly heralded addition to the <a title="The New Features In WordPress 3.2 &amp; Why You Should Upgrade" href="http://www.makeuseof.com/tag/features-wordpress-32-upgrade/">WordPress 3.2 release</a>, but a lot of the more extraneous buttons have now been removed. Some of the more useful menu items, like widgets or menus, have been moved to a sub menu item when you hover over the blog name <em>(but these are only accessible when viewing the blog, not when in the admin dashboard)</em>.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/admin-bar.png?323f2c" alt="" width="580" height="26" /></p>
<p>Speaking of the admin dashboard, fairly big changes there too. The side menus no longer drop down, but rather pull out instead upon hover. To be quite honest, I hate them. I find myself clicking more than I&#8217;d like and the behavior is sporadic.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/flyout-menus.png?323f2c" alt="" width="295" height="102" /></p>
<p>Tablet users needn&#8217;t despair though, as the entire admin interface has also been given a <strong>touchable</strong> overhaul to make the admin experience on tablet input devices a more pleasant experience.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/ipad-wp.jpg?323f2c" alt="" width="580" height="435" /></p>
<h2>Tooltips</h2>
<p>With an overhauled API for plugins too, WordPress now allows you to create <em>tooltip-like popups</em> to display messages or provide <em>walkthrough tours</em>. It’s an interesting addition that should make using the more complicated plugins more accessible to everyone. <em>Here&#8217;s hoping developers don&#8217;t get overzealous with them.</em></p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/tooltips.png?323f2c" alt="" width="402" height="217" /></p>
<h2>Drag and Drop Uploading and Single Media Insert Button:</h2>
<p>Before you get all excited, the drag and drop uploading <em>doesn’t work in the basic visual editor</em>. Instead, you still have to open up the <strong>insert media dialog box</strong>, <em>then drag and drop into there</em>. This is a limitation of HTML5 though, so we can hardly blame WordPress.</p>
<p>Where there were previously 4 buttons for inserting various types of media, there’s now only one, and the uploaded auto detects the filetype. 90% of users won’t care about this, since most of us only ever used the insert picture button. Still, it’s nice to have less clutter.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/single-upload-button.png?323f2c" alt="" width="450" height="186" /></p>
<p>Other than that, drag and drop uploading works well, and saves having navigate through a laborious <strong>Select File dialog</strong>. A welcome addition, and possibly worth upgrading for that alone if it means shaving a few seconds off of every image upload.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/drag-n-drop-media-uploader.png?323f2c" alt="" width="580" height="340" /></p>
<h2>New Help Screens:</h2>
<p>Following on the theme of accessibility for new users, the help screens have been given an overhaul. Now they’re actually helpful &#8211; which is obviously a good thing for help screens to be. The dashboard also gets a unique set of welcome messages when performing a new install, again designed to help new users get familiar with the system.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/help-screen.png?323f2c" alt="" width="580" height="150" /></p>
<h2>Other stuff &#8230; Tumblr importer anyone?</h2>
<p>As well as a long list of bug fixes<em> (though none security critical)</em> and performance updates <em>(new version of jQuery!)</em>,<strong> 3.3</strong> also brings a Tumblr importer, which some of you might have been on the edge of your seats waiting for if you wanted to graduate from <a title="WordPress.com Vs Tumblr: Which Is Best? [MakeUseOf Poll]" href="http://www.makeuseof.com/tag/wordpresscom-tumblr-makeuseof-poll/">Tumblr</a> to your own <em>real blog</em>. I’ll give this a go at some point in the future, as I&#8217;m currently running a single Tumblr blog purely to <a href="http://homegrownmorden.tumblr.com/">upload a stream of images</a> to. For those of you ready to switch, may I suggest my <a title="DOWNLOAD Set Up Your Blog With WordPress: Your Ultimate Guide" href="http://www.makeuseof.com/tag/download-set-blog-wordpress-ultimate-guide/">free guide that covers everything from WordPress hosting considerations to SEO tactics and monetization</a>?</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/tumblr-import.png?323f2c" alt="" width="526" height="254" /></p>
<h2>Incompatibilities</h2>
<p>As is inevitable with such major updates, some plugins and themes will have minor errors, and some will cease to function entirely or break when you blog. There is a <a href="http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-list">master list over at the WordPress forums of known issues</a>, but the most significant ones as far as I can see:</p>
<ul>
<li>Atuhualpa breaks because of updated jQuery</li>
<li>WooThemes broke the new media uploaded (refresh your cache to fix)</li>
<li>Intense Debate shows mismatch of pending comments</li>
<li>Improved Page Permalinks causes new pages to give 404 error</li>
<li>Adblockers mess with the new visual editor (you shouldn’t be running them anyway)</li>
<li>Dodgy styles occurring in admin dashboard due to plugins using print_styles hook instead of enqueue_scripts hook.</li>
</ul>
<p>So as always, I would strong suggest you perform a <a title="How To Backup Your Website Through SSH Command Line" href="http://www.makeuseof.com/tag/backup-website-ssh-command-line/">full backup of both files </a>and database before performing this upgrade, and be ready to revert if you have problems. Upgrade any plugins you can <strong>first</strong>, <em>then upgrade your core WordPress</em>.</p>
<p>The critical question I guess is should you upgrade yet? I’d certainly take a close look at your plugins &#8211; if you’re running ten or more you’re bound to have trouble with at least one of them. Upgrade where possible, <a title="How To Do An Automated Remote Backup Of Your WordPress Blog" href="http://www.makeuseof.com/tag/automated-remote-backup-wordpress/">backup</a>, and just give it a go. The new features are certainly a worthy addition &#8211; even though the majority are aimed at new users &#8211; but who doesn’t appreciate performance increases and bug fixes? A few seconds saved uploading images? Yes, please.</p>
<p>Have you upgraded yet? What do you think, are you liking it? Did you have any random errors from your plugins? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/wordpress-33/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress Announces WordAds To Compete With Google AdSense [News]</title>
		<link>http://www.makeuseof.com/tag/wordpress-announces-wordads-compete-google-adsense-news/</link>
		<comments>http://www.makeuseof.com/tag/wordpress-announces-wordads-compete-google-adsense-news/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 15:31:33 +0000</pubDate>
		<dc:creator>Dave LeClair</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[make money]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=93392</guid>
		<description><![CDATA[WordPress has announced that they are integrating their own way for bloggers to make money. They have announced a new program called WordAds that allows website owners to show ads on their blog, and not have to rely on Google AdSense. The official WordPress blog announced the program, and took a little shot at Google in the process.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/wordpress.png?323f2c" alt="" />WordPress has announced that they are integrating their own way for bloggers to make money. They have announced a new program called WordAds that allows website owners to show ads on their blog, and not have to rely on Google AdSense. The official WordPress blog announced the program, and took a little shot at Google in the process:</p>
<blockquote><p><em>&#8220;Over the years one of the most frequent requests on WordPress.com has been to allow bloggers to earn money from their blog through ads. </em><em>We’ve resisted advertising so far because most of it we had seen wasn’t terribly tasteful, and it seemed like Google’s AdSense was the state-of-the-art, which was sad. </em><em>You pour a lot of time and effort into your blog and you deserve better than AdSense.&#8221;</em></p></blockquote>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wordads-e1322594514384.png?323f2c" alt="" width="580" height="127" /></p>
<p>Not all blogs will be eligible for the program. Blogs must be publicly visible and have a custom domain name to take part. If you would like to apply for the program, check out the<a href="http://en.wordpress.com/apply-for-wordads/"> sign up page</a> on the official WordPress site. You must already have the custom domain name and blog set up to even apply for entry.</p>
<p><small>Source: <a href="http://techcrunch.com/2011/11/29/wordpress-introduces-wordads-you-deserve-better-than-adsense" rel="nofollow">TechCrunch</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/wordpress-announces-wordads-compete-google-adsense-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DOWNLOAD Set Up Your Blog With WordPress: Your Ultimate Guide</title>
		<link>http://www.makeuseof.com/tag/download-set-blog-wordpress-ultimate-guide/</link>
		<comments>http://www.makeuseof.com/tag/download-set-blog-wordpress-ultimate-guide/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 13:30:14 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdf guides]]></category>
		<category><![CDATA[pdf manual]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=91006</guid>
		<description><![CDATA[Want to start your own blog, but don&#8217;t know where to start? You should really look into WordPress, the simplest and most powerful blogging platform available today. Powering over 50% of all blogs, and more than a few other websites, WordPress makes the task of content-management easy for anyone. Not sure where to get started, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/wordpress-300.jpg?323f2c" alt="" />Want to start your own blog, but don&#8217;t know where to start? You should really look into WordPress, the simplest and most powerful blogging platform available today. Powering over 50% of all blogs, and more than a few other websites, WordPress makes the task of content-management easy for anyone.</p>
<p>Not sure where to get started, though? You should read &#8220;Set Up Your Blog With WordPress: Your Ultimate Guide&#8221; by author James Bruce. This manual outlines everything you need to know in order to set up a blog and turn it into a real success.</p>
<p>We try to only outline tools we think are useful. MakeUseOf itself runs on WordPress, so you know it&#8217;s a tool we believe in. We&#8217;re sharing a few of our secrets in this manual, so it&#8217;s absolutely not one you want to miss.</p>
<p style="text-align: center;"><strong><a href="http://www.makeuseof.com/pages/set-up-your-blog-with-wordpress-the-ultimate-guide"><strong>DOWNLOAD Set Up Your Blog With WordPress: Your Ultimate Guide</strong></a></strong></p>
<p style="text-align: center;"><strong><em>The guide is free but password-protected. Gain access to the password by:</em></strong></p>
<p style="text-align: center;"><strong><em>1- subscribing to our newsletter (you may do this on the download page itself, link above). Existing subscribers will receive the guide via email in the next couple of hours.</em></strong></p>
<p style="text-align: center;"><strong><em>OR</em></strong></p>
<p style="text-align: center;"><strong><em>2 – Simply <a href="http://www.facebook.com/makeuseof?sk=app_112097515539177">join our Facebook page</a>. Quick and easy.</em></strong></p>
<p><img class="size-full wp-image-91008 aligncenter" title="wordpress-3page" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/wordpress-3page.jpg?323f2c" alt="" width="580" height="270" /></p>
<p>This ultimate guide will teach you:</p>
<ul>
<li>What WordPress is, and why you should use it.</li>
<li>Where to find hosting for your WordPress website.</li>
<li>Key concepts in WordPress.</li>
<li>Finding the theme that&#8217;s right for you.</li>
<li>Blogging and editing content on your new blog.</li>
<li>Basic WordPress SEO tips and tricks.</li>
<li>Promoting your blog and finding readers.</li>
<li>Making money from your blog.</li>
<li>Backing up and recovering your WordPress site.</li>
<li>Optimizing and scaling your site for high traffic.</li>
</ul>
<p style="text-align: center;"><a href="http://www.makeuseof.com/pages/set-up-your-blog-with-wordpress-the-ultimate-guide"><strong>DOWNLOAD Set Up Your Blog With WordPress: Your Ultimate Guide</strong></a></p>
<p style="text-align: center;"><strong><em>The guide is free but password-protected. Gain access to the password by:</em></strong></p>
<p style="text-align: center;"><strong><em>1- subscribing to our newsletter (you may do this on the download page itself, link above). Existing subscribers will receive the guide via email in the next couple of hours.</em></strong></p>
<p style="text-align: center;"><strong><em>OR</em></strong></p>
<p style="text-align: center;"><strong><em>2 – Simply <a href="http://www.facebook.com/makeuseof?sk=app_112097515539177">join our Facebook page</a>. Quick and easy.</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/download-set-blog-wordpress-ultimate-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Control WordPress Versions Using Subversion [Linux]</title>
		<link>http://www.makeuseof.com/tag/control-wordpress-versions-subversion-linux/</link>
		<comments>http://www.makeuseof.com/tag/control-wordpress-versions-subversion-linux/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 17:01:30 +0000</pubDate>
		<dc:creator>Danny Stieben</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=89978</guid>
		<description><![CDATA[Most of you probably already know that WordPress powers a large amount of websites that we look at every day. With the large userbase and support, you can do a lot of cool things with it. While WordPress even offers one-click upgrades to the latest WP versions, some people simply can't use it because their server doesn't support it.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/wordpress-logo-300x300.png?323f2c" alt="subversion version control" />Most of you probably already know that <a href="http://www.makeuseof.com/tags/wordpress">WordPress</a> powers a large amount of websites that we look at every day. With the large userbase and support, you can do a lot of cool things with it. While WordPress even offers one-click upgrades to the latest WP versions, some people simply can&#8217;t use it because their server doesn&#8217;t support it, they don&#8217;t have any <a href="http://www.makeuseof.com/tags/ftp/">FTP</a> accounts (maybe you uploaded files using <a href="http://www.makeuseof.com/tags/ssh/">SSH</a>?), or whatever else the reason may be. If this is the case, you&#8217;ve more than likely had to update your site by manually copying over the new files. However, there&#8217;s really no need to do that anymore, as you can set up your WordPress site in a way where updating is much more simple.</p>
<p>I will be explaining how to create a brand new WordPress blog on your Linux server using Subversion (SVN) as well as how to convert a &#8220;traditional&#8221; installation to an SVN-type installation, as most people who will want to do this probably already have a blog going. This is possible because Automattic (the creators of WordPress) operate a SVN repository that allows this functionality. Without this repository, none of this would work.</p>
<p>Before you start, you&#8217;ll probably need to install the Subversion version control software onto your server. For <a href="http://www.makeuseof.com/tags/ubuntu">Ubuntu</a> and <a href="http://www.makeuseof.com/tags/debian/">Debian</a> servers, use</p>
<pre>sudo apt-get install subversion</pre>
<p>while <a href="http://www.makeuseof.com/tag/linux-fedora-16-beta-distribution/">Fedora</a>/Red Hat/CentOS users should use</p>
<pre>sudo yum install subversion</pre>
<h2>Creating A New Blog</h2>
<p>In order to create a new SVN-controlled WordPress instance, log into your server using a program such as PuTTY, using :
<pre></pre>
<pre>cd /path/to/a/folder</pre>
<p>so you can use</p>
<pre>mkdir blog</pre>
<p>to create a new folder named blog in your current location. Then use</p>
<pre>cd blog</pre>
<p>to go into the new folder, and run</p>
<pre>svn co http://core.svn.wordpress.org/tags/3.2.1 .</pre>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/wordpress_svn_checkout.jpg?323f2c" alt="subversion version control" width="580" height="385" /></p>
<p>to download and install WordPress into the current folder. If there is a newer version, replace 3.2.1 with the latest version. Also, don&#8217;t forget to include that lonesome period (.) at the end of the command as that is needed for the command to run correctly. Wait for the process to complete, then you can go ahead and enter in the correct URL to begin the installation script.</p>
<h2>Converting From &#8220;Traditional&#8221; To SVN</h2>
<p>Converting your blog to be controlled by SVN will require a few new steps. Essentially, this will create a new blog that is SVN-controlled, and move all your content and settings over to that new blog. This isn&#8217;t as invasive as it sounds, and shouldn&#8217;t mess up anything that you currently have on your blog.</p>
<p>To get started, use &#8220;cd&#8221; to go to where your blog folder is located (don&#8217;t actually go into the blog folder). Here we are going to assume that your old blog is in a folder named &#8220;<em>blog</em>&#8221; and your temporary new blog is going to be in a folder named &#8220;<em>blog-new</em>&#8220;. Go ahead and run</p>
<pre>svn co http://core.svn.wordpress.org/tags/3.2.1 blog-new</pre>
<p>which will create the new &#8220;<em>blog-new</em>&#8221; folder and download the necessary files into it. Please make sure that you download the <em>same</em> version as the one you are currently using. So if you&#8217;re not running the latest version, don&#8217;t choose the latest version in this process.</p>
<p>Next we&#8217;re going to go into the old blog folder by running</p>
<pre>cd ../blog</pre>
<p>and then copy the main config file as well as the htaccess file by running</p>
<pre>cp -p wp-config.php .htaccess ../blog-new</pre>
<p>so that these important files are in the new blog folder.</p>
<p>Now we&#8217;re going to copy over the actual content of your blog to the new folder, including plugins, themes, and whatnot. To do this, run</p>
<pre>cp -rpfu wp-content/* ../blog-new/wp-content</pre>
<p>and let that take a couple seconds or more, depending on how large your blog is. WordPress-provided plugins shouldn&#8217;t be affected, but you can double-check to make sure everything is running smoothly by running</p>
<pre>svn status ../blog-new/wp-content</pre>
<p>.</p>
<p>Any files that were modified will have an &#8220;M&#8221; next to them and need to be reverted by using</p>
<pre>svn revert ../blog-new/wp-content/some/file</pre>
<p>.</p>
<p>Any custom files or directories can also be copied by running</p>
<pre>cp -rp images wp-digest ../blog-new</pre>
<p>You can check that everything is copied over correctly and good to go by running</p>
<pre>diff -rq blog/ blog-new/ | grep -v svn</pre>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/wordpress_svn_diff1.jpg?323f2c" alt="subversion version control" width="580" height="163" /></p>
<p>(This is an example after I intentionally removed some files)</p>
<p>We&#8217;re almost done! We&#8217;re now going to move out to the big folder containing the two blog folders by running</p>
<pre>cd ..</pre>
<p>and then renaming them to make the final switch-a-roo by running</p>
<pre>mv blog blog-old; mv blog-new blog</pre>
<p>.</p>
<p>Congrats! Your SVN-controlled blog should now be up and running! If not, you may have forgotten to copy something from the old blog (now located in the renamed folder &#8220;blog-old&#8221;). You can now go ahead and update to the latest version if needed.</p>
<h2>Updating Your Blog</h2>
<p>To update your SVN-controlled WordPress blog, you&#8217;ll need to go into the directory of your blog using the &#8220;cd&#8221; command and then run :</p>
<pre>svn sw http://core.svn.wordpress.org/tags/3.2.1/ .</pre>
<p>which will switch your blog to the newest version. Remember to replace 3.2.1 with the latest version available.</p>
<h2>Conclusion</h2>
<p>For those that support it, Subversion version control is a great version tracking tool that is highly effective, relatively easy to use, and very fast. It&#8217;s a great thing that WordPress can be controlled via SVN, increasing the flexibility of the already-flexible WordPress platform. No wonder it&#8217;s one of the most used frameworks for sites today.</p>
<p>What do you think about WordPress and SVN working together? Have you even known that this was possible? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/control-wordpress-versions-subversion-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Essential First Steps When Starting A WordPress Blog</title>
		<link>http://www.makeuseof.com/tag/10-essential-steps-starting-wordpress-blog/</link>
		<comments>http://www.makeuseof.com/tag/10-essential-steps-starting-wordpress-blog/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 19:01:19 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=90059</guid>
		<description><![CDATA[Having created quite a few blogs, I'd like to think that I have a good system down for those essential first steps, and I hope it can be of use to you too. By following these you'll get a good head start in the world of blogging and hopefully an influx of traffic to give you the motivation to carry on. If you've already started, think of this as a checklist as I'm sure there's a few you haven't done yet.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/blog-featured.jpg?323f2c" alt="how to start your own blog" />Having created quite a few blogs, I&#8217;d like to think that I have a good system down for those essential first steps, and I hope it can be of use to you too. By following these you&#8217;ll get a good head start in the world of blogging and hopefully an influx of traffic to give you the motivation to carry on. If you&#8217;ve already started, think of this as a checklist as I&#8217;m sure there&#8217;s a few you haven&#8217;t done yet.</p>
<h2>1. Good Quality Content Is Always The Best Tactic</h2>
<p>I can&#8217;t tell you how sick I am of hearing people announce their blog when it has less than 5 posts on it and/or consists of nothing more than YouTube videos and re-posted pictures with a one-sentence commentary. If that&#8217;s all you have to say, get a Twitter account or use Tumblr.</p>
<p>Make sure you have, <em>at the very least</em>, <strong>10 quality posts</strong>, but aim for around 30 ideally. By &#8220;<em>quality</em>&#8220;, I mean 400 words or more of your own original content. Never copy content from elsewhere, like these mountains of autoblogs do with our MakeUseOf content&#8230;</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/autoblogged.png?323f2c" alt="how to start your own blog" width="500" height="460" /></p>
<p>Keep your articles focused, grammatically correct and spell checked. If you speak like a <em>valley-girl</em> or have a tendency to write in <em>txtspk</em>, do your best to hide it and take remedial English classes &#8211; no one wants to read that, even your best friends.</p>
<h2>2. Get A Domain</h2>
<p>Spend a whole $10 on a unique, short as you can, relevant domain name &#8211; even if you&#8217;re hosting your blog on a free WordPress.com or Blogger account. Get this right from the beginning and you will save yourself a world of hurt later.</p>
<p>Don&#8217;t be tempted to make up a &#8220;cool&#8221; domain unless you have a rock-solid web service and a VC investment to the tune of a million dollars to market it; and absolutely don&#8217;t get a free domain like <em>.cc</em></p>
<h2>3. Establish A Good Permalink Structure</h2>
<p>Don&#8217;t promote your blog if your URLs still look like <em>mydomain.com/blog?id=1324</em>. Take a minute to go the permalink options in your WordPress settings. Something like <em>mydomain.com/my-article</em> is great.</p>
<p>You might also want to consider installing an <a href="http://wordpress.org/extend/plugins/seo-slugs/">SEO slugs</a> type plugin, which reduces the length of your permalink URLs by removing common words such as <strong>a, the, or</strong>. Shorter URLs are better.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/permalinks.png?323f2c" alt="start a blog" width="580" height="231" /></p>
<h2>4. Change The Tagline</h2>
<p>It&#8217;s just embarrassing to find a blog that still has &#8220;<em>Just another WordPress blog</em>&#8221; in the title or on the theme. You can change it from <em>Settings -&gt; General</em> to something more relevant to your site. Apart from the fact that many themes feature the tagline prominently in the header, it&#8217;s also often used in the meta-titles of your homepage and therefore shown to everyone who finds your site through Google.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/just-another.png?323f2c" alt="start a blog" width="580" height="211" /></p>
<h2>5. Set Up Google Analytics</h2>
<p><a href="http://www.google.com/analytics">Google Analytics</a> is a free traffic report for your website. But what&#8217;s the point of installing Analytics if you don&#8217;t actually have any traffic yet?</p>
<p>Well firstly, motivation. If you have accurate feedback that shows a clear, progressive growth in traffic then you are far less likely to give up. Don&#8217;t wait until you <em>think</em> you have some traffic &#8211; get real feedback, right now.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/analytics.png?323f2c" alt="start a blog" width="486" height="374" /></p>
<p>The second reason &#8211; to find out exactly what&#8217;s popular on your blog; exactly which keywords bring in the most traffic; and make adjustments based on this. Try not to get too caught up in the numbers game yet, but if you find people are coming to your page for a particular topic and leaving quickly, perhaps try to write another post on that topic that&#8217;s more in-depth or targeted more specifically.</p>
<p>My favourite plugin in this area is <a href="http://wordpress.org/extend/plugins/google-analyticator/">Analyticator</a>, as it connects to your Analytics account and lets you choose the profile from a drop down list, avoiding the need to copy and paste any fiddly codes. If you have no idea how to read all your Analytics data yet, just start collecting it anyway and I&#8217;ll go over the major features in a later article.</p>
<h2>6. Google Sitemaps Plugin</h2>
<p>This isn&#8217;t essential, but as far I&#8217;m concerned any helping hand you can give Google to index your blog is a good thing. Get a <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">sitemap generator such as this</a>, set it up correctly to automatically generate whenever you post something, and you&#8217;re halfway sorted.</p>
<h2>7. Webmaster Tools</h2>
<p>This is a <a href="www.google.com/webmasters/tools/">useful, free set of tools from Google</a>. It has a number of functions, one of which involves submitting sitemaps to be indexed. It also keeps a track of 404 errors, and alerts you to malware security issues and even if WordPress updates are available. You could get by without it, but it&#8217;s a nice tool to have under your belt.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/webmaster-tools.png?323f2c" alt="start a wordpress blog" width="580" height="259" /></p>
<h2>8. SEO Friendly Images</h2>
<p>The power of image search should absolutely not be underestimated. Put simply, <a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images">this plugin</a> will add ALT and TITLE tags to your images. You can do this using the WordPress image uploader, but I don&#8217;t know many people who actually bother to do that &#8211; so this plugin does it automatically. By adding these to your image tags, you may find a huge influx of traffic from Google Image search.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/seo-friendly-images-plugin.png?323f2c" alt="how to start your own blog" width="446" height="435" /></p>
<h2>9. Join A Forum</h2>
<p>Find a forum related to your particular topic and establish a presence there. Introduce yourself, make some good quality comments or advice on other threads, help some people out. After that, change your signature to include a link to your website, and repeat. This should give you a small trickle of visitors.</p>
<h2>10. Social Networks</h2>
<p>Be sure to announce your articles on your own social networks &#8211; Facebook, Twitter, Google+, and StumbleUpon &#8211; but don&#8217;t fall into the trap of promoting absolutely everything you write. Pick one or two of your best posts to promote, and you&#8217;ll be far more likely to get a good response and not piss people off in the process.</p>
<p>Done all that? Awesome, you should start seeing results soon. Got any other essential first steps or <a href="http://www.makeuseof.com/pages/best-wordpress-plugins">WordPress plugins</a> you always install? Let us know in the comments!</p>
<p><small>Image credit: <a href="http://www.shutterstock.com/pic.mhtml?id=70906327">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-essential-steps-starting-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>StumbleUpon Offers Export Options For Blogs &amp; Groups [News]</title>
		<link>http://www.makeuseof.com/tag/stumbleupon-offers-export-options-blogs-groups-news/</link>
		<comments>http://www.makeuseof.com/tag/stumbleupon-offers-export-options-blogs-groups-news/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 20:00:46 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=89279</guid>
		<description><![CDATA[As of October 24th, StumbleUpon groups will also cease to exist. StumbleUpon is now offering export options for their blog and groups. If you own a blog with StumbleUpon and wish to continue writing it using HTML, you can use the export tool to export everything, including images and embedded videos, to WordPress.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/2011-10-11-10h54_07.png?323f2c" alt="2011-10-11 10h54_07"/>StumbleUpon is now offering export options for their blog and groups. If you own a blog with StumbleUpon and wish to continue writing it using HTML, you can use the export tool to export everything, including images and embedded videos, to WordPress.  As of October 24th, StumbleUpon groups will also cease to exist, but you can use StumbleUpon’s group export tool to save all your data and continue somewhere else.</p>
<p>To export your StumbleUpon blog into WordPress, you need to log into your account and then point your browser to <a href="www.stumbleupon.com/export_blog.php">the export tool</a>. This will automatically export your entire blog into a file which you can save on your computer. StumbleUpon recommends that you create a new WordPress blog before you import your data and not import it into an existing blog. In the WordPress dashboard, you would need to go to Tools – &gt; Import.</p>
<p>If you want the export file to contain videos, go to your StumbleUpon account settings and check the “Embed videos into your blog” box prior to creating the export file.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/2011-10-11-10h39_21.png?323f2c" alt="2011-10-11 10h39_21" width="524" height="276"/></p>
<p>To import groups, you need to log into your StumbleUpon account, go to the group page and click the “<em>Export Group</em>” link. You should do this before October 24th, after which you will not be able to use groups anymore.</p>
<p>To learn more about exporting from StumbleUpon, visit the <a href="http://www.stumbleupon.com/help/blog-export-guide/">blog export guide</a> and the <a href="http://www.stumbleupon.com/help/group-export-guide/">group export guide</a>.</p>
<p>What do you think of StumbleUpon’s recent moves? How will this affect the way you use StumbleUpon? Let us know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/stumbleupon-offers-export-options-blogs-groups-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Things You Might Not Have Known You Could Do With WordPress</title>
		<link>http://www.makeuseof.com/tag/5-wordpress/</link>
		<comments>http://www.makeuseof.com/tag/5-wordpress/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 19:01:41 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[alternative uses]]></category>
		<category><![CDATA[blogging client]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=88643</guid>
		<description><![CDATA[Being the most versatile blogging system ever, it’s no surprise that developers have twisted and pulled Wordpress into becoming so much more through the clever use of plugins. If you thought Wordpress was only for blogging, think again. Here’s 5 others ways you can use the Wordpress system, with free and premium choices where available.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/wordpress-plugin-featured.jpg?323f2c" alt="things you can do with wordpress" />Being the most versatile blogging system ever, it’s no surprise that developers have twisted and pulled WordPress into becoming so much more through the clever use of plugins. If you thought WordPress was only for blogging, think again. Here’s 5 others ways you can use the WordPress system, with free and premium choices where available.</p>
<h2>E-Commerce &#8211; Your Own Online Shop</h2>
<p>You might be surprised to learn that you can run an entire online store from WordPress, and more importantly you can do it for free.</p>
<p><a href="http://getshopped.org/">WP eCommerce</a> has been the standard for a long time and powers some really impressive sites like <a href="http://icondock.com">Icon Dock</a>. With a free core feature set and premium upgrades (additional payment processors, affiliate managers, etc), it’s the choice of developers with easy to customise templates.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/icon-dock1.jpg?323f2c" alt="things you can do with wordpress" width="580" height="457" /></p>
<p>In terms of out-of-the-box ease of setup for non-technical users though, my favourite is <a href="http://jigoshop.com/tour/">JigoShop</a>, with which you can have an attractive and fully functional shop up in minutes, fully compatible with the default twenty-eleven WordPress theme. Nice!</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/jigoshop.jpg?323f2c" alt="things to do with wordpress" width="580" height="536" /></p>
<h2>Classifieds &amp; Job Listings</h2>
<p>For local sites especially, providing classified ads can be a great resource, as can a jobs site. Be aware that with any systems like these though, you really need a strong initial boost of activity and new users to prevent the site becoming stale. It may be best to create the community first, instead of creating a classifieds or job site from scratch and expecting the users to naturally come.</p>
<p>For classifieds, the best contender by far is <a href="http://www.appthemes.com/themes/classipress/">Classipress</a>, a premium theme for $99 but feature rich and mature with full support. The same developers also make <a href="http://www.appthemes.com/themes/jobroller/">Jobroller</a>, a respected job listing theme at a similar premium price.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/classipress.jpg?323f2c" alt="things to do with wordpress" width="580" height="473" /></p>
<p>On the free side, <a href="http://www.awpcp.com/features/">Another WordPress Classifieds Plugin</a> is an impressive alternative with a good selection of basic features &#8211; including the ability to charge users for listings using Google Checkout or Paypal.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/classifieds.jpg?323f2c" alt="things to do with wordpress" width="580" height="422" /></p>
<p>For free job listings, <a href="http://pento.net/category/projects/wordpress-plugins/job-manager-wordpress-plugins-projects/  ">WordPress Job Manager</a> does an admirable job, and the developer is always active in the support communities and project development. It integrates well, and has fantastic reviews on the plugin repository. If you’re looking to integrate it into your existing design and have the power to easily customise, Job Manager might be a better solution than a costly premium plugin.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/jobs.jpg?323f2c" alt="wordpress tips" width="580" height="275" /></p>
<h2>Membership Subscriptions</h2>
<p>It’s hard to believe that anyone would subscribe to a website in this age of physical newspapers sales declining and sentiment against paywalls running at an all-time high &#8211; but if you’ve got niche knowledge on a topic that doesn’t have the traffic pull for you to make money through regular forms of advertising, then a subscription model may be the way to go.</p>
<p><a href="http://wordpress.org/extend/plugins/membership/">Membership</a> is a well developed free plugin to handle every aspect of running a members-only site, compatible with the latest WordPress and a favourite of many.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/membership.jpg?323f2c" alt="wordpress tips" width="580" height="432" /></p>
<p>On the premium front, <a href="http://member.wishlistproducts.com/">Wishlist Member</a> is widely regarded as the best there is by those who make a living out of this &#8211; but at $99 for a single domain you&#8217;d better be certain of a subscriber base. Luckily, a 30-day free trial lets you decide if it’s right for you. With a full set of training videos, sequential content delivery and integration with a number of payment processors, it really has an expansive feature set.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/wishlist-member.jpg?323f2c" alt="wordpress tips" width="580" height="367" /></p>
<h2>A Reviews Site</h2>
<p>My own <a href="http://ipadboardgames.org">iPad Board Games</a> site is a collaborative reviews site running on WordPress, and uses the fantastic (and free) <a href="http://www.gdstarrating.com/">GD Star Ratings plugin</a> at the core allowing anyone to vote on the games. It is quite a complex plugin with various rating types &#8211; posts, comments, multi-rating blocks, stars or thumb-up/down &#8211; and to get the best of it you really need to read up on the vast templating options. Certainly worth the time involved though, I’m sure you’ll agree.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/ipadboardgames.jpg?323f2c" alt="" width="580" height="430" /></p>
<p>On the premium side, it hard to fault <a href="http://www.wpreviewsite.com/">wpreviewsite</a> in anything but price &#8211; $97 for a single site license, though it is feature rich and works well out of the box for those of you in a hurry.</p>
<p><a href="http://themeforest.net/item/reviewit-review-community-wordpress-theme/109666">ReviewIt</a> is a significantly cheaper theme option at $40 and supports the community plugin BuddyPress as well, but I’m not a fan of fixed theme options as they tend to look quite cookie-cutter.</p>
<h2>Discussion Forum</h2>
<p><a href="http://simple-press.com/">Simple:Press</a> is my choice for any sites that need a fully integrated and WordPress-centric discussion forum. It works right into your existing theme and looks great even without customising it, featuring the full gamut of forum features you’d expect. A full WordPress integration, user accounts remain managed by WordPress, so for tying it to other parts of your site you couldn’t ask for more.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/simplepress.png?323f2c" alt="things you can do with wordpress" width="550" height="409" /></p>
<p>I hope you can see just how powerful WordPress is for rapid website development of a variety of site types &#8211; not just blogs &#8211; and perhaps even gained a little inspiration in the process.</p>
<p>Many of the plugins mentioned today are featured on our freshly published <a href="http://www.makeuseof.com/pages/best-wordpress-plugins/">Best WordPress Plugins</a> page, but be sure to check out the full archives of WordPress tutorials too for lots more general blogging tips and in-depth theme-customization tutorials.</p>
<p><small>Image Credit: <a href="http://www.shutterstock.com/pic.mhtml?id=81908128" rel="nofollow">ShutterStock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-wordpress/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Every Site Owner Must Read &#8211; Best Of: WordPress Plugins</title>
		<link>http://www.makeuseof.com/tag/site-owner-read-wordpress-plugins/</link>
		<comments>http://www.makeuseof.com/tag/site-owner-read-wordpress-plugins/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 13:30:57 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Home Feature]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=88628</guid>
		<description><![CDATA[It's so amazingly easy to start your own website with Wordpress. Anyone can just sign up for an account and start blogging. To host your own Wordpress installation, on the other hand, is a completely different ballgame. To help you bring your site to new heights, we've compiled a list of the best Wordpress plugins that every website administrator should take a look at.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/wordpress.jpg?323f2c" />It&#8217;s so amazingly easy to start your own website with WordPress. Anyone can just sign up for an account and start blogging. To host your own WordPress installation, on the other hand, is a completely different ballgame. To help you bring your site to new heights, we&#8217;ve compiled a list of the best WordPress plugins that every website administrator should take a look at.</p>
<p>Need a forum on your blog? Need to sell stuff? Want a better way to handle user comments? We guarantee that there&#8217;s at least a few plugins that you&#8217;ll find handy on our brand new <a href="http://www.makeuseof.com/pages/best-wordpress-plugins"><strong>Best Of: WordPress Plugins</strong></a> page!</p>
<p><a href="http://www.makeuseof.com/pages/best-wordpress-plugins"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/wordpress-plugins.gif?323f2c" class="aligncenter" /></a></p>
<p>We&#8217;ve skimmed through the internet and found 40 of the best WordPress plugins and compiled them onto the <a href="http://www.makeuseof.com/pages/best-wordpress-plugins"><strong>Best Of: WordPress Plugins</strong></a> page for your convenience. Bookmark the <a href="http://www.makeuseof.com/pages/best-wordpress-plugins"><strong>Best Of: WordPress Plugins</strong></a> page and go back for more! </p>
<p>If we&#8217;ve left out your favourite plugin, please do let us know in the comments section.</p>
<p><strong>Share the page with your friends</strong> using the social sharing buttons right there on the page itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/site-owner-read-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Do An Automated Remote Backup Of Your WordPress Blog</title>
		<link>http://www.makeuseof.com/tag/automated-remote-backup-wordpress/</link>
		<comments>http://www.makeuseof.com/tag/automated-remote-backup-wordpress/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:31:56 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[security tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=87914</guid>
		<description><![CDATA[This weekend, my website got hacked for the first time ever. I figured it was an event that was bound to happen eventually, but I still felt a bit shocked. I was lucky that I had a backup of my website but it made me realize just how dangerous it is to make such infrequent backups. It also made me realize the extent of the damage that could have occurred if the database itself had got hacked.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/hacker.png?323f2c" alt="wordpress site backup" />This weekend, my website got hacked for the first time ever. I figured it was an event that was bound to happen eventually, but I still felt a bit shocked and more than a little surprised that someone would bother to do such a thing. I was lucky that I had a backup of my website which I had made about a month earlier, and since <em>index.php</em> never really changes unless I make a site design change, I was able to replace the defaced file with my original one, and no harm was done.</p>
<p>Still, it made me realize just how dangerous it is to make such infrequent backups. It also made me realize the extent of the damage that could have occurred if the database itself had got hacked &#8211; I could have lost over a month&#8217;s worth of blog posts.</p>
<h2>Protecting Yourself With Automated WordPress Site Backups</h2>
<p>The problem is I just don&#8217;t have time to go in every day, week, or even month, and back up my blog. I&#8217;m sure most of you reading this feel the same way. There really isn&#8217;t a nicely streamlined, automated solution that allows you to schedule a full backup of your files and database, and get the exported backup somewhere off the web server. Aibek listed some <a href="http://www.makeuseof.com/tag/4-free-tools-for-fool-proof-wordpress-backup/">online tools</a> that may help, but in those cases you are dependent on some outside service or website to make it all work.</p>
<h3>Configuring Automatic Backups</h3>
<p>I decided to spend half of my Sunday putting together a solution. The following setup makes use of two scheduling WordPress plugins, <a href="http://www.blogtrafficexchange.com/wordpress-backup/">WordPress Backup</a> and <a href="http://wordpress.org/extend/plugins/wp-dbmanager/">DB Manager</a>.  The first backs up your files, and the second backs up your database &#8211; both on a schedule. In the last part of the article, I&#8217;ll show you how to automate the FTP transfer of those files onto a remote server or PC.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/backup1a.png?323f2c" alt="wordpress site backup" width="544" height="311" /></p>
<p>Your first step is to install the WordPress Backup plugin, taking careful note of the installation instructions and implementing the .htaccess file where required. Then go to the configuration area for it. Here is where you can tell the plugin how often to do a backup of your wordpress uploaded images, theme files and plugins.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/backup2.png?323f2c" alt="backup wordpress blog" width="548" height="454" /></p>
<p>Make note of the backup directory, you&#8217;re going to need this later. The three files stored there will be <em>plugins.zip, uploads.zip</em> and <em>themes.zip</em>.</p>
<p>Next, install the DB Manager plugin. You could also use something like the <a href="http://www.makeuseof.com/tag/how-to-easily-automate-backing-up-your-wordpress-blog/">database plugin Dean described</a>. Pay attent to the .htaccess configuration instructions. Don&#8217;t skip the instructions or the backup won&#8217;t work properly. Go to the Database Options in your WordPress menu and make a note of the backup path.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/backup9.png?323f2c" alt="backup wordpress blog" width="576" height="367" /></p>
<p>There will be multiple files up to the backup archive you define. To FTP these files we&#8217;ll have to use wildcards (I&#8217;ll show you how).</p>
<p>Set up your database backup on a schedule by changing the Automatic Scheduling settings.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/backup10.png?323f2c" alt="backup wordpress blog" width="538" height="373" /></p>
<p>Now that your WordPress files and database will be backed up locally to a location on your web server, it&#8217;s time to schedule an FTP job to get those files off the server and onto your local PC.</p>
<h3>Scheduling An FTP Transfer</h3>
<p>A scheduled FTP transfer is not easy to come by. Most FTP clients that can do it want you to pay for their premium product to do so. To get around this, you need FTP scripting commands that you can schedule, and that&#8217;s exactly what <a href="http://winscp.net/eng/index.php">WinSCP</a> allows you to do.</p>
<p>Download and run the interactive WinSCP app. Once you&#8217;ve established an FTP connection, click on &#8220;<em>Session</em>&#8221; and save the session.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/backup41.png?323f2c" alt="how to backup wordpress" width="494" height="359" /></p>
<p>Once you&#8217;ve saved the session details, you can close the application and then open up a text file. Call it anything you like, but remember the name. You will want to type something similar to the following (replace the paths with the paths above that you&#8217;ve noted as you set up each plugin).</p>
<p>I created a folder on my local server under <em>D:\backup\TSW_Files</em> where I want to FTP all of those files. Under <em>D:\backup\</em>, I placed the following script file called <em>myfile.txt</em>:</p>
<blockquote><pre>option batch on
option confirm off
open topsecretwriters
get public_html/wp-content/xxxxx/themes.zip d:\backup\TSW_Files\
get public_html/wp-content/xxxxx/uploads.zip d:\backup\TSW_Files\
get public_html/wp-content/xxxxx/plugins.zip d:\backup\TSW_Files\
get public_html/wp-content/xxxxxxx-db/*topsec6_topwp.sql.gz d:\backup\TSW_Files\
exit</pre>
</blockquote>
<p>The first path in the &#8220;get&#8221; command is your remote web server path, and the second path is your local backup PC/server path. Next, create a text batch job called <em>backupWP.bat</em> and store it in the <em>c:\program files\WinSCP\</em> folder. That text file should have the following lines:</p>
<blockquote><pre>
@echo off
winscp.com /script=d:\backup\myfile.txt
</pre>
</blockquote>
<p>The myfile.txt script can really be stored anywhere, so long as you keep the path listed in the batch job accurate.</p>
<p>Now, whenever the batch job launches, it will call WinSCP.com, which will in turn run the FTP script commands you defined in your txt file. All you have to do now is schedule <em>backupWP.bat</em> to run using Windows Scheduler (<em>All Programs -&gt; Accessories -&gt; System Tools -&gt; Windows Scheduler</em>).</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/backup8.png?323f2c" alt="how to backup wordpress" width="436" height="314" /></p>
<p>Now, you&#8217;ve basically set up a system where your WordPress block takes regular backups of important WordPress files and the WordPress database to folders on your web server, and you can FTP those backed-up files off your server to a remote location using your daily FTP script.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/backup6.png?323f2c" alt="wordpress site backup" width="579" height="149" /></p>
<p>So, there you have it. Once you&#8217;ve set up the system above, you never have to give backing up your blog another thought. Automating the entire process will free you up to do more important things, like writing your first novel, or playing with your kids. Pretty cool, isn&#8217;t it?</p>
<p>Try the setup above with your own blog and let us know if you were able to make any improvements in the setup, or if you know of any plugins that work as well as these two for a WordPress site backup. Share your thoughts in the comments section below.</p>
<p><small>Image Credit: <a href="http://www.shutterstock.com/pic.mhtml?id=81825655" rel="nofollow">Gualtiero Boffi</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/automated-remote-backup-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/25 queries in 0.038 seconds using apc
Object Caching 711/759 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:58:58 -->
