<?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>Profit Masters Limited</title>
	<atom:link href="http://www.profit-masters-ltd.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.profit-masters-ltd.com</link>
	<description>Business Consultancy, Online &#38; Offline Sales &#38; Marketing Strategy based in Cheshire, UK</description>
	<lastBuildDate>Fri, 16 Sep 2011 13:17:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Let Your Readers Promote Your Blog Posts For You Using A Tell A Friend Script</title>
		<link>http://www.profit-masters-ltd.com/how-to-let-your-readers-promote-your-blog-posts-for-you-using-a-tell-a-friend-script/</link>
		<comments>http://www.profit-masters-ltd.com/how-to-let-your-readers-promote-your-blog-posts-for-you-using-a-tell-a-friend-script/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 13:04:45 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Recommended Wordpress Plugins]]></category>
		<category><![CDATA[Website & Blog Basics]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Viral Marketing]]></category>
		<category><![CDATA[Wordpress Basics]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[wp-email]]></category>
		<category><![CDATA[wp-print]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=312</guid>
		<description><![CDATA[Recommendations by &#8216;word of mouth&#8217; are extremely valuable for any business so why not make it easy for your blog or website readers to spread the word? Whilst your readers are perfectly capable of cutting &#38; pasting your URL into an email, instead there is a great wordpress plugin called &#8216;wp-email&#8216; which adds a clickable [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fhow-to-let-your-readers-promote-your-blog-posts-for-you-using-a-tell-a-friend-script%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>Recommendations by &#8216;word of mouth&#8217; are extremely valuable for any business so why not make it easy for your blog or website readers to spread the word?</p>
<p>Whilst your readers are perfectly capable of cutting &amp; pasting your URL into an email, instead there is a great wordpress plugin called &#8216;<a href="http://dev.wp-plugins.org/wiki/wp-email" target="_blank">wp-email</a>&#8216; which adds a clickable link at the end of each of your posts which not only makes the process simple, but also acts as a prompt or reminder.</p>
<p>The other useful things about this plugin is that it keeps a record for you of who has used the link &amp; which post has been forwarded to whom.</p>
<p>If you are a Thesis theme user, then you instead of adding a line of code to the index file as detailed in the plugin instructions, you will need to amend the custom_functions.php file instead.  <span style="color: #ff0000;">Remember</span>, before you edit the custom functions file always take a back up first as once you save, the simplest mistake can stop your blog from working!</p>
<p>The code you need is as follows:</p>
<p><span style="color: #666699;">/* Code for Email &amp; Print Post / Page (requires plugins wp-print and wp-email) */</span><br />
<span style="color: #666699;"> function print_icon() {</span><br />
<span style="color: #666699;"> if (is_single())</span><br />
<span style="color: #666699;"> ?&gt;</span><br />
<span style="color: #666699;"> &lt;?php if(function_exists(&#8216;wp_email&#8217;)) { email_link(); } ?&gt;</span><br />
<span style="color: #666699;"> &lt;?php if(function_exists(&#8216;wp_print&#8217;)) { print_link(); } ?&gt;</span><br />
<span style="color: #666699;"> &lt;?php }</span></p>
<p><span style="color: #666699;">add_action(&#8216;thesis_hook_after_post&#8217;, &#8216;print_icon&#8217;, 1);</span></p>
<p><span style="color: #666699;">/* end */</span></p>
<p>This code also allows the <a href="http://wordpress.org/extend/plugins/wp-print/" target="_blank">wp-print</a> script to work, which adds the &#8216;Print This Post&#8217; link to the bottom of the post as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/how-to-let-your-readers-promote-your-blog-posts-for-you-using-a-tell-a-friend-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing Admin As Your Main WordPress User Login</title>
		<link>http://www.profit-masters-ltd.com/replacing-admin-as-your-main-wordpress-user-login/</link>
		<comments>http://www.profit-masters-ltd.com/replacing-admin-as-your-main-wordpress-user-login/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 17:16:36 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Website & Blog Basics]]></category>
		<category><![CDATA[Wordpress Blog Security]]></category>
		<category><![CDATA[Blog Protection]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Wordpress Basics]]></category>
		<category><![CDATA[Wordpress Security]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=300</guid>
		<description><![CDATA[When you first load the wordpress software onto your domain, unless you specify otherwise, the default login user name will be set to &#8216;admin&#8217;. From a security perspective, this weakens the security of your blog as it is one less piece of information for a hacker to crack in order to gain access. I always [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Freplacing-admin-as-your-main-wordpress-user-login%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>When you first load the wordpress software onto your domain, unless you specify otherwise, the default login user name will be set to &#8216;admin&#8217;.</p>
<p>From a security perspective, this weakens the security of your blog as it is one less piece of information for a hacker to crack in order to gain access.</p>
<p>I always thought that it would be difficult to change this once you had set everything enough &#8211; but in fact it is really easy. Here are the simple steps to follow:  (If you operate a forum on your site &#8211; please refer to the note at the bottom)</p>
<ol>
<li>Login into your wp-admin as normal.</li>
<li>In the lefthand dashboard menu, open up &#8216;Users&#8217; &amp; click on &#8216;Add New&#8217;</li>
<li>Create a new user, choosing a suitable user name (this will become you main admin login in the future), making sure that you use the drop down menu at the bottom next to role &amp; select &#8216;Administrator&#8217;</li>
<li>Logout</li>
<li>Log back in using the new user details you have created</li>
<li>Again from the lefthand menu, open up &#8216;Users&#8217;</li>
<li>Hover over the user &#8216;Admin&#8217; &amp; select &#8216;delete&#8217; which will appear underneath</li>
<li>Check the box &#8216;Attribute all posts&#8217; &amp; in the drop down file, select the new user you have just created (this will transfer all posts, links etc that you have previously created under admin over to the new user name)</li>
<li>Confirm deletion</li>
</ol>
<p>Thats it, all done.</p>
<p><strong>By the way &#8211; an important note for website owners who also run a forum</strong> on their site.  <span style="text-decoration: underline;">BEFORE</span> you delete your &#8216;admin&#8217; user, check &amp; see if the forum is linked to it (either generally with admin rights or posts).  If so, you will need to reassign everything to the new user logon BEFORE you delete &#8216;admin&#8217;</p>
<p>Happy blogging.</p>
<p>P.S One last thing I recommend is to make use of the &#8216;nickname&#8217; &amp; &#8216;display publicly as&#8217; options within the user profile so that they are different to your chosen user login name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/replacing-admin-as-your-main-wordpress-user-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving The Navigation Bar Below The Header In Thesis Theme</title>
		<link>http://www.profit-masters-ltd.com/moving-the-navigation-bar-below-the-header-in-thesis-theme/</link>
		<comments>http://www.profit-masters-ltd.com/moving-the-navigation-bar-below-the-header-in-thesis-theme/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 22:01:55 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Thesis Theme Tutorials]]></category>
		<category><![CDATA[Header]]></category>
		<category><![CDATA[Navigation Bar]]></category>
		<category><![CDATA[Thesis Theme]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=289</guid>
		<description><![CDATA[The default position of the navigation bar in Thesis Theme is above the header.  Yet more often than not, the preference is to have it below the header. Moving it is actually fairly straight forward: Always take a backup of your custom_functions.php file before you make any changes (easiest way is to use your ftp [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fmoving-the-navigation-bar-below-the-header-in-thesis-theme%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>The default position of the navigation bar in <a title="Visit Thesis Website" href="http://profit-masters-ltd.com/Likes/Thesis" target="_blank">Thesis Theme</a> is above the header.  Yet more often than not, the preference is to have it below the header.</p>
<p>Moving it is actually fairly straight forward:</p>
<p><strong>Always take a backup</strong> of your custom_functions.php file before you make any changes (easiest way is to use your ftp software), so that you are in a position to restore it should you make a mistake or get an error message.</p>
<p>In the Thesis menu on the lefthand side of your dashboard, click on Custom File Editor to opn up the Thesis Custom File Editor</p>
<p>Using the drop down menu, select &#8216;custom_functions.php&#8217; &amp; click the green button &#8216;edit selected file&#8217;</p>
<p>Copy the following piece of code into the file (it is best placed at the top after the opening php tag) &amp; save.</p>
<p><span style="color: #008000;">/* Move Navigation Bar Below Header*/</span></p>
<p><span style="color: #008000;">remove_action(&#8216;thesis_hook_before_header&#8217;, &#8216;thesis_nav_menu&#8217;);<br />
add_action(&#8216;thesis_hook_after_header&#8217;, &#8216;thesis_nav_menu&#8217;);<br />
</span></p>
<p>The first part inbetween /* xxx */ is purely information &#8211; it is there to remind you what the code below will do &amp; will be ignored by the browser.</p>
<p>That&#8217;s it &#8211; your navigation bar should now appear below your header.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/moving-the-navigation-bar-below-the-header-in-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Want To Make Money With Clickbank Without A Website?</title>
		<link>http://www.profit-masters-ltd.com/do-you-want-to-make-money-with-clickbank-without-a-website/</link>
		<comments>http://www.profit-masters-ltd.com/do-you-want-to-make-money-with-clickbank-without-a-website/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 19:55:44 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Affiliate Marketing Tips]]></category>
		<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Clickbank]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=274</guid>
		<description><![CDATA[I’ve just seen the most incredible video…. It was a LIVE video demo of how to create a cash-generating, list-building website in an amazing 6 Mins 11 seconds! What’s even more crazy is that Daniel Wagner is giving away the blueprint for how YOU can do the same.. absolutely free! This Blueprint Coaching report has [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fdo-you-want-to-make-money-with-clickbank-without-a-website%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p style="text-align: center;"><a href="http://www.profit-masters-ltd.com/Likes/BlueprintCoachingProgram/" target="_blank"><img class="aligncenter" src="http://bcp.s3.amazonaws.com/graphics/gifs/REPORT-468x60-1.gif" border="0" alt="" /></a></p>
<p>I’ve just seen the most incredible video….</p>
<p>It was a LIVE video demo of how to create a cash-generating, list-building website in an amazing 6 Mins 11 seconds!</p>
<p>What’s even more crazy is that Daniel Wagner is giving away the blueprint for how YOU can do the same.. absolutely free!</p>
<p>This Blueprint Coaching report has only been available for 72 hours &amp; this is what people are saying already:</p>
<blockquote><p><span style="color: #000080;">You are a genius – I had no idea you could do all<br />
that with Aweber?After 6 years of playing around<br />
with various marketing methods, I think this is<br />
the possibly the turning point for me – ? this<br />
will have me creating opt-in pages at the speed of<br />
light and I’m pretty sure is probably the single<br />
most valuable tool I could own – thank you thank<br />
you thank you!!!  <strong>Rob</strong><br />
</span></p></blockquote>
<p>You do NOT want to miss this as it could be taken down anytime…</p>
<p>Click here to watch the video NOW &amp; download the report for <strong><span style="color: #ff0000;">FREE</span>, no opt-in or email address</strong> needed (for a short time only &#8211; so do it now!)</p>
<p><strong><a href="http://www.profit-masters-ltd.com/Likes/BlueprintCoachingProgram/" target="_blank">WATCH NOW</a></strong></p>
<p style="text-align: center;"><a href="http://www.profit-masters-ltd.com/Likes/BlueprintCoachingProgram/" target="_blank"><img class="aligncenter" src="http://bcp.s3.amazonaws.com/graphics/gifs/REPORT-125x125-1.gif" border="0" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/do-you-want-to-make-money-with-clickbank-without-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Prevent People From Copying Your Blog Content And Images</title>
		<link>http://www.profit-masters-ltd.com/how-to-prevent-people-from-copying-your-blog-content-and-images/</link>
		<comments>http://www.profit-masters-ltd.com/how-to-prevent-people-from-copying-your-blog-content-and-images/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 11:33:57 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Recommended Wordpress Plugins]]></category>
		<category><![CDATA[Website & Blog Basics]]></category>
		<category><![CDATA[Blog Protection]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=260</guid>
		<description><![CDATA[I recently stumbled across a blog where someone had copied a couple of images that I had personally taken and used them in their own site. This led me to investigate what options there are available to me to protect my blog to prevent someone from copying images from any of my sites again. I [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fhow-to-prevent-people-from-copying-your-blog-content-and-images%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>I recently stumbled across a blog where someone had copied a couple of images that I had personally taken and used them in their own site.</p>
<p>This led me to investigate what options there are available to me to protect my blog to prevent someone from copying images from any of my sites again.</p>
<p>I carried out a few internet searches geared around the subject image copyright and eventually discovered a plugin called <a title="Click To Visit WordPress Plugin Details" href="http://wordpress.org/extend/plugins/blog-protector/" target="_blank">blog protector</a>.  It is a very simple plugin that is easy to activate and can do 2 things:</p>
<ol>
<li>Disable right clicking on an image and saving it to their PC.  Instead, when you right-click, it displays a customisable warning message.</li>
<li>Disable left-click selection of blog text content</li>
</ol>
<p>If someone is determined to copy your images or content then they will still be able to find a way to do this (I&#8217;m obviously not going to share with you how), but for every day internet users, using the blog protector plugin should hopefully be enough of a deterrent and they will go off to find an alternative site that is easier to copy.</p>
<p>Happy blogging !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/how-to-prevent-people-from-copying-your-blog-content-and-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Managing Your Sidebar Widget Content With The Widget Logic Plugin</title>
		<link>http://www.profit-masters-ltd.com/managing-your-sidebar-widget-content-with-widget-logic/</link>
		<comments>http://www.profit-masters-ltd.com/managing-your-sidebar-widget-content-with-widget-logic/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:42:33 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Recommended Wordpress Plugins]]></category>
		<category><![CDATA[Website & Blog Basics]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Site Design]]></category>
		<category><![CDATA[Website Basics]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=202</guid>
		<description><![CDATA[Recently, I came across a problem I needed to solve on a client&#8217;s wordpress blog. How do I get different content to appear in the sidebar against different pages or posts? Let me explain further. I have a page which details a weekend training course. On the main home page, I have an advert for [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fmanaging-your-sidebar-widget-content-with-widget-logic%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>Recently, I came across a problem I needed to solve on a client&#8217;s wordpress blog. How do I get different content to appear in the sidebar against different pages or posts?</p>
<p>Let me explain further.</p>
<p>I have a page which details a weekend training course. On the main home page, I have an advert for the course as a clickable image in the sidebar.  When a visitor clicks to read the course page, it is no longer relevant to have the advert for the course in the sidebar, but currently, wordpress content widgets are set to appear on all sidebars.</p>
<p>There is another option &#8211; I could use the &#8216;no sidebar&#8217; page template, but I don&#8217;t like that either. I still want the majority of my sidebar content to display.</p>
<p>After posing the question on Twitter, one of my followers suggested a plugin called <a title="Click to Visit WordPress.org" href="http://wordpress.org/extend/plugins/widget-logic/" target="_blank">Widget Logic</a>.</p>
<p>I will comment here that once I found the plugin (search for widget logic) and installed it, it took a bit of getting used to.  You <strong>MUST </strong>visit the plugin page on wordpress.org to understand how to use it &amp; in particular the page that describes the way <a title="Click To Read About Conditioanl Tags" href="http://codex.wordpress.org/Conditional_Tags" target="_blank">conditional tags</a> work.</p>
<p>For example, use:</p>
<p><tt><strong>is_single()</strong><br />
For a specific widget to appear on ANY blog post</tt></p>
<p><tt><strong>is_page()</strong><br />
For a specific widget to appear on ANY page</tt></p>
<p><tt><strong>is_category()</strong><br />
For a specific widget to appear on ANY Category Archive Page</tt></p>
<p>There are then variations to these &amp; many more conditional tags that can be used for individual posts, pages, categories &amp; page templates etc.</p>
<p>I was a little disappointed as I couldn&#8217;t get widget logic to just exclude specific sidebar content from a single page or post etc.  It only seems to work by instructing the widget to display the content.</p>
<p>So to solve my original problem, I had to use page ID&#8217;s &amp; instruct the widget for the course advert to appear on a number of page ID&#8217;s leaving out the course page. This actually wasn&#8217;t as hard to do as it sounds, it would just be a little long winded if your blog has hundreds of pages.</p>
<p>If anyone manages to find a way to &#8216;exclude&#8217; just one page, please let me know by adding a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/managing-your-sidebar-widget-content-with-widget-logic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client Blog Design Testimonial &#8211; Drumlessonsmanchester.co.uk</title>
		<link>http://www.profit-masters-ltd.com/client-blog-design-testimonial-drumlessonsmanchester-co-uk/</link>
		<comments>http://www.profit-masters-ltd.com/client-blog-design-testimonial-drumlessonsmanchester-co-uk/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 10:37:24 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog & Website Design Services - Client Examples]]></category>
		<category><![CDATA[Client Testimonials]]></category>
		<category><![CDATA[Site Design]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=239</guid>
		<description><![CDATA[&#8220;After playing drums live for almost 30 years I felt the time was right to share my knowledge &#38; experience, &#38; decided to set up a drum lessons business. After starting my teaching business with a handful of students I realised for it to grow, I would need some help &#38; direction. Profit Masters Ltd [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fclient-blog-design-testimonial-drumlessonsmanchester-co-uk%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<blockquote><p><span style="color: #333399;">&#8220;After playing drums live for almost 30 years I felt the time was right to share my knowledge &amp; experience, &amp; decided to set up a drum lessons business.<br />
After starting my teaching business with a handful of students I realised for it to grow, I would need some help &amp; direction.<br />
Profit Masters Ltd set up my blog &amp; the results have really been incredible!<br />
I get several new enquiries a week, with many students commenting on how impressive my site looks.<br />
Without the site I would struggle to stay in business &amp; to be honest it has all been down to Profit Masters.<br />
Can&#8217;t thank Angie &amp; Paul enough. They have been very thorough , hard working &amp; most obliging. Nothing seems to be too much trouble. They have made my job so much easier.<br />
Thanks again Angie, absolutely &#8216;chuffed&#8217; to bits!  The results speak for themselves.&#8221;</span></p>
<p><strong><span style="color: #333399;">Barrie J Krell (Drum Tutor)<br />
Drum Lessons Manchester<br />
<a href="http://drumlessonsmanchester.co.uk" target="_blank">http://drumlessonsmanchester.co.uk</a></span></strong></p></blockquote>
<div id="attachment_225" class="wp-caption alignleft" style="width: 532px">
	<a href="http://drumlessonsmanchester.co.uk" target="_blank"><img class="size-full wp-image-225  " title="drumlessonsmanchester.co.uk - Screenshot" src="http://www.profit-masters-ltd.com/wp-content/uploads/2010/06/drumlessonsmanchester-screenshot.jpg" alt="Client Testimonial - Drum Lessons Manchester" width="532" height="425" /></a>
	<p class="wp-caption-text">Drumlessonsmanchester.co.uk - Homepage Screenshot</p>
</div>
<p>We have written a Case Study covering some of the steps we took to create this particular client site &#8211; you can read it by clicking <a href="http://www.profit-masters-ltd.com/client-case-study-drum-lessons-manchester/">Drum Lessons Case Study</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/client-blog-design-testimonial-drumlessonsmanchester-co-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client Case Study &#8211; Drum Lessons Manchester</title>
		<link>http://www.profit-masters-ltd.com/client-case-study-drum-lessons-manchester/</link>
		<comments>http://www.profit-masters-ltd.com/client-case-study-drum-lessons-manchester/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:18:25 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Client Case Studies]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Site Design]]></category>
		<category><![CDATA[Website Basics]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=198</guid>
		<description><![CDATA[We were approached in August 2009 by a client (Barrie) who needed help to build an internet presence for his drumming ‘hobby’ which he wanted to try &#38; turn into an income stream by giving drum lessons. It was a start from scratch project, which included: Choosing a domain name Creating header graphics Setting up [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fclient-case-study-drum-lessons-manchester%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>We were approached in August 2009 by a client (Barrie) who needed help to build an internet presence for his drumming ‘hobby’ which he wanted to try &amp; turn into an income stream by giving drum lessons.</p>
<p>It was a start from scratch project, which included:</p>
<ul>
<li>Choosing a domain name</li>
<li>Creating header graphics</li>
<li>Setting up the site</li>
<li>Showing the client how to create posts &amp; keep adding content</li>
</ul>
<p><strong>Step 1) Choosing the right domain name</strong></p>
<p>An overview of how to tackle this <strong>very important</strong> step can be found in a previous <a title="Click To learn About Choosing A Domain Name" href="http://www.profit-masters-ltd.com/choosing-the-right-domain-name-could-instantly-double-or-even-triple-your-traffic/" target="_blank">blog post</a>.  Following the guidelines detailed in the choosing a domain name post, we recommended www.drumlessonsmanchester.co.uk</p>
<p><span style="color: #ff0000;"><strong><span style="color: #ff0000;">IMPORTANT</span></strong> – Do Not make Assumptions !</span></p>
<p>Our client initially queried this recommendation as he said <strong><span style="text-decoration: underline;">he</span></strong> would search for ‘Drum Teacher’ – this is a prime example of why you need to do research, what <span style="text-decoration: underline;">you </span>do, may not be what the majority do.</p>
<p>Our research showed that even for this niche market, there were approx 140 searches a month for the phrase ‘drum lessons manchester’.   For our client, who is a pretty good face to face / telephone sales person, if just 10% of these visited his site &amp; turned into valid enquiries, he would be happy.</p>
<p><strong>Step 2) Setting Up The Site</strong></p>
<p>Google loves blogs !</p>
<p><strong>BUT </strong>you have to keep adding regular content to stand a chance of keeping your ranking high on search engines.</p>
<div id="attachment_225" class="wp-caption alignleft" style="width: 320px">
	<a href="http://drumlessonsmanchester.co.uk" target="_blank"><img class="size-full wp-image-225     " style="border: 1px solid black; margin-left: 5px; margin-right: 5px;" title="drumlessonsmanchester.co.uk - Screenshot" src="http://www.profit-masters-ltd.com/wp-content/uploads/2010/06/drumlessonsmanchester-screenshot.jpg" alt="" width="320" height="255" /></a>
	<p class="wp-caption-text">Drumlessonsmanchester.co.uk - Homepage Screenshot</p>
</div>
<p>Once we bought the domain, created his header graphic using photshop &amp; set up the blog structure using <a title="Click To Learn More About Thesis Theme" href="http://profit-masters-ltd.com/Likes/Thesis" target="_blank">Thesis Theme</a>, we were delighted to find that our domain name research efforts had paid off &amp; his blog started appearing on page one of google within a few days. Unfortunately, the client did nothing further with it for a few weeks &amp; surprise surprise – it vanished off the radar!</p>
<p>A wordpress based blog, with a good <a title="Click To View Our WordPress Theme Reviews" href="http://www.profit-masters-ltd.com/category/wordpress-theme-reviews/" target="_blank">theme template</a>, can actually be very easy to maintain.  You have the option to create some ‘static’ pages, so that part of your site looks like a typical website as well has have a blog category to publish your day to day posts.</p>
<p><strong>Step 3) Regular Content</strong></p>
<p>In Barrie’s case, aside from the bio that was needed, lesson info &amp; contact details, we needed to think about a way in which he could keep posting regular content.</p>
<p>The solution we came up with was to create a ‘Drum Tip of the week’ section on his blog.</p>
<p>It’s worth mentioning here that Barrie was the first to admit that he was not ‘good with computers &amp; the internet’ – yes he could do his own information searches &amp; internet shopping but that was about it.  So, in an attempt to ressurect his page 1 google rankings, he spent a day with Profit Masters Ltd, learning how to create and update blog posts.</p>
<p>Aside from a few pointers here &amp; there, Barrie now maintains his blog himself.  He is posting regular content ans as a result he is ranking high in search engines.</p>
<p><strong>Visitor &amp; Traffic Stats &#8211; as at 20th April 2010</strong></p>
<p><span style="text-decoration: underline;">Visitor Levels</span><br />
February 2010: 200 (58% new)<br />
March 2010: 170 (76% new)<br />
April 2010 (up to 20th): 101 (78% new)</p>
<p><span style="text-decoration: underline;">Visitor Traffic Sources</span><br />
20% &#8211; Direct<br />
58% &#8211; Google Organic Searches &amp; 60% of these searches came from the search phrases: dum lessons manchester, drum lessons in manchester, drumming lessons manchester<br />
6% &#8211; &#8216;Free&#8217; Advertising Forums (relevant to the music industry, e.g. party sounds, joinmyband etc)<br />
2% &#8211; Social Networking Sites e.g. Facebook, LinkedIn, Twitter</p>
<p><strong>And the proof that the site &amp; domain name are working&#8230;</strong></p>
<p><strong>1) Google Search Results:</strong></p>
<p>Go ahead &amp; try the a google  search yourself<strong>. </strong>Just enter his key search phrase of &#8216;drum lessons manchester&#8217; and see if the site appears on the top of page one (below any sponsored links).<strong> </strong>The screen capture below is from 20th April 2010.</p>
<p><strong> </strong></p>
<div id="attachment_218" class="wp-caption alignleft" style="width: 504px">
	<strong><strong><a href="http://www.profit-masters-ltd.com/wp-content/uploads/2010/06/drum-lessons-case-study.jpg"><img class="size-full wp-image-218  " style="border: 1px solid black; margin: 2px;" title="Profit Masters Ltd Client Case Study - drumlessonsmanchester.co.uk" src="http://www.profit-masters-ltd.com/wp-content/uploads/2010/06/drum-lessons-case-study.jpg" alt="" width="504" height="351" /></a></strong></strong>
	<p class="wp-caption-text">Google Search Page 1 Screen Shot 20th April 2010</p>
</div>
<p><strong>2) Enquiry Volumes</strong></p>
<p>Barrie is regularly receiving enquiries &amp; converting these to new drum lesson students.</p>
<p>A successful job &amp; a happy client!</p>
<p>If you would like to use Profit Masters Ltd&#8217;s consultancy &amp; blog design / build services, please get in touch by completing our <a title="Click To Make An Enquiry" href="http://www.profit-masters-ltd.com/contact-us/" target="_self">Enquiry Form.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/client-case-study-drum-lessons-manchester/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Socrates WordPress Theme Review</title>
		<link>http://www.profit-masters-ltd.com/socrates-wordpress-theme-review/</link>
		<comments>http://www.profit-masters-ltd.com/socrates-wordpress-theme-review/#comments</comments>
		<pubDate>Mon, 31 May 2010 00:17:44 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Affiliate Marketing Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Website & Blog Basics]]></category>
		<category><![CDATA[Wordpress Theme Reviews]]></category>
		<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Site Design]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=145</guid>
		<description><![CDATA[A new wordpress theme has just been released called Socrates &#8211; if you are an affiliate marketer, regularly creating niche specific blogs, then you need to check it out NOW ! Created by Joel Comm &#38; Dan Nickerson, it gives you the ability to create a good looking, fully customised, highly effective and fully monitized [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fsocrates-wordpress-theme-review%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>A new wordpress theme has just been released called <strong>Socrates</strong> &#8211; if you are an affiliate marketer, regularly creating niche specific blogs, then you need to <strong>check it out NOW</strong> !</p>
<p>Created by Joel Comm &amp; Dan Nickerson, it gives you the ability to create a good looking, fully customised, highly effective and fully monitized blog in minutes.</p>
<p>I have tested it out on a new blog I was due to create &amp; it does just what they promise it will do in their video on their <a href="http://www.profit-masters-ltd.com/Likes/Socrates" target="_blank">sales page</a>.&#8217;</p>
<p>Here is a list of just a few of the thing it can do:</p>
<p style="padding-left: 30px;">* Custom Header Design System<br />
* 160 + Niche Headers<br />
* 1000’s of Design Combinations<br />
* Custom Navigation Bars (you can have 3 of them !!!)<br />
* Use Optional Built In Adsense and Clickbank Ad Bar<br />
* Social Media Slider<br />
* Custom Styling and Color Options<br />
* Choose from Several Site &amp; Sidebar Layouts Options</p>
<p>Once you purchase the theme plugin, you also get access to a whole host of tutorials including:</p>
<p style="padding-left: 30px;">* WordPress Installation Video<br />
* Socrates Installation Video<br />
* Adsense for WordPress<br />
* The Everything WordPress Webinar<br />
* WordPress Plugins and SEO<br />
* Cpanel and WordPress Setup<br />
* How To Locate Profitable Niches<br />
* How To Profit From Trends<br />
* How To Find A Great Domain Name<br />
* The Best Webhost For Your Domain<br />
* How To Get Google To Pay You Money<br />
* How To Get Paid To Promote Other People&#8217;s Stuff</p>
<p>Unlike some other themes I have checked out, this one is remarkably easy.</p>
<p>One thing I will mention is to <strong>take the time to read the first page</strong> when you first click on Socrates in your wordpress menu to start customising it.   It states that you must go through each section set up &amp; apply your basic design choices BEFORE the site will display everything (e.g. header graphic).</p>
<p>Guess what, I didn&#8217;t bother &#8211; I was too eager to get stuck in with my customization (no, its not just men who think there is no need to read instructions).  And I thought I had problem with the plugin when my header graphic didn&#8217;t display.</p>
<p><a href="http://www.profit-masters-ltd.com/Likes/Socrates" target="_blank"><img class="alignleft size-full wp-image-168" style="border: 1px solid black; margin: 2px 15px;" title="Socrates WordPress Theme" src="http://www.profit-masters-ltd.com/wp-content/uploads/2010/05/socrates300x250.png" alt="Click To Visit Socrates WordPress Theme" width="300" height="250" /></a>As themes go, I definitely rate this very highly.</p>
<p>Best of all, it comes with a 60 day, no quibble  guarantee &#8211; if you don&#8217;t like it, you can get a full refund (this is backed by clickbank who handle the sales process for purchasing).</p>
<p>Click The Image To Watch <a href="http://www.profit-masters-ltd.com/Likes/Socrates" target="_blank">The Video</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/socrates-wordpress-theme-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Choose Your First Affiliate Marketing Niche</title>
		<link>http://www.profit-masters-ltd.com/how-to-choose-your-first-affiliate-marketing-niche/</link>
		<comments>http://www.profit-masters-ltd.com/how-to-choose-your-first-affiliate-marketing-niche/#comments</comments>
		<pubDate>Sun, 30 May 2010 22:59:42 +0000</pubDate>
		<dc:creator>Angie</dc:creator>
				<category><![CDATA[Affiliate Marketing Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://www.profit-masters-ltd.com/?p=147</guid>
		<description><![CDATA[Paul &#38; I started to dabble in the world of &#8216;affiliate marketing&#8217; in December 2008. The deeper we delved, the more complex it seemed to get &#8211; yet so many so called internet marketing gurus all painted a very rosy &#8216;get rich quick&#8217; picture. One of the best bits of advice we received about 6 [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.profit-masters-ltd.com%2Fhow-to-choose-your-first-affiliate-marketing-niche%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p>Paul &amp; I started to dabble in the world of &#8216;affiliate marketing&#8217; in December 2008.</p>
<p>The deeper we delved, the more complex it seemed to get &#8211; yet so many so called internet marketing gurus all painted a very rosy &#8216;get rich quick&#8217; picture.</p>
<p>One of the best bits of advice we received about 6 months in was a basic tip on &#8216;how to choose your first affiliate marketing niche&#8217;.  Today we are passing that simple tip onto you, especially if you are <strong>just starting out</strong>:-</p>
<p>Ask yourself one or both of the following questions &#8216;<strong>What am I passionate about?</strong>&#8216; or &#8220;<strong>What is my hobby?</strong>&#8221;</p>
<p>Why?</p>
<p>It&#8217;s simple, if you are passionate about a subject, you are more likely to</p>
<ul>
<li>already know a reasonable amount about it</li>
<li>be eager to research it further</li>
<li>be enthusiastic about it</li>
<li>be able to review any affiliate products available &amp; genuinely know if they are any good / worth promoting</li>
</ul>
<p>And here is the proof it works:</p>
<blockquote><p><span style="color: #000080;">Paul is an Advanced Badminton Coach and in June 2009 we set up a <a href="http://badminton-coach.co.uk" target="_blank">badminton blog</a>.  It is a sport that he is both passionate &amp; knowledgable about &amp; this clearly comes across in the content he has written for his site.  Compared with tennis, or squash, badminton is the poor relation, but despite this, in less than 12 months, his site has gone from zero to over 6,000 hits a month. His bounce rate (the percentage of visitors that leave the site within 10 seconds of landing on it) is under 3% &#8211; this is exceptional. Next month, we are due to launch an online paid membership coaching program.<br />
</span></p></blockquote>
<p>If we can do it &#8211; so can you.  Remember, it&#8217;s the start that stops most people &#8211; don&#8217;t let it stop you !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.profit-masters-ltd.com/how-to-choose-your-first-affiliate-marketing-niche/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

