<?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>WordPress Help and Support &#187; Babs</title>
	<atom:link href="http://www.blogmistress.com/author/babs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogmistress.com</link>
	<description>WordPress website and blog help and support</description>
	<lastBuildDate>Thu, 19 Aug 2010 07:45:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading to WordPress 3.0x</title>
		<link>http://www.blogmistress.com/upgrading-to-wordpress-3-0x/</link>
		<comments>http://www.blogmistress.com/upgrading-to-wordpress-3-0x/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 07:45:21 +0000</pubDate>
		<dc:creator>Babs</dc:creator>
				<category><![CDATA[Upgrades]]></category>

		<guid isPermaLink="false">http://www.blogmistress.com/?p=1927</guid>
		<description><![CDATA[Yes, we have blogged on upgrades before, but it can make a huge difference to your experience if you take your time to carry out backups and deactivate your plugins before hitting that &#8220;Update&#8221; button. So &#8211; step by step &#8211; how to upgrade your WordPress : 1. Install 2 backup plugins: Plugins, Add New [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yes, we have blogged on upgrades before, but it can make a huge difference to your experience if you take your time to carry out backups and deactivate your plugins before hitting that &#8220;Update&#8221; button.</p>
<p>So &#8211; step by step &#8211; how to upgrade your WordPress :</p>
<p>1. Install 2 backup plugins:</p>
<ol>
<li>Plugins, Add New</li>
<li>Search for wp-db-backup, install and activate</li>
<li>Search for WordPress Backup, install and activate</li>
<li>Go to Tools, Backup</li>
<li>Tick everything, select to email backup to your email address, and click Backup now.</li>
<li>Go to Settings, WordPress Backup</li>
<li>Check the settings there (follow the notes provided or shout if you get stuck)</li>
</ol>
<p>Now you should have a full backup of your WordPress &#8211; just in case &#8211; and have regular backups scheduled for peace of mind.</p>
<p>2. De-activate your plugins:</p>
<ol>
<li>Go to Plugins</li>
<li>Select the Active list</li>
<li>Click to select all</li>
<li>then click on the Bulk Actions drop-down and select Deactivate, and Apply</li>
</ol>
<p>And now you can click the Upgrade Automatically button that is offered from the Please Update now  link at the top of your Dashboard.</p>
<p>WordPress will work through the process of upgrading and will mostly not have any problems at all. So then as soon as it&#8217;s complete, you need to then re-activate your plugins:</p>
<ol>
<li>Go to Plugins</li>
<li>Select the Recently Active list</li>
<li>Activate each one individually &#8211; this is where most problems might occur &#8211; if there is any incompatibility between the plugin and the new version of WordPress, it will happen as you work your way though re-activating. Doing it this way tells you which plugin is the cause of any problem.</li>
</ol>
<p>If all is well, you&#8217;re live again and running smoothly.</p>
<p>If you do have a problem, watch out for the next blog post which will take you through how to deal with most issues. You&#8217;ll need your ftp access details for that.</p>
<p>Good luck &#8211; and if you need a hand at any time, pop an email to <a href="javascript:DeCryptX('ifmmpAcmphnjtusftt/dpn')">he&#108;l&#111;&#64;&#98;logmi&#115;t&#114;&#101;&#115;s&#46;&#99;&#111;m</a> and we&#8217;ll get back to you as quickly as we can.</p>
<p>Babs</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.blogmistress.com/upgrading-to-wordpress-3-0x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple columns in WordPress</title>
		<link>http://www.blogmistress.com/simple-columns-in-wordpress/</link>
		<comments>http://www.blogmistress.com/simple-columns-in-wordpress/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:00:50 +0000</pubDate>
		<dc:creator>Babs</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.blogmistress.com/?p=1990</guid>
		<description><![CDATA[Sometimes you want to have columns, nice and neat, easy, with no fancy borders or anything. Simplest thing we&#8217;ve found is to install the WP Columnize plugin. Once activated you do need to carry out a couple of actions to get working: Add your preferred style details to the style.css file for your theme (Appearance, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to have columns, nice and neat, easy, with no fancy borders or anything.</p>
<p>Simplest thing we&#8217;ve found is to install the WP Columnize plugin.</p>
<p>Once activated you do need to carry out a couple of actions to get working:</p>
<p>Add your preferred style details to the style.css file for your theme (Appearance, Editor and be sure to select the style.css file). You can use the plugin creator&#8217;s suggestion here, as follows:</p>
<ol></ol>
<blockquote>
<pre>div.column-sect {
    clear: both;
    display: inline-block;
    overflow: auto;
    }

div.post-column {
    display: inline;
    float: left;
    margin-right: 18px;
    text-align: justify;
    width: 45%;
    }</pre>
</blockquote>
<p>Just add that code to the end of the style.css file, save it and your columns will be nicely formatted.</p>
<p><img class="alignright size-full wp-image-2014" title="column" src="http://www.blogmistress.com/wp-content/uploads/2010/07/column1.jpg" alt="" width="200" height="72" />Next you want to use the columns. With the plugin activated and using the HTML sheet, you will see the two extra buttons &#8211; one for &#8220;column&#8221; and the other &#8220;col-sect&#8221;.</p>
<p>The first thing to do is write your first column, highlight it and click the column button &#8211; this will add the required code to make your first column. Then do the same for your second column. And after that, select both columns and click the col-sect button &#8211; encompassing the whole into a column section. And hey presto &#8211; columns. The plugin programmer offers more detail on <a href="http://darrinb.com/notes/2008/wp-columnize-a-wordpress-plugin-for-creating-columns-in-posts/">his website here</a>.</p>
<p>We&#8217;ll add a short video to this post next week, or if you get stuck, give us a shout.</p>
<p>Babs</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.blogmistress.com/simple-columns-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hosting your WordPress</title>
		<link>http://www.blogmistress.com/hosting-your-wordpress/</link>
		<comments>http://www.blogmistress.com/hosting-your-wordpress/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 08:00:09 +0000</pubDate>
		<dc:creator>Babs</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.blogmistress.com/?p=1539</guid>
		<description><![CDATA[So &#8211; you&#8217;ve decided to work with WordPress, the version that you arrange hosting for so that you can really make the most of the full functionality available, such being limited on the totally free WordPress.com version. And before anything else, you need to know where it will live. Do you want a blog that [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>So &#8211; you&#8217;ve decided to work with WordPress, the version that you arrange hosting for so that you can really make the most of the full functionality available, such being limited on the totally free WordPress.com version.</p>
<p>And before anything else, you need to know where it will live. Do you want a blog that lives within your website&#8217;s domain and hosting? Or is this to be a separate, new project?</p>
<p>What we&#8217;re outlining here are the essentials you need for hosting your WordPress. And if you cannot find the information you need on your host&#8217;s website, just ask &#8211; these are not silly questions, indeed some might think them a tad silly for not making such information easily available!</p>
<p>WordPress offer you the <a href="http://wordpress.org/about/requirements/">wording to send to your hosts</a> asking for the information, as follows:</p>
<blockquote><p>I&#8217;m interested in running the open-source WordPress &lt;http://wordpress.org/&gt; blogging software and I was wondering if my account supported the following:</p>
<ul>
<li>PHP 4.3 or greater</li>
<li>MySQL 4.1.2 or greater</li>
<li>The mod_rewrite Apache module</li>
</ul>
<p>Thanks!</p></blockquote>
<p>Once you know that these requirements are met, we suggest you then consider the pricing, the level of customer service, and also how helpful they can be for WordPress hosting. Some now offer specific packages just for WordPress, so that would certainly suggest they know what they&#8217;re on about. But another thing to consider is how well their servers respond, are the load times good &#8211; if you can visit some of their hosted websites to gauge load times for yourself, that can offer you a further level of confidence in their service.</p>
<p>My current favourite is <a href="http://www.ezpzhosting.co.uk/">ezpzhosting</a> (not an affiliate link) &#8211; for the price, the ease of installing WordPress (a few clicks and it&#8217;s done) and the exceptional support. There are of course plenty other reliable and excellent WordPress hosts, feel free to add yours, with reasons, below.</p>
<p>We have helped people set up their WordPress on some of the bigger names and too often it is not as straightforward as it really should be. So go with a recommendation from someone you trust.</p>
<p>If we can help further, just ask&#8230;</p>
<p>Babs</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.blogmistress.com/hosting-your-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bloggers wanted &#8211; all levels, many topics &#8211; step forward!</title>
		<link>http://www.blogmistress.com/bloggers-wanted-all-levels-many-topics-step-forward/</link>
		<comments>http://www.blogmistress.com/bloggers-wanted-all-levels-many-topics-step-forward/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 12:22:13 +0000</pubDate>
		<dc:creator>Babs</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.blogmistress.com/?p=1922</guid>
		<description><![CDATA[It&#8217;s a privilege to work with and on a number of collaborative blogs, such as the &#8220;on the blog&#8221; brands &#8211; with Birds on the Blog proving to be a huge hit already, especially as Sarah only launched this in January! The Blokes on the Blog soon followed and has promise, and then we have [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a privilege to work with and on a number of collaborative blogs, such as the &#8220;on the blog&#8221; brands &#8211; with <a title="business women blog" href="http://www.birdsontheblog.co.uk">Birds on the Blog</a> proving to be a huge hit already, especially as Sarah only launched this in January! The <a title="blokes blogging" href="http://www.blokesontheblog.co.uk">Blokes on the Blog</a> soon followed and has promise, and then we have a new <a title="kent business blog" href="http://www.kent-business-buzz.co.uk">Kent Business Buzz blog</a> along the same idea.</p>
<p><strong>To build on these and new projects, we need more bloggers</strong>. You don&#8217;t need to be a professional writer, indeed we love encouraging and enabling those of you with an interest to start blogging. And we have plenty of places to publish you! If you don&#8217;t fit a category we may just knit a new one!</p>
<p>So whatever your topics and level of experience, we need you!</p>
<p>Especially:</p>
<ul>
<li><strong>Blokes </strong>- the Blokes on the Blog site includes all kinds of posts with the opinions, family and life blogs as well read as business blogs.</li>
<li><strong>Birds </strong>- already a welcome success &#8211; eclectic and readable &#8211; a strong team with guests always welcome.</li>
<li><strong>Kent business owners</strong> &#8211;  a baby that we know will grow strong and popular &#8211; if you run a business in Kent, jump in.</li>
<li><strong>African heritage </strong>bloggers for a new project.</li>
<li><strong>Mums </strong>who want to blog &#8211; another &#8220;on the blog&#8221; kicking and screaming into the world following overwhelming insistence!</li>
<li><strong>Over 45s</strong> who like to let off steam &#8211; Grumpy Old Bloggers! Go on &#8211; let it out!</li>
</ul>
<p>So if you enjoy writing and keen to spread your words far and wide, or just fancy dipping your toe in the water, then we have a use for you!</p>
<p>Why bother? Well it attracts people to you &#8211; they get to know you, your style, your area of expertise perhaps, or just your way of thinking. Many of us have a secret desire to write, and many of us won&#8217;t get to the book stage &#8211; but we can blog!</p>
<p>Either add a comment below or email <a href="javascript:DeCryptX('ifmmpAcmphnjtusftt/dpn')">&#104;&#101;&#108;l&#111;&#64;blo&#103;&#109;ist&#114;ess&#46;c&#111;m</a> with your ideas, available commitment or if you want to guest, on which topic, or if you just want to explore blogging for the first time. This really can be a good way to find out if it&#8217;s for you and we&#8217;re very helpful!</p>
<p>Guest bloggers always welcome too, so even if you just want to dip your toe in the water, get in touch. We&#8217;ll hold your hand and help all we can.</p>
<p>Babs</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.blogmistress.com/bloggers-wanted-all-levels-many-topics-step-forward/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Now that Akismet is charging&#8230;</title>
		<link>http://www.blogmistress.com/now-that-akismet-is-charging/</link>
		<comments>http://www.blogmistress.com/now-that-akismet-is-charging/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 19:21:33 +0000</pubDate>
		<dc:creator>Babs</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Akismet]]></category>

		<guid isPermaLink="false">http://www.blogmistress.com/?p=1899</guid>
		<description><![CDATA[Image by fullo via Flickr Long recognised as an essential plugin for WordPress blogs and websites, and something we&#8217;ve encouraged you to activate, Akismet does a good job of halting spam comments. Indeed each time we install a new WordPress blog, we&#8217;ve include the activation of the Akismet spam filter as standard- it&#8217;s always seemed [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/34096510@N00/260508555"><img title="akismet" src="http://farm1.static.flickr.com/118/260508555_25f6b871f2_m.jpg" alt="akismet" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image by <a href="http://www.flickr.com/photos/34096510@N00/260508555">fullo</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Long recognised as an essential plugin for WordPress blogs and websites, and something we&#8217;ve encouraged you to activate, <a class="zem_slink" title="Akismet" rel="homepage" href="http://akismet.com">Akismet</a> does a good job of halting spam comments. Indeed each time we install a new WordPress blog, we&#8217;ve include the activation of the Akismet spam filter as standard- it&#8217;s always seemed sensible, being pretty good at what it does, and already sitting there ready for it&#8217;s API key (which makes it work, basically).</p>
<p>But last weekend, for the first time, on popping to the Akismet site for said key, I found that they&#8217;ve started charging for any but personal blogs. Now this is fair enough, in the grand scheme of things &#8211; a good service is provided and they&#8217;re not running a charity, after all.</p>
<p>Now we need to know if it is still the best option for those of us running business or even non-profit WordPress websites or blogs (though they do offer the latter a discount). Is Akismet worth the $5 per month? Should we pay it anyway out of loyalty for a service well provided?</p>
<p>I did ask the fine folk at Akismet what will happen to existing accounts but have yet to receive a reply &#8211; it may be that we&#8217;ll simply find out in due course, perhaps when their next update is due, or they may just let it go &#8211; there are a lot of us! In the meantime we&#8217;re reviewing the alternatives and considering the best service to halt the waves of comment spam. It&#8217;s unlikely that any free service will remain so if the mighty, omnipresent Akismet is now charging, so that needs to be taken into account before changing providers.</p>
<p>We&#8217;ll update you further as we are able. And if you have thoughts, suggestions, ideas for this, please share them&#8230;</p>
<p>Babs</p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_e.png?x-id=0f83335d-7ab1-43c9-9965-0d7352a45bd7" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.blogmistress.com/now-that-akismet-is-charging/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
