<?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>Pootlepress</title>
	<atom:link href="http://www.pootlepress.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pootlepress.co.uk</link>
	<description>WordPress training, design, consultancy and support</description>
	<lastBuildDate>Fri, 18 May 2012 14:42:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>30 simple (but useful) Woothemes Canvas CSS tweaks</title>
		<link>http://www.pootlepress.co.uk/2012/05/woothemes-canvas-css-tweaks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=woothemes-canvas-css-tweaks</link>
		<comments>http://www.pootlepress.co.uk/2012/05/woothemes-canvas-css-tweaks/#comments</comments>
		<pubDate>Tue, 15 May 2012 18:27:21 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress training]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=4830</guid>
		<description><![CDATA[You can do so many cool things with Canvas without having to dive into any code. However, there are times when you'll want to tweak Canvas and with that in mind, I've put together the following list of 30 useful CSS tweaks.]]></description>
			<content:encoded><![CDATA[<script src="https://apis.google.com/js/plusone.js" type="text/javascript">
 {lang: 'en-GB'}
</script>
<script type="text/javascript">gapi.plusone.go();</script>
<p>The Canvas theme framework from <a href="http://www.woothemes.com" target="_blank">Woothemes</a> is in my view, the most flexible and powerful WordPress theme available.</p>
<p>You can do so many cool things with Canvas without having to dive into any code. However, there are times when you&#8217;ll want to tweak Canvas and with that in mind, I&#8217;ve put together the following list of 30 useful CSS tweaks.</p>
<p><em>Note: many of these CSS customisations have been sourced by trawling through the woothemes forums in an attempt to include the most popular and useful requests. If you have your own useful Canvas CSS tweak, please let me know and I will add it to the list!</em></p>
<p><em>Just add the following bits of CSS to your custom.css file (dashboard/appearance/editor) and sit back and marvel at your work.</em><br />
<div class="woo-sc-hr"></div><br />
<em>Share on Facebook, Twitter and Google+</em></p>
<p><div class="woo-sc-twitter left"><a href="http://twitter.com/share" class="twitter-share-button"data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<div class="woo-fblike fl">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.pootlepress.co.uk/2012/05/woothemes-canvas-css-tweaks/&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial&locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:auto; height:25px;"></iframe>
</div>
	<div class="shortcode-google-plusone"><div class="g-plusone"  data-size="standard" data-language="English (UK)" data-annotation="none"></div></div><!--/.shortcode-google-plusone-->

</p>
<div class="woo-sc-hr"></div>
<h2 style="text-align: center;">30 Canvas CSS tweaks</h2>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#1: Remove Page Titles</strong></span></p>
<pre>.page .title {
display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#2: Remove page title from a specific page</strong></span><br />
<em><span style="color: #888888;">Change the page id 200 for this one to work</span></em></p>
<pre>.page-id-200 .title {
display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#3: Remove image border</strong></span></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<div><code>.entry img, img.thumbnail {</code></div>
<div><code>  </code><code>background</code><code>: </code><code>none</code><code>;</code></div>
<div><code>  </code><code>border</code><code>: </code><code>medium</code> <code>none</code><code>;</code></div>
<div><code>  </code><code>padding</code><code>: </code><code>5px</code><code>;</code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#4: Change colour of drop down menus</strong></span></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<div><code>/* Changes the default background color of the drop down menus */</code></div>
<div><code>.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a { </code><code>background</code><code>:</code><code>#D0D9E0</code><code>; }</code></div>
<div></div>
<div><code>/* Changes the hover background, text and text shadow color  */</code></div>
<div><code>.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul:hover { </code><code>background</code><code>:</code><code>#316594</code><code>; </code><code>color</code><code>:</code><code>#FFFFFF</code><code>; </code><code>text-shadow</code><code>:</code><code>0</code> <code>1px</code> <code>0</code> <code>#000</code><code>;}</code></div>
<div></div>
<div><code>/* Changes the default background color of a drop down menu with a child */</code></div>
<div><code>.nav li ul li, .nav li.sfHover ul li a.sf-with-ul { </code><code>background</code><code>: </code><code>none</code> <code>repeat</code> <code>scroll</code> <code>0</code> <code>0</code> <code>#D0D9E0</code><code>; }</code></div>
</div>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#5: Change the header image per page</strong></span></p>
<p><em><span style="color: #888888;">To change the header background image per page use the following. xxxx is whatever the page id number is for the page.</span></em></p>
<pre>.page-id-xxxx #header {
    background: url("imageurl") no-repeat scroll 0 0 transparent; }</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#6: Remove next/previous buttons on Magazine slider</strong></span></p>
<pre>  .magazine #loopedSlider a.previous, .magazine #loopedSlider a.next {
  display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#7: To change the colour and transparency of block text on sliders</strong></span></p>
<pre>#loopedSlider .content p, #loopedSlider .content h2 {
background:rgba(255, 255, 255, 0.7);
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#8: Remove white space above the slider</strong></span></p>
<pre>#navigation {
margin-bottom: 0px;
}
.home .breadcrumbs {
margin-bottom: 0;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#9: Remove breadcrumbs from your homepage</strong></span></p>
<pre>.home .breadcrumb {
    display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#10: Remove space between Header and Primary Navigation</strong></span></p>
<pre>#logo a img {
    display: block;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#11: Align top menu to the right</strong></span></p>
<pre>#top-nav {
    float: right;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#12: Change the background colour of Sliders<br />
</strong></span></p>
<pre>#loopedSlider .slides { background: #EEE;}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#13: Add padding to Wootabs</strong></span></p>
<pre>#woo_tabs-3.widget {
    padding: 0;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#14: Remove the footer on the homepage</strong></span></p>
<pre>.home #footer-widgets {
    display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#15: Add underline hover to navigation items</strong></span></p>
<pre>.nav a:hover {
    text-decoration: underline;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#16: Customise caption style<br />
</strong></span></p>
<pre>.entry .wp-caption-text {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}</pre>
<p>&nbsp;</p>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#17: Delete Author and Post date</strong></span></p>
<pre>.post-meta { display:none; }</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#18: Add rounded corners to Portfolios<br />
</strong></span></p>
<pre>#portfolio img {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#19: Add an image to the footer area</strong></span></p>
<pre>#footer {
background:url(&lt;a href="http://link-to-your-image.com/image.jpg" rel="nofollow"&gt;

http://link-to-your-image.com/image.jpg&lt;/a&gt;);

}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#20: Remove &#8216;comments are closed&#8217; message</strong></span></p>
<pre>.nocomments {
display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#21: Remove the words &#8216;You are here&#8217; in breadcrumbs</strong></span></p>
<pre>.breadcrumb-title {
    display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#22: Centre &#8216;Comments and Continue reading&#8217;</strong></span></p>
<pre>a.more-link {
    display: block;
    text-align: center;
}

.post-more {
    text-align: center;
}</pre>
<p><div class="woo-sc-hr"></div><br />
<span style="color: #ff6600;"><strong>#23: Centre Navigation </strong></span></p>
<p><span style="color: #888888;"><em>Change the value 400 to center</em></span></p>
<pre>#main-nav {
float: none;
margin: 0 auto;
width: 400px;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#24: Change the background colour of Main Content</strong></span></p>
<pre>#main {
   background: #fff;
}
<div class="woo-sc-hr"></div></pre>
<p><span style="color: #ff6600;"><strong>#25: Change Sidebar Background Colour</strong></span></p>
<pre>#sidebar {
    background: url("imageurl") repeat scroll 0 0 #FFFFFF;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#26: Remove the Header (completely!)</strong></span></p>
<pre>#header {
    display: none;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#27: Remove Space between Header and Navigation</strong></span></p>
<pre>#header {
    background-position: center bottom;
}</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#28: Change the default height of the Magazine Grid<br />
</strong></span></p>
<pre>.magazine .block { min-height: 400px; }</pre>
<div class="woo-sc-hr"></div>
<p><span style="color: #ff6600;"><strong>#29: Change font for a single post</strong></span></p>
<p><span style="color: #888888;"><em>1066 is the id of the post in question</em></span></p>
<pre>.postid-1066 .entry, .postid-1066 .entry p {
font: normal 16px/1.5em Antic;
color: #555;
}</pre>
<div class="woo-sc-hr"></div>
<p><strong><span style="color: #ff6600;">#30: Change Category link colours </span></strong></p>
<pre>.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited
{ text-decoration: underline; color:#888; }</pre>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/05/woothemes-canvas-css-tweaks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>3 great looking WordPress Xpress websites</title>
		<link>http://www.pootlepress.co.uk/2012/05/3-great-looking-wordpress-xpress-websites/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-great-looking-wordpress-xpress-websites</link>
		<comments>http://www.pootlepress.co.uk/2012/05/3-great-looking-wordpress-xpress-websites/#comments</comments>
		<pubDate>Fri, 04 May 2012 04:56:38 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Xpress]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=4635</guid>
		<description><![CDATA[We’ve been really busy in the last few weeks and below are some of our latest WordPress Xpress websites.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been really busy in the last few weeks and below are some of our latest <a href="http://www.pootlepress.co.uk/our-wordpress-training-courses/wordpress-xpress/">WordPress Xpress</a> websites. With WordPress Xpress you learn WordPress + build your website in just 1 day. WordPress Xpress costs £395 + vat. For more information email <a href="mailto: jamiemarsland@pootlepress.co.uk">jamiemarsland@pootlepress.co.uk</a> or call/text 07909 449617.</p>
<div class="woo-sc-hr"></div>
<h3>Zoe Maxwell</h3>
<p>Zoe Maxwell is a free-lance photographer in London. This site features Zoe&#8217;s photography with a beautiful full screen slider for the home page and individual galleries for each of her projects.<strong><br />
</strong></p>
<p><a href="http://www.pootlepress.co.uk/wp-content/uploads/2011/05/IMG_1466.png"><img class="aligncenter" title="zoe maxwell wordpress website" src="http://www.pootlepress.co.uk/wp-content/uploads/2011/05/IMG_1466.png" alt="zoe maxwell wordpress website" width="550" height="410" /></a></p>
<p><em>&#8220;After putting off getting someone else to build a website for years, mainly because I couldn’t get my head around not being able to manage the content myself, learning how to use WordPress seemed like the answer. I feel very fortunate that I came across Pootlepress, followed my intuition and booked a one-day website building course with Jamie. Jamie’s approach, support, knowledge and personality have made the whole process a joy. Leading up to the day he was on email to answer all my questions and recommend possible themes, the day was really fun not to mention productive – in a few hours I had a website I really liked and actually understood, and the follow-up support has been fantastic. I would recommend the course 100%. Thank you Jamie!&#8221;<strong><br />
Zoe Maxwell</strong></em></p>
<p><a href="http://www.zoemaxwell.com" target="_blank">www.zoemaxwell.com</a></p>
<div class="woo-sc-hr"></div>
<h3>Popsy and Peanut</h3>
<p>Popsy and Peanut is an online shop built with <a href="http://www.woothemes.com/woocommerce/" target="_blank">woocommerce</a> from <a href="http://www.woothemes.com" target="_blank">woothemes</a>. It features a beautiful product slider on the home page and full integration into paypal for online payment. It has full shopping cart functionality and over 200 products.</p>
<p>&nbsp;</p>
<p><a href="http://www.pootlepress.co.uk/wp-content/uploads/2011/05/IMG_1465.png"><img class="aligncenter" title="popsy and peanut wordpress website" src="http://www.pootlepress.co.uk/wp-content/uploads/2011/05/IMG_1465.png" alt="popsy and peanut wordpress website" width="549" height="409" /></a></p>
<p><em>&#8220;I am absolutely delighted with the very professional-looking website that Jamie managed to produce in one day! I also had the opportunity to develop my own skill set to enable me to maintain the website myself. The perfect solution if you are a start-up business looking for an efficient and cost-effective e-commerce solution. Would highly recommend!&#8221;</em><strong><em><br />
Jo Potter &#8211; Owner</em><br />
</strong></p>
<p>Launching soon at <a href="http://www.popsyandpeanut.com" target="_blank">www.popsyandpeanut.com</a><br />
<div class="woo-sc-hr"></div></p>
<h3>Princess and the Pram</h3>
<p>The Princess and the Pram is a great new blog that has just launched in London. We&#8217;re really proud of it&#8217;s lovely clean design that really lets the great content shine out.</p>
<p><a href="http://www.pootlepress.co.uk/wp-content/uploads/2011/05/IMG_1464.png"><img class="aligncenter" title="princess and the pram wordpress website" src="http://www.pootlepress.co.uk/wp-content/uploads/2011/05/IMG_1464.png" alt="princess and the pram wordpress website" width="550" height="729" /></a></p>
<p><em>&#8220;Feeling baffled after reading some WordPress guides I knew it would take me an age to get my blog to a state I would be happy with it. Instead after googling WordPress training I came across Pootlepress and booked Jamie. In less than 5 hours of arriving at my door my blog was up and running and looking fantastic. Super patient and clear Jamie is a great teacher who has instilled confidence in me to be able to manage my own site competently and on my own. Not being massively technically minded no question seemed too small or ignorant and Jamie has been a support ever since. Would highly recommend if you want your website up and running and don&#8217;t want to get lost on the way!&#8221;</em></p>
<div><strong><em>Alex aka Princess</em></strong></div>
<p><a href="http://www.princessandthepram.co.uk/" target="_blank">www.princessandthepram.co.uk</a></p>
<div class="woo-sc-hr"></div>
<p>
<div class="woo-fblike none">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.pootlepress.co.uk/2012/05/3-great-looking-wordpress-xpress-websites/&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial&locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:auto; height:25px;"></iframe>
</div>
	 <div class="woo-sc-twitter left"><a href="http://twitter.com/share" class="twitter-share-button"data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/05/3-great-looking-wordpress-xpress-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO and WordPress tutorial now available on the Pootlepress Academy</title>
		<link>http://www.pootlepress.co.uk/2012/05/seo-and-wordpress-tutorial-now-available-on-the-pootlepress-academy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=seo-and-wordpress-tutorial-now-available-on-the-pootlepress-academy</link>
		<comments>http://www.pootlepress.co.uk/2012/05/seo-and-wordpress-tutorial-now-available-on-the-pootlepress-academy/#comments</comments>
		<pubDate>Fri, 04 May 2012 04:41:47 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[pootlepress academy]]></category>
		<category><![CDATA[Wordpress training]]></category>
		<category><![CDATA[mag]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=4628</guid>
		<description><![CDATA[Today we release our latest Pootlepress Academy tutorial ‘SEO and WordPress’. This tutorial teaches you how to optimise your WordPress website so that you get the best possible results in Google.]]></description>
			<content:encoded><![CDATA[<p>Today we release our latest Pootlepress Academy tutorial <strong>&#8216;SEO and WordPress&#8217;</strong>. This tutorial teaches you how to optimise your WordPress website so that you get the best possible results in Google.</p>
<p><strong><img class="alignright size-medium wp-image-4629" title="SEO and WordPress tutorial" src="http://www.pootlepress.co.uk/wp-content/uploads/2012/05/Screen-Shot-2012-05-03-at-17.01.37-300x205.png" alt="SEO and WordPress tutorial picture" width="300" height="205" />Course contents</strong><br />
Featuring: 6 videos<br />
Running time: 31 mins<br />
<strong> </strong></p>
<ul>
<li>Google Search results explained</li>
<li>How Google ranks your site</li>
<li>A great way to do your keyword research</li>
<li>How to check on your competitors</li>
<li>How to optimise your WordPress website</li>
<li>How to use the ‘Yoast SEO plugin’ for WordPress</li>
<li>How to track your ranking</li>
<li>How to check your site for SEO problems</li>
<li>An SEO checklist</li>
</ul>
<p>For existing Academy members <a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/" target="_blank">click here</a> to get started.</p>
<p>For those of you interested in joining, <a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/" target="_blank">click here to join</a> the Academy. It costs just £49.95 per year and gives you access to all our online training tutorials, plus support through our members only support forum.</p>
<p>Current tutorials include:</p>
<ol>
<li><a href="http://www.pootlepress.co.uk/wordpress-essentials/" target="_blank">WordPress Essentials</a></li>
<li><a href="http://www.pootlepress.co.uk/adding-a-forum-to-wordpress/" target="_blank">How to add a Forum to your WordPress website</a></li>
<li><a href="http://www.pootlepress.co.uk/how-to-build-an-online-shop-with-wordpress/" target="_blank">How to build an Online Shop with WordPress</a></li>
<li><a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/" target="_blank">Woothemes Canvas Masterclass</a></li>
<li><a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/woothemes-whitelight-theme-tutorial-2/" target="_blank">Whitelight theme tutorial</a></li>
<li><a href="http://www.pootlepress.co.uk/how-to-build-a-business-directory-with-wordpress-2/" target="_blank">How to build a Business Directory with WordPress</a></li>
<li><a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/seo-and-wordpress-tutorial/" target="_blank">SEO and WordPress</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/05/seo-and-wordpress-tutorial-now-available-on-the-pootlepress-academy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add your own links to the Canvas footer area</title>
		<link>http://www.pootlepress.co.uk/2012/05/how-to-add-page-your-own-links-to-the-canvas-footer-area/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-page-your-own-links-to-the-canvas-footer-area</link>
		<comments>http://www.pootlepress.co.uk/2012/05/how-to-add-page-your-own-links-to-the-canvas-footer-area/#comments</comments>
		<pubDate>Wed, 02 May 2012 16:45:15 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[WordPress tips and tricks]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=4515</guid>
		<description><![CDATA[Here is a very quick tutorial on how to add links to the Canvas footer area.]]></description>
			<content:encoded><![CDATA[Here is a very quick tutorial on how to add links to the Canvas footer area.  And here is the html you will need&#8230; &lt;a href=&#8221;http://www.pootlepress.co.uk/terms-and-conditions&#8221;&gt;Terms and Conditions&lt;/a&gt; Just replace http://www.pootlepress.co.uk/terms-and-conditions with the link to your actual page. &nbsp; ]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/05/how-to-add-page-your-own-links-to-the-canvas-footer-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get BBPress forums working with Woothemes Canvas</title>
		<link>http://www.pootlepress.co.uk/2012/04/how-to-get-bbpress-forums-working-with-woothemes-canvas/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-bbpress-forums-working-with-woothemes-canvas</link>
		<comments>http://www.pootlepress.co.uk/2012/04/how-to-get-bbpress-forums-working-with-woothemes-canvas/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 07:25:31 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[WordPress tips and tricks]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=4391</guid>
		<description><![CDATA[Unfortunately a recent update of Woothemes Canvas caused a problem with BBPress. Namely BBPress no longer displays properly and is broken. However there is a simple fix and below I detail how to get both Canvas and BBPress working nicely together. ]]></description>
			<content:encoded><![CDATA[Unfortunately a recent update of Woothemes Canvas caused a problem with BBPress. Namely BBPress no longer displays properly and is broken. However there is a very simple fix and below I detail how to get both Canvas and BBPress working nicely together. Step 1 Download these 2 files content-archive-forum.php content-archive-topic.php &nbsp; Step 2 Upload both [...]]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/04/how-to-get-bbpress-forums-working-with-woothemes-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the new Academy &#8216;tips and tricks&#8217; section</title>
		<link>http://www.pootlepress.co.uk/2012/04/welcome-to-the-new-academy-tips-and-tricks-section/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=welcome-to-the-new-academy-tips-and-tricks-section</link>
		<comments>http://www.pootlepress.co.uk/2012/04/welcome-to-the-new-academy-tips-and-tricks-section/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 06:29:37 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[WordPress tips and tricks]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=4256</guid>
		<description><![CDATA[This is a new section for Pootlepress Academy members. We'll use it to update you with smaller tutorials and WordPress tips, tricks and news. If there are any specific tips and tricks you would like us to cover - or that you have discovered yourself - please get in touch and let us know by leaving a comment below. ]]></description>
			<content:encoded><![CDATA[This is a new section for Pootlepress Academy members. We&#8217;ll use it to update you with smaller tutorials and WordPress tips, tricks and news. If there are any specific tips and tricks you would like us to cover &#8211; or that you have discovered yourself &#8211; please get in touch and let us know by [...]]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/04/welcome-to-the-new-academy-tips-and-tricks-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to build a Business Directory with WordPress</title>
		<link>http://www.pootlepress.co.uk/2012/04/learn-how-to-build-a-business-directory-with-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=learn-how-to-build-a-business-directory-with-wordpress</link>
		<comments>http://www.pootlepress.co.uk/2012/04/learn-how-to-build-a-business-directory-with-wordpress/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 18:46:17 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[pootlepress academy]]></category>
		<category><![CDATA[Wordpress training]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=4118</guid>
		<description><![CDATA[Our latest Pootlepress Academy tutorial teaches you ‘step by step’ how to build a great looking Business Directory. It uses the brilliant Listings theme from Woothemes. The Listings theme is our favorite way to build a Business Directory with WordPress. ]]></description>
			<content:encoded><![CDATA[<p>Our latest <a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/">Pootlepress Academy</a> tutorial teaches you ‘step by step’ how to build a great looking Business Directory. It uses the brilliant Listings theme from Woothemes. The Listings theme is our favorite way to build a Business Directory with WordPress. To see an example of what you will learn to build take a look at this website – <a href="http://directory.leckhamptononline.co.uk/" target="_blank">click here to view</a>.</p>
<p>The tutorial is free for all Pootlepress Academy members. The Academy costs £49.95 per year to join, and this give you access to all our online training courses, plus access to our &#8216;members only&#8217; support forums. <a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/">Click here for more information on the Academy.</a></p>
<div class="woo-sc-box normal   full">
<a href="http://www.pootlepress.co.uk/wp-content/uploads/2011/12/Screen-Shot-2012-04-10-at-17.15.08.png"><img class="wp-image-4086 alignright" title="Create your own Business Directory in WordPress" src="http://www.pootlepress.co.uk/wp-content/uploads/2011/12/Screen-Shot-2012-04-10-at-17.15.08.png" alt="" width="300" height="314" /></a><div class="shortcode-unorderedlist tick"></p>
<ul>
<li>Introduction to the theme</li>
<li>Installation and configuration</li>
<li>A look at Listing options</li>
<li>How to create your directory</li>
<li>How to organise listings</li>
<li>How to configure your home page</li>
<li>How to add a featured slider</li>
<li>How to customise the design</li>
<li>How to customise your menu</li>
<li>How to customise search options</li>
<li>How to create an image gallery for each business listing</li>
<li>How to create an &#8216;upload your listings page&#8217;</li>
</ul>
<p></div>
</p>
</div>
<h3>Example WordPress Essentials video tutorial</h3>
<p>Here is a sample video from the WordPress Essentials tutorial. This video is best watched full screen by clicking this icon <img src="../wp-content/uploads/2011/12/Screen-Shot-2011-12-17-at-19.03.42.png" alt="" width="23" height="24" /> once the video is playing.</p>
<p><iframe src="http://player.vimeo.com/video/40101758?portrait=0" frameborder="0" width="601" height="338"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/04/learn-how-to-build-a-business-directory-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celebrating 50 Pootlepress Academy members with a brand new Woothemes tutorial</title>
		<link>http://www.pootlepress.co.uk/2012/03/50-pootlepress-academy-members-with-a-brand-new-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=50-pootlepress-academy-members-with-a-brand-new-tutorial</link>
		<comments>http://www.pootlepress.co.uk/2012/03/50-pootlepress-academy-members-with-a-brand-new-tutorial/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 05:19:54 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[pootlepress academy]]></category>
		<category><![CDATA[Wordpress training]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=3936</guid>
		<description><![CDATA[Exciting times at Pootlepress HQ. Yesterday our 50th member joined the Pootlepress Academy and today we release our latest tutorial based on the brilliant Whitelight theme from Woothemes. The Woothemes Whitelight theme tutorial includes everything you need to know to build a great looking site for your business or organisation.]]></description>
			<content:encoded><![CDATA[<p>Exciting times at Pootlepress HQ. Yesterday our 50th member joined the <a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/">Pootlepress Academy</a> and today we release our latest tutorial based on the brilliant Whitelight theme from Woothemes.</p>
<p><a href="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/Screen-Shot-2012-03-27-at-16.04.221.png"><img class="alignright size-medium wp-image-3937" title="Woothemes Whitelight theme tutorial" src="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/Screen-Shot-2012-03-27-at-16.04.221-300x252.png" alt="Woothemes Whitelight theme tutorial" width="300" height="252" /></a>The Woothemes Whitelight theme tutorial includes everything you need to know to build a great looking site for your business or organisation.</p>
<p>The Whitelight theme features a clean design, a customized modular homepage, an image slider, and integrated e-commerce with WooCommerce. Whitelight is a responsive theme – this means it will flex to fit the device it is being viewed on (automatically). Check out the website that I built to put together this tutorial <a href="http://www.pootlepress-sailing.co.uk/" target="_blank">www.pootlepress-sailing.co.uk</a>. Also be sure to check it out on your mobile phone or ipad!</p>
<p><strong>Woothemes Whitelight theme course contents</strong></p>
<ul>
<li>Introduction to the theme</li>
<li>Installation and configuration</li>
<li>How theme options work</li>
<li>Setting up components</li>
<li>How to set up your homepage</li>
<li>How to add widgets to your homepage</li>
<li>How to set up features and blog posts on your homepage</li>
<li>How to insert a slider</li>
<li>How to personalise the design</li>
<li>How to upload your own logo</li>
<li>How to set up menus</li>
<li>How to set up your own shop</li>
</ul>
<p>If you would like to join the Pootlepress Academy <a href="../wordpress-video-tutorials/">click here to join</a>. It costs just £49.95 per year and gives you access to all our online training tutorials, plus support through our members only support forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/03/50-pootlepress-academy-members-with-a-brand-new-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woothemes Whitelight tutorial to be released on the 28th March</title>
		<link>http://www.pootlepress.co.uk/2012/03/woothemes-whitelight-tutorial-to-be-released-on-the-28th-march/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=woothemes-whitelight-tutorial-to-be-released-on-the-28th-march</link>
		<comments>http://www.pootlepress.co.uk/2012/03/woothemes-whitelight-tutorial-to-be-released-on-the-28th-march/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 07:48:26 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[pootlepress academy]]></category>
		<category><![CDATA[Wordpress training]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=3793</guid>
		<description><![CDATA[We are busy putting the finishing touches to our latest WordPress e-learning tutorial. This will be based on the brilliant Whitelight theme from Woothemes and will be available from March 28th for all Pootlepress Academy members. Whitelight is one of our favourite WordPress themes and includes a fully responsive design, featured slider, custom homepage, optional [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/Screen-Shot-2012-03-22-at-07.35.09.png"><img class="wp-image-3794 alignright" title="Screen Shot 2012-03-22 at 07.35.09" src="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/Screen-Shot-2012-03-22-at-07.35.09-1024x599.png" alt="" width="299" height="174" /></a><strong></strong>We are busy putting the finishing touches to our latest WordPress e-learning tutorial. This will be based on the brilliant Whitelight theme from <a href="http://www.woothemes.com" target="_blank">Woothemes</a> and will be available from March 28th for all <a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/">Pootlepress Academy</a> members.</p>
<p>Whitelight is one of our favourite WordPress themes and includes a fully responsive design, featured slider, custom homepage, optional integrated Woocommerce, custom typography, custom widgets and styling options so that you can personalise your website.</p>
<p>For more information on joining our Academy visit our <a href="http://www.pootlepress.co.uk/wordpress-video-tutorials/">Pootlepress Academy</a> page.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/03/woothemes-whitelight-tutorial-to-be-released-on-the-28th-march/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some pics from our latest WordPress training course in Cheltenham</title>
		<link>http://www.pootlepress.co.uk/2012/03/some-pics-from-our-latest-wordpress-training-course-in-cheltenham/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=some-pics-from-our-latest-wordpress-training-course-in-cheltenham</link>
		<comments>http://www.pootlepress.co.uk/2012/03/some-pics-from-our-latest-wordpress-training-course-in-cheltenham/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 14:16:34 +0000</pubDate>
		<dc:creator>Jamie Marsland</dc:creator>
				<category><![CDATA[Wordpress training]]></category>

		<guid isPermaLink="false">http://www.pootlepress.co.uk/?p=3751</guid>
		<description><![CDATA[Here are some pictures from our latest WordPress training course that we held in Cheltenham yesterday. We had a great day, with a great group.]]></description>
			<content:encoded><![CDATA[<p>Here are some pictures from our latest <a href="http://www.pootlepress.co.uk/wordpress-training/">WordPress training course</a> that we held in Cheltenham yesterday. We had a great day, with a great group.</p>

<a href='http://www.pootlepress.co.uk/2012/03/some-pics-from-our-latest-wordpress-training-course-in-cheltenham/img_0968/' title='wordpress training cheltenham'><img width="150" height="150" src="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/IMG_0968-150x150.jpg" class="attachment-thumbnail" alt="wordpress training cheltenham" title="wordpress training cheltenham" /></a>
<a href='http://www.pootlepress.co.uk/2012/03/some-pics-from-our-latest-wordpress-training-course-in-cheltenham/img_0969/' title='wordpress training cheltenham'><img width="150" height="150" src="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/IMG_0969-150x150.jpg" class="attachment-thumbnail" alt="wordpress training cheltenham" title="wordpress training cheltenham" /></a>
<a href='http://www.pootlepress.co.uk/2012/03/some-pics-from-our-latest-wordpress-training-course-in-cheltenham/img_0970/' title='wordpress training in cheltenham'><img width="150" height="150" src="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/IMG_0970-150x150.jpg" class="attachment-thumbnail" alt="wordpress training in cheltenham" title="wordpress training in cheltenham" /></a>
<a href='http://www.pootlepress.co.uk/2012/03/some-pics-from-our-latest-wordpress-training-course-in-cheltenham/img_0971/' title='WordPress training in Cheltenham'><img width="150" height="150" src="http://www.pootlepress.co.uk/wp-content/uploads/2012/03/IMG_0971-150x150.jpg" class="attachment-thumbnail" alt="WordPress training in Cheltenham" title="WordPress training in Cheltenham" /></a>

<p>We have also just announced new dates for our next <a href="http://www.pootlepress.co.uk/wordpress-training/cheltenham-wordpress-training-course-details/">Cheltenham</a>, <a href="http://www.pootlepress.co.uk/wordpress-training/manchester-wordpress-training-course-details/">Manchester</a>, <a href="http://www.pootlepress.co.uk/wordpress-training/edinburgh-wordpress-training-course-details/">Edinburgh</a> and <a href="http://www.pootlepress.co.uk/wordpress-training/london-wordpress-training-course-details/">London</a> WordPress training courses and these can be found below. If you would like to book place please visit here <a href="http://www.pootlepress.co.uk/wordpress-training/">Learn WordPress in 1 day</a>.</p>

<table id="wp-table-reloaded-id-1-no-1" class="wp-table-reloaded wp-table-reloaded-id-1">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">Dates</th><th class="column-2">Location</th><th class="column-3">Places available</th><th class="column-4">Price per person</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">21st May</td><td class="column-2">London</td><td class="column-3">SOLD OUT</td><td class="column-4">SOLD OUT</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">24th May</td><td class="column-2">Exeter</td><td class="column-3">SOLD OUT</td><td class="column-4">SOLD OUT</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">31st May</td><td class="column-2">Cheltenham</td><td class="column-3">2</td><td class="column-4">£95 + vat</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">12th June</td><td class="column-2">London</td><td class="column-3">2</td><td class="column-4">£95 + vat</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">15th June</td><td class="column-2">Manchester</td><td class="column-3">4</td><td class="column-4">£95 + vat</td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1">21st June</td><td class="column-2">London</td><td class="column-3">7</td><td class="column-4">£95 + vat</td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1">25th June</td><td class="column-2">Cheltenham</td><td class="column-3">8</td><td class="column-4">£95 + vat</td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1">2nd July</td><td class="column-2">Edinburgh</td><td class="column-3">8</td><td class="column-4">£95 + vat</td>
	</tr>
	<tr class="row-10 even">
		<td class="column-1">9th July</td><td class="column-2">Exeter</td><td class="column-3">8</td><td class="column-4">£95 + vat</td>
	</tr>
</tbody>
</table>

]]></content:encoded>
			<wfw:commentRss>http://www.pootlepress.co.uk/2012/03/some-pics-from-our-latest-wordpress-training-course-in-cheltenham/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

