<?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>Web Sheila &#187; admin</title>
	<atom:link href="http://websheila.com/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://websheila.com</link>
	<description>Design and Web Development</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:08:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Import Joomla to WordPress</title>
		<link>http://websheila.com/import-joomla-to-wordpress</link>
		<comments>http://websheila.com/import-joomla-to-wordpress#comments</comments>
		<pubDate>Sun, 25 Jan 2009 18:13:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>

		<guid isPermaLink="false">http://websheila.com/?p=157</guid>
		<description><![CDATA[How to import Joomla content into Wordpress]]></description>
			<content:encoded><![CDATA[<div class="threadpost col-7">
<div class="post">
<p><strong><em>Updated 29 July 2010</em></strong></p>
<p>Hey there!</p>
<p>I recently needed to import someone&#8217;s database from Joomla to WordPress yet again but this time it was a very VERY old Joomla database into WordPress 3. I seriously had my doubts.</p>
<p>Just for the hell of it, I tried a different script  (or the same one but modified again by someone else!) that I found <a href="http://rangit.com/software/6-steps-how-to-migrate-from-joomla-to-wordpress/" target="_blank">here</a> but alas! I kept getting error messages and it refused to work (note that doesn&#8217;t mean it won&#8217;t work for you, so it&#8217;s worth trying!).</p>
<p>Fortunately, the author of that article, Chris, has planned for the event of someone not being able to use his script and has linked to yet <strong>another</strong> importer script (so many clever coders out there!) by <a href="http://jasonanton.com/" target="_blank">Jason Anton</a> which can be found at the end of his post. That alternative one worked for me with absolutely no problems.</p>
<p>Amazing! You can find a script that still works after all this time and so many changes to both CMS&#8217;s!! I recommend you try any or all of these and see which one works for you. Three to choose from, what more could you ask for?</p>
<p>Chris also has instructions on his page that are easy to follow and apply to the other script too.</p>
<p>I should point out that the script I used did not import the sites three pages that were titled &#8220;About&#8221;, &#8220;Contact&#8221; and &#8220;Discography&#8221;. I&#8217;m assuming this is because these pages were not part of a category system and the script can only deal with categories (and what Joomla refers to as &#8220;sections&#8221;). It didn&#8217;t matter in my case because I could just go to the database in phpmyadmin and copy and paste the details into the WordPress dashboard system and reconstruct the three missing pages. But it might be a pain for you if you happen to have a lot of them.</p>
<p>Again, these scripts only import content &#8211; NOT members etc. I&#8217;m still looking for a way to import users. I think I&#8217;ve found the answer (fingers and toes crossed!) but I need to try it out first and if it works I&#8217;ll post it for you!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><strong>Original post</strong></p>
<p>I just posted this in the WordPress Codex after a couple of people posted asking about migrating from Joomla to WordPress.</p>
<p>Because I know how hard I find it searching on the codex site I thought I&#8217;d also post it here to help people find the solution.</p>
<p>There is a script for importing content from Joomla to WordPress at this link:</p>
<p><a href="http://azeemkhan.info/2008/joomla2wordpress-import-wizard-v3">joomla-wordpress-import</a></p>
<p><strong>I can&#8217;t stress enough how important it is to read all instructions AND comments at that site before you use it.</strong></p>
<p><strong>NOTES ABOUT THE IMPORTER:</strong></p>
<ul>
<li>It does NOT import users &#8211; but the author mentions a tweak you can make to configuration.php to at least alter defalt author name.</li>
<li>It doesn&#8217;t work for all versions of Joomla &#8211; but the author has an extension to convert your Joomla installation back to a 1.0.13 so that you can import it into WordPress &#8211; (check the comments, he links to the extension in there, I dont know how effective it is since I didn&#8217;t need it)</li>
<li>It doesn&#8217;t work with a 2.7 WordPress installation &#8211; but you can install an earlier WP version (I think it works with 2.3.2), import content from Joomla and THEN upgrade to WP 2.7 (that&#8217;s what I did)</li>
<li>You need to set up categories in WordPress to match the Joomla content BEFORE you import and people have had some difficulties so read the directions and comments etc carefully.</li>
</ul>
<p><strong>TEST IT FIRST</strong></p>
<p>My recommendation is to test it out first to get a feel for how it works and how you might be able to manipulate it for best results, then set it all up for real. You might find you need to make changes in Joomla to make the transition easier &#8211; and you will see what I mean if you run a test using the importer.</p>
<p>I found that I could also run part imports and then go off and change the configuration.php for a specific category or change a category name in WordPress that made more sense for the import.</p>
<p>Anyway, just plug it in and experiment BUT just <strong>make sure you use a whole new database</strong> for playing, testing and finally running the real import, NOT the one currently powering your site. Set up a subdomain and test it there.</p>
<p>Unfortunately the script doesnt import registered members. I don&#8217;t know of any import script that does this (if you do please tell us!!)</p>
<p>BUT with one of my sites I had Joomla linked to an SMF forum so I plan to find a way to get the 1,000 or so members imported by linking the WordPress installation to my forum &#8211; preferably SMF &#8211; but I will convert to another forum first if it will put my members into WordPress (eg phpbb).</p>
<p>I&#8217;ll post back here when I sort it out and let you know how I did it!</p>
<p>Hope that helps someone!</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://websheila.com/import-joomla-to-wordpress/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easy paypal button integration in WordPress</title>
		<link>http://websheila.com/easy-paypal-button-integration</link>
		<comments>http://websheila.com/easy-paypal-button-integration#comments</comments>
		<pubDate>Tue, 20 Jan 2009 06:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://websheila.com/?p=126</guid>
		<description><![CDATA[Here&#8217;s another hair-pulling issue I know has troubled many people. Just how in blue-blazes do you insert Paypal code into a post? It seems such a stupendously SIMPLE thing to do and if you were just running a static html site it would be no hassle at all. But WordPress won&#8217;t let you do it [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another hair-pulling issue I know has troubled many people. Just how in blue-blazes do you insert Paypal code into a post?</p>
<p>It seems such a stupendously SIMPLE thing to do and if you were just running a static html site it would be no hassle at all. But WordPress won&#8217;t let you do it &#8211; something about their editor thingy and php code and violations of something or other and the end of the world as we know it&#8230;.. I&#8217;m not one for details like that.</p>
<p>Anyway, the upshot is that there&#8217;s a mob of people running around on the net desperately trying to find a way around it. I know because I&#8217;ve found all their posts and read all their plaintive cries for help.</p>
<p>The problem is that everything you find is either a full-fledged ecommerce solution like Zen Cart or so simple and stripped back it doesnt cater for more than one actual physical product.</p>
<p>If you want a WordPress plugin that offers a full-featured solution there are a couple of up-to-date plugins such as wp-ecommerce or Yak that might work (both have &#8216;issues&#8217; I&#8217;ve discovered). Or if you&#8217;re looking to sell your content or subscriptions or downloads there are a number of useful plugins available (just search for &#8220;paypal&#8221; in the <a href="http://wordpress.org/extend/" target="_blank">WordPress Extensions Directory</a>). And if you just want to insert ONE button, especially a &#8220;donate&#8221; button the solutions are many and mostly very simple, though you can&#8217;t use them to sell multiple products &#8211; just the one.</p>
<p>But&#8230;.. should you want to take the <strong>wildly unusual </strong>step of having a very simple way of selling a couple or three things from your site using Paypal&#8217;s built in system&#8230;.. suddenly it all goes to hell in a handbag.</p>
<p>There are some kind souls posting lengthy complex &#8220;manuals&#8221; on how to achieve this (here&#8217;s one example if you are comfortable with changing core files &#8211; <a href="http://www.webmaster404.com/wordpress-paypal-integration/" target="_blank">www.webmaster404.com</a> though it&#8217;s a little out of date) which I&#8217;m certain have helped many a geek more code-savvy than myself. But for me, the words start to run into each other, my eyes start to glaze over and if I keep reading the instructions &#8211; my head explodes, swear to God! It&#8217;s just too complex for a simple girl like me.</p>
<p>And this <a href="http://wordpress.org/support/topic/147856?replies=12" target="_blank">WordPress support post</a> is fairly useful too, if you&#8217;re not doing this for a client who might need to add their own later.</p>
<p>Geez!! All this frustration just to insert a paypal button or two!!! Please! There MUST be something better for this purpose (though thanks must go to the people out there sharing these brilliant solutions with the public &#8211; they just don&#8217;t work in this instance).</p>
<p>I have been working on this one simple issue day and night for weeks now for one of my clients. She is being very patient, thank goodness, but meanwhile I&#8217;ve gone almost completely grey and my dogs, (who recently totally gave up on the concept of ever going for walks again) keep barking at me coz they don&#8217;t recognise this scary-eyed, grey-haired skeletal harridan that keeps emerging from the study, screaming obscenities!!</p>
<p>Anyway, if you&#8217;ve stuck with me this far you&#8217;re obviously as desperate as I was to find the solution to this bizarre problem so I will torture you no longer and skip to the point.</p>
<p>I accidentally stumbled on a brilliant solution.</p>
<p>By using a plugin called <a href="http://www.awsom.org/awsom-easier-news/">awsomnews</a> you can insert paypal codes into posts to your hearts content. This provides a simple way to get paypal integrated with your site if you want to sell less than 10 products and don&#8217;t need all the other complicated features of ecommerce plugins.</p>
<p>It&#8217;s not actually meant to be a plugin for Paypal, but it doesn&#8217;t matter. The fact is it works as a plugin for Paypal whether or not the creator intended it to.</p>
<p><strong>Setting up the Awesom News Plugin</strong></p>
<p>To use the plugin for Paypal do the following:</p>
<p>1. Download the awesomnews plugin, upload it to your site and activate it (obviously!).</p>
<p>2. Go to the awesomnews configuration page (it&#8217;ll be in the box of options for &#8220;Posts&#8221;), scroll down to the last bit that says &#8220;General Options&#8221; and make sure you:</p>
<ul>
<li>set &#8220;No&#8221; where it asks you if you want to use the &#8220;Visual Editor&#8221;</li>
<li>set &#8220;Yes&#8221; for the option to allow php</li>
<li>set &#8220;No&#8221; for the option to have your &#8220;news announcements&#8221; appear on the index page above the content.</li>
<li>Click &#8220;update options&#8221;</li>
</ul>
<p>3. Then go to to the list of &#8216;current news posts&#8217; and you should have just the one default welcome message. Delete it (it&#8217;s been announcing away on the front of your site since you installed the plugin!).</p>
<p>4. Now go to &#8220;New News Post Instructions&#8221; &#8211; this is where you will be putting the code for your Paypal button (assuming you already have it handy).</p>
<p>Okay, for the actual posts keep in mind this is NOT where you describe whatever it is you&#8217;re selling. This is ONLY for the actual Paypal code. Later you will insert a line of code into a page or post for the button to appear.</p>
<ul>
<li>Choose a display name (only for admin purposes so you can recognise each one, it wont show on your site)</li>
<li>Leave &#8220;Order Position&#8221; blank.</li>
<li>Select &#8220;Yes&#8221; to make it active (otherwise you wont be able to test it &#8211; you can always inactivate later if you want to hide it while completing the site)</li>
<li>Select who should be able to see it (usually all visitors unless you only want to sell something to registered members)</li>
<li>And the important bit &#8211; <strong>select location</strong>. This is where you can define each button. Give it a number that you assign to the line of code you will later insert in your posts/pages. So, for example, your first Paypal button will probably be &#8220;optional location 1&#8243;. So select that.</li>
<li>Then paste in your products Paypal code into the &#8220;news announcement&#8221; box and hit &#8220;add new news post&#8221;. Don&#8217;t worry. It&#8217;s not visible anywhere on the site yet &#8211; until you tell the plugin where to display it (or where location 1 is).</li>
<li>The new &#8220;news announcement post&#8221; should now show up in your list. You can keep adding more news posts for each product&#8217;s Paypal button code and assign them each an individual location.</li>
</ul>
<p><strong>Setting up your Paypal page in your content</strong></p>
<p>5. Now, once you have that all set up, go to your usual WordPress posts or pages editor and make a post as you would normally do.  Type in your fabulous description of your product, throw in a picture if you like and perhaps explain that they can use the Paypal button &#8220;below&#8221; to buy it online immediately (before they all rush out the door &#8216;n all that!!!).</p>
<p>6. Then &#8211; switch to &#8220;html&#8221; (do not do this in visual mode) and type in <strong>%% awsomnewsxx %% </strong>(without spaces and replace xx with your location number you assigned to the button earlier).</p>
<p>Save and publish the post/page and check it out on your site. Give it a minute to all load properly and you should then see your Paypal button under your content.</p>
<p>If it doesn&#8217;t appear it usually means there&#8217;s something wrong in your Paypal code. The most common problem is that old chestnut of Paypal mysteriously adding breaks into their code where there shouldn&#8217;t be breaks. Almost invariably they put a break right at the end before the very last &lt;/form&gt; bit. If you find any random breaks remove them.</p>
<p>7. Don&#8217;t forget to put in your Paypal Cart button. I used a text widget in the sidebar to add the Paypal code for the &#8220;view cart&#8221; function to the site.</p>
<p>So there ya go. Pretty simple really once you get all the code sorted and pasted in.</p>
<p>And my client finds it very simple to use &#8211; which is the most important thing.</p>
<p>Have fun! And if you cant figure out how to use it &#8211; just ask. I&#8217;ve tested it, found bugs and squashed them &#8211; so I know how to get it doing exactly what you need it to do.</p>
<p>Click here for a <a href="http://websheila.com/awsom-product">demo</a> (while it&#8217;s still there anyway).</p>
]]></content:encoded>
			<wfw:commentRss>http://websheila.com/easy-paypal-button-integration/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>awsom product</title>
		<link>http://websheila.com/awsom-product</link>
		<comments>http://websheila.com/awsom-product#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>

		<guid isPermaLink="false">http://websheila.com/?p=110</guid>
		<description><![CDATA[Here&#8217;s a demo of how I used awsom as a paypal button solution for inserting different Paypal buttons for several products. A full explanation of how to set it up can be found here. It is an actual donation code I use on another site so you can click on it but if you go [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a demo of how I used <a href="http://www.awsom.org/awsom-easier-news/">awsom</a> as a paypal button solution for inserting different Paypal buttons for several products. A full explanation of how to set it up can be found <a href="http://websheila.com/easy-paypal-button-integration">here</a>.</p>
<p>It is an actual donation code I use on another site so you can click on it but if you go any further it will actually send me a donation. Not that I would mind (it would help with the cost of hair colour for my newly greyed head) but I just thought you should know that while this post is a demo &#8211; the donation link is NOT!</p>
<p>Anyway &#8211; there&#8217;s the paypal link and it all works as it should. Cool huh!!</p>
<p>Next step is to set up and test the &#8220;shopping cart&#8221; button.</p>
<p><code></code></p>
]]></content:encoded>
			<wfw:commentRss>http://websheila.com/awsom-product/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;comments off&#8221; from WordPress category list</title>
		<link>http://websheila.com/removing-comments-off-from-category-list</link>
		<comments>http://websheila.com/removing-comments-off-from-category-list#comments</comments>
		<pubDate>Sun, 11 Jan 2009 04:42:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://websheila.com/?p=21</guid>
		<description><![CDATA[This article is another tip on cleaning up those annoying references to comments, this time in the category list, when you have turned comments off in your WordPress site (using global settings). If you want to remove the words &#8220;Comments Off&#8221; from the bottom of articles listed in the Category List you will need to [...]]]></description>
			<content:encoded><![CDATA[<p>This article is another tip on cleaning up those annoying references to comments, this time in the category list, when you have turned comments off in your WordPress site (using global settings).</p>
<p>If you want to remove the words &#8220;Comments Off&#8221; from the bottom of articles listed in the Category List you will need to find which file is calling that function from the comments pop up.</p>
<p>For example, in some themes it will be in the archives.php file in others it will be in the main index template.</p>
<p>You are looking for this line:</p>
<p><img class="alignnone size-full wp-image-22" title="commentspopup" src="http://websheila.com/wp-content/uploads/2009/01/commentspopup.jpg" alt="commentspopup" width="500" height="50" /></p>
<p>Once you have found it delete the line being careful not to remove anything else around it.</p>
<p>One way to find the line is to check all the files using your WordPress Dashboard (go to Themes/Editor) and you&#8217;ll see a list of the files in your themes package. If you see archives.php start with that one. Click on it to open it and then search for the above line. If  it&#8217;s not there try the main index file and so on.</p>
<p><em>*Search tip* </em></p>
<p><em>Hit control &#8220;F&#8221; on your keyboard and a little search bar will open at the bottom of your browser. Type in &#8220;comments_popup&#8221; and hit the next button while browsing each file. Sooner or later it should show up!</em></p>
<p><strong>*** Please note: </strong>this will also remove any reference to comments in the Category Lists for articles that DO have comments enabled. So if you have 6 articles and 1 of them has comments enabled people won&#8217;t be able to see if there are comments or not until they open the article. However, for most sites who have turned off the global comments function this won&#8217;t matter.<em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://websheila.com/removing-comments-off-from-category-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;Comments are closed&#8221; from WordPress</title>
		<link>http://websheila.com/removing-comments-are-closed-wordpress</link>
		<comments>http://websheila.com/removing-comments-are-closed-wordpress#comments</comments>
		<pubDate>Sat, 10 Jan 2009 16:37:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>

		<guid isPermaLink="false">http://websheila.com/?p=12</guid>
		<description><![CDATA[This is an issue that has irked many a website designer over time. WordPress is a very flexible and powerful system but, let&#8217;s face it, the software was designed by and for blogger fans. And what blogger fans and other &#8220;social networking tragics&#8221; love more than anything in the world is interaction. And who can [...]]]></description>
			<content:encoded><![CDATA[<p>This is an issue that has irked many a website designer over time. WordPress is a very flexible and powerful system but, let&#8217;s face it, the software was designed by and for blogger fans. And what blogger fans and other &#8220;social networking tragics&#8221; love more than anything in the world is interaction.</p>
<p>And who can blame them!</p>
<p>But many of us have clients who don&#8217;t want or need people commenting on every page and post of their site. So the wonderful WordPress commenting feature becomes a pain in the bottom instead.</p>
<p>Sure, you can &#8220;turn off&#8221; commenting but you&#8217;re still stuck with a pointless confusing statement at the end of every page and post on your clients site saying &#8220;Comments are closed&#8221; or something similar.</p>
<p>Getting rid of that statement is possible but, unfortunately, a confusing process because each theme or template used by WordPress has the bit that&#8217;s responsible placed in different files.</p>
<p>So, you might read somewhere that you just go to &#8220;singlepost.php&#8221; and delete a line but discover your theme doesn&#8217;t have any such file.</p>
<p>Hopefully, this post will help you sort out what in the heck is going on for at least some templates (themes) you and your clients are using.</p>
<p>Here (in no particular order) are some different methods for removing the &#8220;comments are closed&#8221; text from a WordPress site.  Check your theme for relevant files and then the stated lines within the files. If you can&#8217;t find the files and or lines for one solution, try one of the others. Somewhere in here you will hopefully find the right answer for your situation.</p>
<p>Note that these suggestions all assume you&#8217;ve already turned off commenting in your site by going into <em>Settings &gt; Discussion</em> in your Admin panel and unchecking the &#8220;Allow people to post comments on the article&#8221; box.</p>
<p><em>1. Using the &#8220;singlepost.php&#8221; and/or &#8220;page.php&#8221; and/or &#8220;&#8221;singlepage.php&#8221;</em> files</p>
<p>If your theme has one or more of these files included, look for the line</p>
<p><code>&lt; ? php comments_template(); ? &gt; </code></p>
<p>Once you&#8217;ve found it you have 2 options for stopping it from working.</p>
<p>a) Delete it (not recommended but lots of people do it)</p>
<p>b) Do what&#8217;s called &#8220;comment it out&#8221;. This means you use a bit of simple code to hide it so it won&#8217;t work. But if you have any problems it&#8217;s easy to remove the &#8220;commented out&#8221; symbols and restore it back to it&#8217;s original state. I just find it a safer method than blithely deleting stuff from the code base.</p>
<p>&#8220;Commenting out&#8221; looks like this</p>
<p>/*Bit you want to hide*/</p>
<p>Everything between the /* and */ will be ignored as if it&#8217;s not there.</p>
<p><em>2. Using the &#8220;comments.php&#8221;</em></p>
<p>In some themes (eg the lovely <em>Amazing Grace</em>) the solution is in the file called &#8220;comments.php&#8221;. Find the bit that looks something like this:</p>
<p>php else : // comments are closed ?<br />
!&#8211; If comments are closed. &#8211;&gt;<br />
p class=&#8221;nocomments&#8221;&gt;<strong>Comments are closed</strong>&lt;/p&gt;</p>
<p>And remove the text that is displaying on your site (the words at the very end in bold). If you&#8217;re not sure which bit is the text try putting in a tilda  <strong>~</strong> and see if it shows up on the site. If so, you know you have your culprit and can delete the text for display there. Make sure you leave everything else exactly as it is.</p>
<p>If this option is available to you in your theme praise the designer because it means, if you want to, you can still have comments activated on some of your posts. It doesn&#8217;t remove anything except one line of ordinary text that usually displays on your site.</p>
<p><em>3. Using comments.php part 2 (Leptonhead&#8217;s solution) </em></p>
<p>If you can&#8217;t find the above line in your comments.php try leptonhead&#8217;s suggestion:<em><br />
</em></p>
<p>1) Go inside the theme folder through FTP and open <em>comments.php</em></p>
<p>2) Look in comments.php for something that looks like this:</p>
<p>[div class="messagebox"]<br />
[?php _e('Comments are closed.', 'inove'); ?]<br />
[/div]</p>
<p>NB &#8220;inove&#8221; is the name of the theme, so if you are using another theme look for the name of your theme instead. I know that this bit can also be found in the Options theme and Structure theme but not in the Default or Classic theme.</p>
<p>3) Delete/comment out that entire block.</p>
<p><em>Thanks leptonhead!!</em></p>
<p><em>3. Delete the comments.php entirely</em></p>
<p>I haven&#8217;t ever tried this but I have seen it suggested. It seems a bit drastic to me. I will let you know if it works when I get a chance to experiment with it.</p>
<p>Anyone got other suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://websheila.com/removing-comments-are-closed-wordpress/feed</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
	</channel>
</rss>
