<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Positive Business Online</title>
	<atom:link href="http://www.positivebusinessonline.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.positivebusinessonline.com</link>
	<description>Launching Your Business Online Transforming Your Website To A Cash Profit!</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:54:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Hide WordPress Page Title From Appearing by Nick Squires</title>
		<link>http://www.positivebusinessonline.com/video/hide-wordpress-page-title/comment-page-1#comment-2400</link>
		<dc:creator>Nick Squires</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=343#comment-2400</guid>
		<description>It was always an issue the page title, many thanks for such a simple tip,</description>
		<content:encoded><![CDATA[<p>It was always an issue the page title, many thanks for such a simple tip,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Nag Message in WP-DB Manager Plugin by nikcree</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/remove-nag-message-in-wp-db-manager/comment-page-1#comment-2363</link>
		<dc:creator>nikcree</dc:creator>
		<pubDate>Thu, 19 Jan 2012 00:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=400#comment-2363</guid>
		<description>@Joanne McEwen » You may need to check the actual path (eg /home/username/yourdomain.com/...) with your website host. Then inert that path into the settings of WP-DB Manager. Have you also moved the htaccess.txt file to the backup-db directory and renamed it to .htaccess? If you need a hand with it, let me know and I can sort this out for you quickly.</description>
		<content:encoded><![CDATA[<p>@Joanne McEwen » You may need to check the actual path (eg /home/username/yourdomain.com/&#8230;) with your website host. Then inert that path into the settings of WP-DB Manager. Have you also moved the htaccess.txt file to the backup-db directory and renamed it to .htaccess? If you need a hand with it, let me know and I can sort this out for you quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Nag Message in WP-DB Manager Plugin by Joanne McEwen</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/remove-nag-message-in-wp-db-manager/comment-page-1#comment-2216</link>
		<dc:creator>Joanne McEwen</dc:creator>
		<pubDate>Sun, 18 Dec 2011 04:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=400#comment-2216</guid>
		<description>thanks, your advice was much easier to follow, but I have been unsuccessful in moving it into the /home/username/yourdomain.com/wp-content/backup-db” address, it comes up as a broken link or not available, so not sure what to do? any suggestions?</description>
		<content:encoded><![CDATA[<p>thanks, your advice was much easier to follow, but I have been unsuccessful in moving it into the /home/username/yourdomain.com/wp-content/backup-db” address, it comes up as a broken link or not available, so not sure what to do? any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Nik Cree</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-1762</link>
		<dc:creator>Nik Cree</dc:creator>
		<pubDate>Wed, 23 Nov 2011 01:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-1762</guid>
		<description>Use the Category ID number rather than the category name. To find the Category number, in your dashboard, go to Categories and edit Proxima. In the URL address bar look for a number that starts with &#039;tag_ID=&#039;. The number directly after this part of the URL address is your category ID. Use this instead of the category name.</description>
		<content:encoded><![CDATA[<p>Use the Category ID number rather than the category name. To find the Category number, in your dashboard, go to Categories and edit Proxima. In the URL address bar look for a number that starts with &#8216;tag_ID=&#8217;. The number directly after this part of the URL address is your category ID. Use this instead of the category name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hide WordPress Page Title From Appearing by Nik Cree</title>
		<link>http://www.positivebusinessonline.com/video/hide-wordpress-page-title/comment-page-1#comment-1760</link>
		<dc:creator>Nik Cree</dc:creator>
		<pubDate>Wed, 23 Nov 2011 00:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=343#comment-1760</guid>
		<description>Look for the following line in your page.php file
&lt;blockquote&gt; &lt;div class=&quot;post-text&quot;&gt;
&lt;h2 class=&quot;post-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;
&lt;/div&gt;&lt;/blockquote&gt;
and change it to this:
&lt;blockquote&gt; &lt;!--div class=&quot;post-text&quot;&gt;
&lt;h2 class=&quot;post-title&quot;&gt;&lt;?php //the_title(); ?&gt;&lt;/h2&gt;
&lt;/div--&gt;&lt;/blockquote&gt;
That should stop the titles appearing on your pages.</description>
		<content:encoded><![CDATA[<p>Look for the following line in your page.php file</p>
<blockquote><p> &lt;div class=&#8221;post-text&#8221;&gt;<br />
&lt;h2 class=&#8221;post-title&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>and change it to this:</p>
<blockquote><p> &lt;!&#8211;div class=&#8221;post-text&#8221;&gt;<br />
&lt;h2 class=&#8221;post-title&#8221;&gt;&lt;?php //the_title(); ?&gt;&lt;/h2&gt;<br />
&lt;/div&#8211;&gt;</p></blockquote>
<p>That should stop the titles appearing on your pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Danelle Razer Vivier</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-1737</link>
		<dc:creator>Danelle Razer Vivier</dc:creator>
		<pubDate>Mon, 21 Nov 2011 19:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-1737</guid>
		<description>I have a problem. I use the category name in the catlist ID= and orderby date. However, it displays all the posts I have on the blog :( Check out the website. It is under Proxima&gt;Build-log.

All the blog posts with the category &quot;proxima&quot; must show there, defined by this code:

[catlist ID=proxima  content=yes orderby=date order=DESC]

All the posts still show. What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I have a problem. I use the category name in the catlist ID= and orderby date. However, it displays all the posts I have on the blog <img src='http://www.positivebusinessonline.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Check out the website. It is under Proxima&gt;Build-log.</p>
<p>All the blog posts with the category &#8220;proxima&#8221; must show there, defined by this code:</p>
<p>[catlist ID=proxima  content=yes orderby=date order=DESC]</p>
<p>All the posts still show. What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hide WordPress Page Title From Appearing by elizabeth</title>
		<link>http://www.positivebusinessonline.com/video/hide-wordpress-page-title/comment-page-1#comment-1732</link>
		<dc:creator>elizabeth</dc:creator>
		<pubDate>Mon, 21 Nov 2011 03:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=343#comment-1732</guid>
		<description>hi..i followed your instruction unfortunately i still have the same problem...
I saw two . And changed it. but i still have the same problem. can you please check my website and let me know how to edit it? http://www.supersocialwahm.com...
i would really hope to hear from you..Thank you.</description>
		<content:encoded><![CDATA[<p>hi..i followed your instruction unfortunately i still have the same problem&#8230;<br />
I saw two . And changed it. but i still have the same problem. can you please check my website and let me know how to edit it? <a href="http://www.supersocialwahm.com.." rel="nofollow">http://www.supersocialwahm.com..</a>.<br />
i would really hope to hear from you..Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ping Your Post by daniel ellison</title>
		<link>http://www.positivebusinessonline.com/wordpress/ping-your-post/comment-page-1#comment-1594</link>
		<dc:creator>daniel ellison</dc:creator>
		<pubDate>Sun, 06 Nov 2011 23:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=460#comment-1594</guid>
		<description>awsome info going to put into practice emmediately. thanks daniel ellison</description>
		<content:encoded><![CDATA[<p>awsome info going to put into practice emmediately. thanks daniel ellison</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hide WordPress Page Title From Appearing by Foxy tann</title>
		<link>http://www.positivebusinessonline.com/video/hide-wordpress-page-title/comment-page-1#comment-1580</link>
		<dc:creator>Foxy tann</dc:creator>
		<pubDate>Fri, 04 Nov 2011 17:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=343#comment-1580</guid>
		<description>Thank you so much. The page title has been driving me mad forever. I&#039;m glad to finally put that problem behind me.</description>
		<content:encoded><![CDATA[<p>Thank you so much. The page title has been driving me mad forever. I&#8217;m glad to finally put that problem behind me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Akira</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-1563</link>
		<dc:creator>Akira</dc:creator>
		<pubDate>Wed, 02 Nov 2011 01:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-1563</guid>
		<description>I wasted a whole week looking for simplicity :)

THANK YOU SOO MUCH!</description>
		<content:encoded><![CDATA[<p>I wasted a whole week looking for simplicity <img src='http://www.positivebusinessonline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>THANK YOU SOO MUCH!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Nag Message in WP-DB Manager Plugin by Annelize</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/remove-nag-message-in-wp-db-manager/comment-page-1#comment-1428</link>
		<dc:creator>Annelize</dc:creator>
		<pubDate>Fri, 14 Oct 2011 09:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=400#comment-1428</guid>
		<description>thank you. although I had followed the instructions to move the .htaccess file I still got that message. Without your, very clear tutorial about this, it still would have been there annoying me.</description>
		<content:encoded><![CDATA[<p>thank you. although I had followed the instructions to move the .htaccess file I still got that message. Without your, very clear tutorial about this, it still would have been there annoying me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Webmaster</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-1345</link>
		<dc:creator>Webmaster</dc:creator>
		<pubDate>Thu, 29 Sep 2011 00:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-1345</guid>
		<description>...and there is &lt;a href=&quot;http://pluginbuddy.com/purchase/loopbuddy/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Loop Buddy&lt;/a&gt; which is excellent. It is a Premium Plugin which you buy but it is excellent and you can use it on unlimited sites.</description>
		<content:encoded><![CDATA[<p>&#8230;and there is <a href="http://pluginbuddy.com/purchase/loopbuddy/" target="_blank" rel="nofollow">Loop Buddy</a> which is excellent. It is a Premium Plugin which you buy but it is excellent and you can use it on unlimited sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Webmaster</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-1344</link>
		<dc:creator>Webmaster</dc:creator>
		<pubDate>Thu, 29 Sep 2011 00:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-1344</guid>
		<description>Sounds like you need to create a custom page template for this. The List Category Posts plugin is not really designed for to accomplish displaying the content of the posts, it is just a list of pages in the categories. The  &lt;a href=&quot;http://wordpress.org/extend/plugins/wordpress-loop/ target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; WordPress Loop&lt;/a&gt; plugin can be used instead of creating a new page template.</description>
		<content:encoded><![CDATA[<p>Sounds like you need to create a custom page template for this. The List Category Posts plugin is not really designed for to accomplish displaying the content of the posts, it is just a list of pages in the categories. The  <a href="http://wordpress.org/extend/plugins/wordpress-loop/ target="_blank" rel="nofollow"> WordPress Loop</a> plugin can be used instead of creating a new page template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Uwe</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-1327</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Mon, 26 Sep 2011 14:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-1327</guid>
		<description>Thank you so much. It works really good. But - like Nick - I would like to display it like a normal post, for example with a 30px  header in Arial (an maybe, if possible, without linking to the single article) and a 18px body text in Times. I just fixed the bullets and the margin/padding in the &#039;ul&#039; class but I don&#039;t know how to fix the rest. I hope you can help! Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Thank you so much. It works really good. But &#8211; like Nick &#8211; I would like to display it like a normal post, for example with a 30px  header in Arial (an maybe, if possible, without linking to the single article) and a 18px body text in Times. I just fixed the bullets and the margin/padding in the &#8216;ul&#8217; class but I don&#8217;t know how to fix the rest. I hope you can help! Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Webmaster</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-1069</link>
		<dc:creator>Webmaster</dc:creator>
		<pubDate>Fri, 26 Aug 2011 22:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-1069</guid>
		<description>You can control how the bullets look (or remove the bullets) from your theme .css style sheet. Create a custom `ul` class and set the `list-style-type: none;`. This will remove the bullets. You may also need to adjust the margin and padding.</description>
		<content:encoded><![CDATA[<p>You can control how the bullets look (or remove the bullets) from your theme .css style sheet. Create a custom `ul` class and set the `list-style-type: none;`. This will remove the bullets. You may also need to adjust the margin and padding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hide WordPress Page Title From Appearing by david</title>
		<link>http://www.positivebusinessonline.com/video/hide-wordpress-page-title/comment-page-1#comment-927</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 10 Aug 2011 21:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=343#comment-927</guid>
		<description>Awesome tip! It did exactly what I wanted it to do. Just wanted to leave a comment and say thank you so much</description>
		<content:encoded><![CDATA[<p>Awesome tip! It did exactly what I wanted it to do. Just wanted to leave a comment and say thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display Posts From A Single Category In A Separate Page by Nick Cardoni</title>
		<link>http://www.positivebusinessonline.com/wordpress-plugins/display-posts-from-a-single-category-in-a-separate-page/comment-page-1#comment-613</link>
		<dc:creator>Nick Cardoni</dc:creator>
		<pubDate>Tue, 12 Jul 2011 16:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=499#comment-613</guid>
		<description>Thanks for this! I&#039;ve got it working, but I can&#039;t seem to change the display from what looks like an unordered list with bullets. How would I get the posts to display in the normal format?? Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Thanks for this! I&#8217;ve got it working, but I can&#8217;t seem to change the display from what looks like an unordered list with bullets. How would I get the posts to display in the normal format?? Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shoplifting Seagull by nikcree</title>
		<link>http://www.positivebusinessonline.com/general/shoplifting-seagull/comment-page-1#comment-383</link>
		<dc:creator>nikcree</dc:creator>
		<pubDate>Thu, 26 May 2011 11:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=425#comment-383</guid>
		<description>Ha ha - Must have moved across the Tasman with Fred Dagg, Russell Crowe, Jon Stevens,...</description>
		<content:encoded><![CDATA[<p>Ha ha &#8211; Must have moved across the Tasman with Fred Dagg, Russell Crowe, Jon Stevens,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shoplifting Seagull by Brendon</title>
		<link>http://www.positivebusinessonline.com/general/shoplifting-seagull/comment-page-1#comment-376</link>
		<dc:creator>Brendon</dc:creator>
		<pubDate>Tue, 24 May 2011 22:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=425#comment-376</guid>
		<description>That&#039;s very strange that a seagull in Brisbane should do this.

An identical seagull was photographed at an identical shop in Dunedin, New Zealand, back in 2009.
http://glennisnz.blogspot.com/2009/11/stealing-gull.html
It was performing identical actions.  Incredible coincidence, that.

Phar Lap, Pavlova, Split Enz, now seagulls?</description>
		<content:encoded><![CDATA[<p>That&#8217;s very strange that a seagull in Brisbane should do this.</p>
<p>An identical seagull was photographed at an identical shop in Dunedin, New Zealand, back in 2009.<br />
<a href="http://glennisnz.blogspot.com/2009/11/stealing-gull.html" rel="nofollow">http://glennisnz.blogspot.com/2009/11/stealing-gull.html</a><br />
It was performing identical actions.  Incredible coincidence, that.</p>
<p>Phar Lap, Pavlova, Split Enz, now seagulls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use Social Media by Denis</title>
		<link>http://www.positivebusinessonline.com/social-media/how-to-use-social-media/comment-page-1#comment-3</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 01 Dec 2009 01:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.positivebusinessonline.com/?p=191#comment-3</guid>
		<description>What an awesome article. Its amazing how we did things in the old days and how it still applies today in a different format. I really like being able to send a telegram still. Thanks for the post - I will be looking at for more posts.</description>
		<content:encoded><![CDATA[<p>What an awesome article. Its amazing how we did things in the old days and how it still applies today in a different format. I really like being able to send a telegram still. Thanks for the post &#8211; I will be looking at for more posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

