<?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/"
	>

<channel>
	<title>Blogging Pro &#187; WordPress Tips</title>
	<atom:link href="http://www.bloggingpro.com/archives/category/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingpro.com</link>
	<description>News, plugins and themes for blogging applications</description>
	<pubDate>Tue, 06 Jan 2009 13:48:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Plugin: WP-Tuner</title>
		<link>http://www.bloggingpro.com/archives/2008/11/22/wordpress-plugin-wp-tuner/</link>
		<comments>http://www.bloggingpro.com/archives/2008/11/22/wordpress-plugin-wp-tuner/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 10:35:06 +0000</pubDate>
		<dc:creator>Ade Magnaye</dc:creator>
		
		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2551</guid>
		<description><![CDATA[We all love WordPress, but sometimes it can get just really, really slow. And no matter how we look for the cause, sometimes there&#8217;s just no way to figure out what&#8217;s been giving your WordPress installation the hiccups. Thank goodness somebody came up with WP-Tuner.
WP-Tuner for WordPress is a powerful and easy way to answer [...]]]></description>
			<content:encoded><![CDATA[<p>We all love WordPress, but sometimes it can get just really, really slow. And no matter how we look for the cause, sometimes there&#8217;s just no way to figure out what&#8217;s been giving your WordPress installation the hiccups. Thank goodness somebody came up with WP-Tuner.</p>
<p><a href="http://wordpress.org/extend/plugins/wptuner/">WP-Tuner for WordPress</a> is a powerful and easy way to answer hard questions about why your blog is slow or cranky. What’s causing the slowdown? Is it a plugin? Is it your host? This plugin will help you find out. One problem, though, with this particular plugin is that it’s not for the novice. Advanced WP users will be able to understand what the plugin tells them, but it may not be that obvious for everyone.</p>
<p>WP-Tuner is recommended to be used by:</p>
<ul>
<li>WordPress site administrators</li>
<li>WordPress plugin and theme designers</li>
<li>WordPress developers</li>
</ul>
<p>WP-Tuner can also be used with a number of advanced ways, like hooking any WordPress action to it. You can even use it to time anything at all in WordPress.</p>
<p>Installing WP-Tuner is as easy as installing any other plugin: upload using your favorite FTP client, and activate via the plugins page. Be sure to read the plugin&#8217;s readme file and the associated help documents before using it.</p>
<p>Used with a bit of common sense, this powerful plugin will help blog administrators as well as software developers improve their WordPress blog performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2008/11/22/wordpress-plugin-wp-tuner/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Are You Getting Spammed Too?</title>
		<link>http://www.bloggingpro.com/archives/2008/11/15/are-you-getting-spammed-too/</link>
		<comments>http://www.bloggingpro.com/archives/2008/11/15/are-you-getting-spammed-too/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 14:39:01 +0000</pubDate>
		<dc:creator>Ade Magnaye</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2540</guid>
		<description><![CDATA[The other day I opened up my blogs and I saw that they had this huge influx of comments. As this was rather unusual, I checked the moderation queue and to my surprise, I found a huge number of comment spam. Weirdly though, the spam contained none of the usual links, and instead found a [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I opened up my blogs and I saw that they had this huge influx of comments. As this was rather unusual, I checked the moderation queue and to my surprise, I found a huge number of comment spam. Weirdly though, the spam contained none of the usual links, and instead found a random string of letters and numbers, like &#8220;j2miob2e5gylwz9w&#8221;.</p>
<p style="text-align: center;"><img class="alignnone aligncenter" src="http://img136.imageshack.us/img136/9384/spamqh7.png" alt="Comment Spam" /></p>
<p>As if that wasn&#8217;t weird enough, it seems that the spam got through <a href="http://akismet.com/">Akismet</a> multiple times. The spam messages came from these IP addresses:</p>
<ul>
<li>94.102.60.150</li>
<li>94.102.60.151</li>
<li>94.102.60.152</li>
<li>94.102.60.153</li>
</ul>
<p>Searching Google with the IP addresses brings up a lot of discussion about the spamming incident. Apparently, this has happened to a lot of blogs over a short period of time, and most, if not all, of the affected blogs were on WordPress.</p>
<p>So, what on earth was that about? It seems like somebody&#8217;s testing a brand-new spam tool that actively tagrets WordPress blogs. I&#8217;ve already blocked the said IP addresses via .htaccess, but who knows when the next spam attack will come?</p>
<p>This is probably the best time to brush up on some basic comment spam prevention tips. WordPress has some built-in spam prevention features, like:</p>
<ul>
<li>Keep comment modderation on; make sure that people need to have a previous comment approved first before they can successfully comment.</li>
<li>If a comment has more than two links contained in it, it should be automatically moderated.</li>
<li>Fill out the “common spam words” form in WordPress so that comments get moderated when anything within the comment (including the author URI, author name, author email and the body of the comment itself) matches the words in the blacklist.</li>
<li>Akismet may not be built in WordPress by default, but it is included in the installation and installing it is the first thing I do when setting up a new blog. It still is the best spam filter out there.</li>
</ul>
<p>If you have other anti-spam measures you implement on your blogs, just drop a comment and tell me about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2008/11/15/are-you-getting-spammed-too/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Upgrading Options (part 2)</title>
		<link>http://www.bloggingpro.com/archives/2008/06/26/wordpress-upgrading-options-part-2/</link>
		<comments>http://www.bloggingpro.com/archives/2008/06/26/wordpress-upgrading-options-part-2/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 07:38:49 +0000</pubDate>
		<dc:creator>jim</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2008/06/26/wordpress-upgrading-options-part-2/</guid>
		<description><![CDATA[As I have promised in a previous post here, I&#8217;d like to share with you that useful little plugin that allowed me to automatically update/upgrade my WordPress blog version.  Thanks for being patient.  I intentionally wanted to post this at the end of the month.
OK, I used: Wordpress Instant Upgarde by Zironoa .
Here&#8217;s a little [...]]]></description>
			<content:encoded><![CDATA[<p>As I have promised in a previous post <strong><a href="http://www.bloggingpro.com/archives/2008/06/05/wordpress-upgrading-options/#comments">here</a></strong>, I&#8217;d like to share with you that useful little plugin that allowed me to automatically update/upgrade my WordPress blog version.  Thanks for being patient.  I intentionally wanted to post this at the end of the month.</p>
<p>OK, I used: <strong><a href="http://www.zirona.com/software/wordpress-instant-upgrade/">Wordpress Instant Upgarde by Zironoa</a></strong> .</p>
<p>Here&#8217;s a little blurb from their homepage:</p>
<blockquote><p><strong>How does it work?</strong><br />
The InstantUpgrade plugin downloads the latest WordPress version from the WordPress server and unpacks it at your server. In the next step, it deletes all of your old WordPress files (except wp-content/ and wp-config.php) and puts the new files into your WordPress directory. Finally, it runs the database upgrade script. That procedure is exactly what the official guide proposes, only 30 times faster and with you leaning back.</p>
<p><strong>Is it safe to use?<br />
</strong>Yes. The plugin interfaces are very intuitive, everything is well explained. Before the upgrade process, comprehensive checks are performed to ensure that nothing can be broken. As for security: The plugin cannot do anything that you or your webserver couldn’t do anyway. So, yes, it is safe to use. (However, bad things can *always* happen, so you should always have backups of your database and files.)</p></blockquote>
<p>I encountered a few snags along the way, though. Snags like directory permissions (mostly writing privileges), but that was because I changed write privileges as my WordPress blog needed a little more security.  For standard WordPress installations though, the plugin install and activation was very smooth. </p>
<p>Zirona noted that you should not use this plugin if you installed WordPress via Fantastico.  The only harm that may happen to you is that you cannot use Fantastico to update/upgrade your WordPress anymore.  You&#8217;d be using this plugin from thereon.  Well that&#8217;s all the harm it did me. <img src='http://www.bloggingpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Suggestions:</p>
<ul>
<li>I would suggest that you install another WordPress blog to test the plugin first.  I have one that just sits there for this purpose.  So everytime a new plugin surfaces, and I believe is useful to me, I install it on that test WordPress site first.  Don&#8217;t worry about overcrowding your hosting account, hey most hosting accounts have the basic 5GB standard package anyway. </li>
<li>I would suggest that you BACK-UP your data first.  Everything &#8230;. texts, images, your database&#8230; hey you better backup your directory tree even through FTP.  I did.  Believe you me that backup is hard work&#8230; but definitely worth it!</li>
</ul>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2008/06/26/wordpress-upgrading-options-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Upgrading Options</title>
		<link>http://www.bloggingpro.com/archives/2008/06/05/wordpress-upgrading-options/</link>
		<comments>http://www.bloggingpro.com/archives/2008/06/05/wordpress-upgrading-options/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 14:19:58 +0000</pubDate>
		<dc:creator>jim</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2008/06/05/wordpress-upgrading-options/</guid>
		<description><![CDATA[A few weeks ago one of my clients asked me to upgrade their WordPress versions from 2.5 to 2.5.1.  I was a little reluctant to make the jump.  You see, I&#8217;m the type that waits for Fantastico to support the WordPress version before I actually make the upgrade.  I figured that IF Fantastico would support [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago one of my clients asked me to upgrade their WordPress versions from 2.5 to 2.5.1.  I was a little reluctant to make the jump.  You see, I&#8217;m the type that waits for Fantastico to support the WordPress version before I actually make the upgrade.  I figured that IF Fantastico would support it, then it would be stable.  I couldn&#8217;t help but agree in my mind that Fantastico would pass a Wordpress version if it&#8217;s as stable as it gets.  I&#8217;ve never regretted this method, it has always worked for me.</p>
<p>But my client wanted it upgrade for some reason, I pressed on to ask &#8220;Why?&#8221; and he went on to say &#8220;Well you see I have a personal/family blog and I&#8217;ve upgraded to Wordpress 2.5.1 already and it all works well.&#8221;, he said.  &#8220;Hmmm&#8230; Ok!&#8221; was my YM reply.  And so I finally did.</p>
<p>I knew that when I do this that I&#8217;m jumping from the safety of Fantastico to the world of manual upgrades from hereon, but the client wanted it so what the hey.  I did it.  Works well.  The only draw back was that I had to install a wordpress script that would check the version against the most current online version and let IT update my Wordpress. </p>
<p>Goodbye Fantastico &#8230; for now, at least for this client. <img src='http://www.bloggingpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;d still go the Fantastico way for my other clients.  I&#8217;m happy nonetheless that I have known this little script that acts like how I would like Fantastico to upgrade/update my Wordpress&#8230;</p>
<p>Oh, if you want me to tell you that Wordpress plugin&#8230; Will post that up next time! </p>
<p>Hang on tight!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2008/06/05/wordpress-upgrading-options/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 Different Ways To Use WordPress</title>
		<link>http://www.bloggingpro.com/archives/2008/05/11/7-different-ways-to-use-wordpress/</link>
		<comments>http://www.bloggingpro.com/archives/2008/05/11/7-different-ways-to-use-wordpress/#comments</comments>
		<pubDate>Sun, 11 May 2008 23:24:54 +0000</pubDate>
		<dc:creator>Franky Branck</dc:creator>
		
		<category><![CDATA[Blogging Resources]]></category>

		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2008/05/11/7-different-ways-to-use-wordpress/</guid>
		<description><![CDATA[Since the 2.x release of WordPress, the blogging platform has more and more been praised because of its versatility. Obviously, WordPress is mostly known as a blog platform, but depending on your creativity, you can do much more with the very flexible platform.
No limits are set and over the next weeks we will dig a [...]]]></description>
			<content:encoded><![CDATA[<p>Since the 2.x release of WordPress, the <em>blogging platform</em> has more and more been praised because of its versatility. Obviously, WordPress is mostly known as a <strong>blog platform</strong>, but depending on your creativity, you can do much more with the very flexible platform.</p>
<p>No limits are set and over the next weeks we will dig a little deeper into some of the ways WordPress can be used, helping you with the (coding) basics to use WP as more than a blogging platform. For now I will list the different options WP can be used for. This list is not limited.</p>
<h3>Blogging Platform</h3>
<p>Blogging obviously is the main usage of WordPress.</p>
<h3>Photoblog</h3>
<p><a href='http://monotonedemo.wordpress.com/' title='Monotone for WordPress Demo' rel='external'><img class='alignright' src='http://www.bloggingpro.com/wp-content/uploads/2008/05/monotone.jpg' alt='Monotone Photolog Theme for WordPress' /></a>Because it is very simple to upload images with WordPress soon users started to regularly post photos, using WordPress as a photoblog. Until the release of WP2.5 photobloggers had to use the <a href="http://codex.wordpress.org/Using_Custom_Fields" title="Using Custom Fiels at WordPress Codex" rel="external">custom fields</a> to upload thumbnails for the archive or to create a filmstrip in the footer. With the new media uploader in WP2.5 this is not longer needed. WP now automatically generates a medium sized and a small thumbnail. Thumbnail sizes can be specified in the settings and used for the archives display or a filmstrip.</p>
<p>There aren&#8217;t many photolog themes for Wp and even less generate the <em>photolog feeling</em> with only one picture on the mainpage and a click on the picture goes to the previous entry. With the arrival of the <a href="http://monotonedemo.wordpress.com/" title="Monotone for WordPress Demo" rel="external">Monotone Photolog Theme for WordPress</a> theming in this area soon make become more popular. AFAIK Monotone officially is only released for WordPress.com, but can be retrieved from the <a href="http://svn.automattic.com/wpcom-themes/monotone" title="Monotone SVN Directory" rel="external">SVN Directory</a>.</p>
<h3>Tumblelog</h3>
<p><a href='http://livetardy.com/t1/download-t1-theme/' title='T1 Tumbletheme for WordPress' rel='external'><img class='alignright' src='http://www.bloggingpro.com/wp-content/uploads/2008/05/t1-2.jpg' alt='T1 Tumbletheme for WordPress' /></a><a href="http://tumblr.com" rel="external" title="Tumblr">Tumblr</a> is a popular platform, perfect for quick blogging items people stumble upon. I mentioned in my previous entry that <a href="http://chyrp.net" title="Chyrp" rel="external">Chyrp</a> a great self-hosted platform is for your own tumblog (?!), but also WordPress can be used as tumble-engine.</p>
<p>Using WordPress as a tumblelog is not difficult: there are <a href="http://livetardy.com/t1/download-t1-theme/" title="T1 Tumble Theme for WordPress" rel="external">several</a> <a href="http://www.lofitribe.com/2007/09/25/tumble-hybrid-sandbox-port-theme/" title="Tumble-Hybrid Theme for WordPress" rel="external">themes</a> to make your Wp blog more tumblr-alike and there&#8217;s even a <a href="http://web.twelvehorses.com/projects/quickpost/" title="Quick Post plugin for WordPress" rel="external">Quick Post plugin</a> for WordPress, providing the blogger with bookmarklets to easily submit content to their WordPress powered tumblelog.</p>
<p>Start tumbling with WP in the true <a href="http://www.bloggingpro.com/archives/2008/05/05/self-hosted-blog-options/" title="Self-hosted Blog Options" rel="bookmark">self-hosted spirit</a>!</p>
<h3>Magazine</h3>
<p><img class='alignright' src='http://www.bloggingpro.com/wp-content/uploads/2008/05/magazine2.jpg' alt='Magazine Look for WordPress' />Since several months there has been a rise in the number of premium themes for WordPress, many of them focusing on providing a newspaper, magazine alike look for WordPress</p>
<p><a href="http://www.revolutiontheme.com/" title="Revolution Theme for WordPress" rel="external">Revolution</a> by Brian Gardner was one of the first really popular ones, together with <a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/" title="Mimbo Theme for WordPress" rel="external">Mimbo</a>, which initially was released under the GPL and later evolved into a  second, Pro version, with custom image uploader.</p>
<p>Magazine themes for WordPress rely heavily on the usage of Custom Fields and <a href="http://codex.wordpress.org/Conditional_Tags" title="WordPress Codex: Conditional Tags"" rel="external">Conditional Tags</a>.<br />Most magazine themes have featured posts, use many thumbnail images on the main page and display recent entries from different categories. The success of a magazine theme IMHO heavily relies on the quality of the top navigation bar.</p>
<h3>Online Shop</h3>
<p><img class='alignright'src='http://www.bloggingpro.com/wp-content/uploads/2008/05/ecommerce.jpg' alt='Wp-eCommerce example' />The real success of WordPress isn&#8217;t just the blog platform software, but the whole community around. And the great plugins. <a href="http://www.instinct.co.nz/e-commerce/" title="WP-eCommerce plugin" rel="external">WP-eCommerce</a> is one of the more extensive plugins, powering a complete online store front-end, based on WordPress. The competition in the eCommerce area is heavy with options such as the hosted <a href="http://shopify.com" rel="external" title="Shopify">Shopify</a> platform or the well-known open-source <a href="http://www.oscommerce.com/" title="osCommerce" rel="external">osCommerce</a> software., but when it comes to ease of use and features the WP-eCommerce plugin can compete with all of them and according to the plugin homepage even powers more shops than osCommerce does.</p>
<h3>Contact Manager and Customer Relation Management</h3>
<p><a href="http://http://www.slipfire.com/wp-crm-58.htm" title="Slipfire's CRM plugin for WordPress" rel="external"><img class="alignright" src='http://www.bloggingpro.com/wp-content/uploads/2008/05/crm.jpg' alt='WP CRM Plugin' /></a>Both Design Intelliction&#8217;s <a href="http://designintellection.com/downloads/wp-contact-manager/" title="WP-Contact Manager" rel="external">WP-Contact Manager</a> and Slipfire&#8217;s <a href="http://www.slipfire.com/wp-crm-58.htm" title="A CRM Built With WP' rel="external">WP-CRM</a> plugins prove that there really aren&#8217;t any limits to WordPress&#8217;s versatility.</p>
<p>WP-Contact Manager is a theme for WordPress using several plugins, Wp-CRM is a full-blown plugin, inspired by WP-Contact Contact Manager and 37Signals&#8217;s <a href="http://http://www.highrisehq.com/" title="Highrise" rel="external">Highrise</a>.</p>
<p>With both options it is easy to maintain, publish your contact list online.</p>
<p>
<h3>Twitter Platform</h3>
</p>
<p><a href='http://prologuetheme.com/' title='WP Prologue Theme'><img class='alignright' src='http://www.bloggingpro.com/wp-content/uploads/2008/05/twitter-platform.jpg' alt='WP Prologue Theme' /></a>The excellent <a href="http://prologuetheme.com/" title="Prologue Theme for WP" rel="external">Prologue theme</a> for WP offer every blogger a <a href="http://twitter.com" rel="external" title="Twitter">Twitter</a> alike platform:&#8230; without the 140 characters limitation.</p>
<p>Use it for your company, with your friends or just for fun!<br />The theme is slick, fast loading and depending on what you tweet&#8230; fun! Prologue even allows comments. I reckon <a href="http://blog.slaven.net.au/wordpress-plugins/friendfeed-comments-wordpress-plugin/" title="WP Friendfeed Comments plugin" rel="external">FriendFeed Comments</a> is the perfect addition to this theme.</p>
<h3>Other Usage Options</h3>
<p>As shown so far, there really are no limits set to the way Wp can be used. I use this blogging platform as a personal wiki, tumbling interesting topics. Other bloggers, developers use WordPress as a CMS, although it isn&#8217;t entirely clear to me what Content Management System really means in this matter. Smarter navigaition? *Nuke alike left sidebar or is every blog per se a CMS?</p>
<p>I am sure with time more and more ways to use WordPress will appear.</p>
<p><strong><u>Update:</u></strong> As <a href="http://www.bloggerjobs.de/" rel="external" title="Andreas">Andreas</a> notes in the comments, WordPress can also be used as job board with the help of <a href="http://recruitpress.com/" title="RecruitPress PlugIn for WordPress" rel="external">the RecruitPress plugin</a>.</p>
<hr />
<p>Franky writes in his free time at <a href="http://ifranky.com" title="iFranky, Sue me Because My Parents called me Franky" rel="external">iFranky</a> and can be followed on <a href="http://twitter.com/franky" title="Franky on Twitter" rel="external">twitter</a>. Be warned, his twitter account is heavily G&#038;T powered!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2008/05/11/7-different-ways-to-use-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Technorati: Upgrade or Stop Being Indexed</title>
		<link>http://www.bloggingpro.com/archives/2008/04/17/technorati-upgrade-or-stop-being-indexed/</link>
		<comments>http://www.bloggingpro.com/archives/2008/04/17/technorati-upgrade-or-stop-being-indexed/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:27:51 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2008/04/17/technorati-upgrade-or-stop-being-indexed/</guid>
		<description><![CDATA[It looks like so many older WordPress blogs are being heavily spammed through issues that have been fixed for over a year now. Why is this? Because we are all too lazy to upgrade our blogs. 
Now Technorati, and most likely other services like it are taking a hard look at older WordPress run blogs [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like so many older WordPress blogs are being heavily spammed through issues that have been fixed for over a year now. Why is this? Because we are all too lazy to upgrade our blogs. </p>
<p>Now Technorati, and most likely other services like it are taking a hard look at older WordPress run blogs and are saying &#8220;upgrade or we will stop indexing your site&#8221;.</p>
<p>From <a href="http://technorati.com/weblog/2008/04/424.html">Technorati&#8217;s blog</a>:</p>
<blockquote><p>Blogs that have been compromised by this security vulnerability are typified by having links to spam destinations inserted onto the blog page. These link insertions may be invisible to casual observations; the links are often obscured by style attributes that render them invisible. These links are still seen by crawlers such as Technorati&#8217;s, Google&#8217;s and Yahoo&#8217;s. You can find these links by viewing the source of the blog pages or, when using Firefox, looking under &#8220;Tools&#8221; -> &#8220;Page Info&#8221; -> &#8220;Links&#8221;. Blogs hosted on wordpress.com are not affected by this issue; only blogs hosted on their own installations of WordPress from wordpress.org require concern.</p>
<p>Because of this ongoing problem, we&#8217;re discontinuing processing crawls of blogs that exhibit common symptoms of being compromised. We strongly recommend upgrading your WordPress installation. Even if you haven&#8217;t been afflicted by a compromise, by the time you are aware that you have been a number of negative consequences may have already occurred (for instance, flagged spam by Technorati, Google or Yahoo!) &#8212; this has been reported by many WordPress users.</p></blockquote>
<p>I guess that means that now is the time to upgrade, as the effects of not upgrading and thus being spammed are very far reaching. Splashpress Media had a problem with this once and one of our sites was put on StopBadware.org&#8217;s list, making sure that everyone that found us through Google&#8217;s search results was warned that we were an unsafe site to browse. This made traffic and revenue plummet and it took a long time to get off that list, even once the issue was resolved. </p>
<p>It isn&#8217;t that hard to upgrade, so what are you waiting for? Upgrade to <a href="http://wordpress.org/download/release-archive/">WordPress 2.3.3</a> or <a href="http://wordpress.org/download/">WordPress 2.5</a> today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2008/04/17/technorati-upgrade-or-stop-being-indexed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are You Doing to Optimize WordPress?</title>
		<link>http://www.bloggingpro.com/archives/2008/03/07/what-are-you-doing-to-optimize-wordpress/</link>
		<comments>http://www.bloggingpro.com/archives/2008/03/07/what-are-you-doing-to-optimize-wordpress/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 00:10:53 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2008/03/07/what-are-you-doing-to-optimize-wordpress/</guid>
		<description><![CDATA[As I continue to use WordPress as a publishing platform, I find myself wondering if there are better workflow systems when writing content on WordPress, or ways to make WordPress run faster in the eyes of my readers.
I know a little about caching, and various different administration themes, and things like Windows Live Writer, but [...]]]></description>
			<content:encoded><![CDATA[<p>As I continue to use WordPress as a publishing platform, I find myself wondering if there are better workflow systems when writing content on WordPress, or ways to make WordPress run faster in the eyes of my readers.</p>
<p>I know a little about caching, and various different administration themes, and things like Windows Live Writer, but what other things do you do to optimize your interactions with WordPress? Any fancy plugins? Any fancy software? Let me know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2008/03/07/what-are-you-doing-to-optimize-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Visual Editor - Do you Use It?</title>
		<link>http://www.bloggingpro.com/archives/2007/09/21/wordpress-visual-editor-do-you-use-it/</link>
		<comments>http://www.bloggingpro.com/archives/2007/09/21/wordpress-visual-editor-do-you-use-it/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 18:18:11 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2007/09/21/wordpress-visual-editor-do-you-use-it/</guid>
		<description><![CDATA[Weblog Tools Collection asks the question &#8220;do we use the WordPress visual editor?&#8221;
I know that myself, and many other people I know, are just like Mark and Jim from WTC in that right after installing WordPress, we turn it off. 
Why do we turn it off? Well, mostly because it doesn&#8217;t work as effectively as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblogtoolscollection.com/archives/2007/09/21/wordpress-visual-editor-do-you-use-it/">Weblog Tools Collection</a> asks the question &#8220;do we use the WordPress visual editor?&#8221;</p>
<p>I know that myself, and many other people I know, are just like Mark and Jim from WTC in that right after installing WordPress, we turn it off. </p>
<p>Why do we turn it off? Well, mostly because it doesn&#8217;t work as effectively as doing things by hand for people that understand how to make text bold and add in  image code. </p>
<p>I enjoy seeing that the HTML code is being properly formatted, and that nothing extra is being added. I love controlling how my text is presented, and I feel that the visual editor hinders me in that respect.</p>
<p>The flip side though is that people without any understanding of HTML tags and whatnot love the editor, as it gives them an interface more like the ever prevalent Microsoft Word. </p>
<p>Where do you stand? Is the WordPress visual editor on or off on your installations? </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2007/09/21/wordpress-visual-editor-do-you-use-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Things You Need to Know About WordPress 2.3</title>
		<link>http://www.bloggingpro.com/archives/2007/09/20/10-things-you-need-to-know-about-wordpress-23/</link>
		<comments>http://www.bloggingpro.com/archives/2007/09/20/10-things-you-need-to-know-about-wordpress-23/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 15:08:24 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
		
		<category><![CDATA[WordPress News]]></category>

		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2007/09/20/10-things-you-need-to-know-about-wordpress-23/</guid>
		<description><![CDATA[Aaron Brazell has released his 10 Things You Need to Know About WordPress 2.3 post on Technosailor and if you really want to be &#8220;in the know&#8221; about WordPress 2.3 which will have its final release in less than a week, I suggest you check out this post.
It covers things like tags, update notifications and [...]]]></description>
			<content:encoded><![CDATA[<p>Aaron Brazell has released his 10 Things You Need to Know About WordPress 2.3 post on Technosailor and if you really want to be &#8220;in the know&#8221; about WordPress 2.3 which will have its final release in less than a week, I suggest you check out this post.</p>
<p>It covers things like tags, update notifications and what all these things mean. He goes over many of the new additions that will make developers happy as well.</p>
<p>Here is just a snippet from that post:</p>
<blockquote><p>Observant users may notice that there is no way to edit those tags, manage a list of tags, or delete tags. I will point out that, there are already plugins that add management tools to WordPress for tagging and the development team has purposefully taken a “wait and see” approach to tags in this release. It does not make a lot of sense to add tons of UI that is later discovered to be superfluous or rarely used. Instead, they have opted to wait and see what plugins become popular with an open mind about possible integration in future releases. </p></blockquote>
<p>Check it out on <a href="http://technosailor.com/10-things-you-need-to-know-about-wordpress-23/">Technosailor</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2007/09/20/10-things-you-need-to-know-about-wordpress-23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tools for the WordPress Admin</title>
		<link>http://www.bloggingpro.com/archives/2007/07/26/tools-for-the-wordpress-admin/</link>
		<comments>http://www.bloggingpro.com/archives/2007/07/26/tools-for-the-wordpress-admin/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 17:24:49 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
		
		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2007/07/26/tools-for-the-wordpress-admin/</guid>
		<description><![CDATA[Those of you that love crazy long lists of resources and tools should check out the post on Mashable which is packed the brim with things that WordPress administrators should be using.

Running your Wordpress blog can feel like a full-time job sometimes. We’ve compiled an A-Z list of more than 50 plugins to help you [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you that love crazy long lists of resources and tools should check out the post on <a href="http://mashable.com/2007/07/26/wordpress-admin-plugins/">Mashable</a> which is packed the brim with things that WordPress administrators should be using.</p>
<blockquote><p>
Running your Wordpress blog can feel like a full-time job sometimes. We’ve compiled an A-Z list of more than 50 plugins to help you streamline everything you need to do out back. As with any plugins list, don’t install them all at once!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2007/07/26/tools-for-the-wordpress-admin/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
