<?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>Swift Themes &#187; Wordpress</title>
	<atom:link href="http://swiftthemes.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://swiftthemes.com</link>
	<description>The fastest loading, premium quality free wordpress themes</description>
	<lastBuildDate>Sat, 19 May 2012 11:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Renaming Custom Post Types and Taxonomies in WordPress</title>
		<link>http://swiftthemes.com/2010/12/wordpress/renaming-custom-post-types-and-taxonomies-in-wordpress/</link>
		<comments>http://swiftthemes.com/2010/12/wordpress/renaming-custom-post-types-and-taxonomies-in-wordpress/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 09:20:02 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[post types]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=1345</guid>
		<description><![CDATA[<p>If you change the name of custom post types, all the posts published with the previous name will lead to 404 error. Run this small SQL query to rename your post types and taxonomies without any problems.</p>
 ]]></description>
			<content:encoded><![CDATA[<p>If you change the name of custom post types, all the posts published with the previous name will lead to 404 error. Run this small SQL query to rename your post types and taxonomies without any problems.</p>
<p></p><pre class="crayon-plain-tag">UPDATE  `wp_posts` SET  `post_type` =  '&amp;lt;new post type name&amp;gt;' WHERE  `post_type` = '&amp;lt;old post type name&amp;gt;';</pre><p></p>
<p></p><pre class="crayon-plain-tag">UPDATE  `wp_term_taxonomy` SET  `taxonomy` =  '&amp;lt;new taxonomy name&amp;gt;' WHERE  `taxonomy` = '&amp;lt;old taxonomy name&amp;gt;';</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/12/wordpress/renaming-custom-post-types-and-taxonomies-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suggestions and Ideas invited for the next version of SWIFT</title>
		<link>http://swiftthemes.com/2010/08/wordpress-themes/suggestions-and-ideas-invited-for-the-next-version-of-swift/</link>
		<comments>http://swiftthemes.com/2010/08/wordpress-themes/suggestions-and-ideas-invited-for-the-next-version-of-swift/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 06:45:54 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Swift]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=930</guid>
		<description><![CDATA[<p>Hello Swiftler&#8217;s, It&#8217;s been a long time since I made major changes to SWIFT, it&#8217;s time to add some cool and fancy features to SWIFT making the best use of new features added to WordPress3.0. Here are what I planned for the update. Please post your suggestions and ideas. Fix the image resize problem. Separate [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Hello Swiftler&#8217;s,</p>
<p>It&#8217;s been a long time since I made major changes to SWIFT, it&#8217;s time to add some cool and fancy features to SWIFT making the best use of new features added to WordPress3.0. Here are what I planned for the update. Please post your suggestions and ideas.</p>
<ul>
<li><em>Fix the image resize problem.</em></li>
<li><em>Separate comments, trackbacks, and pings.</em></li>
<li>Change the styling of blockquote.</li>
<li><em>Add support to menus.</em></li>
<li>A widget to share links of your profiles on major social media sites.</li>
<li>Some animations to dropdown menus.</li>
<li>Change the default font of the theme, how do you like the font of this site?</li>
<li><em>Styling the calendar widget correctly.</em></li>
<li><em>Custom template for images uploaded.</em></li>
<li>Custom meta box to upload post thumbnail on write post page.</li>
<li>Option to upload background images and logo from the options page.</li>
<li>AJAX comments. I have been trying to add it since a long time, but couldn&#8217;t  make it. I hope I can find some good tutorials on how to do this <img src='http://swiftthemes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Reply with quote option in comments.</li>
<li>Add style sheet to post editor, so that your post looks exactly the way it look in your editor.</li>
<li>I&#8217;m beginning to dislike the social media icons at the end of the post. I might change them or remove them completely.</li>
<li><strong>I want to add some useful post types, please drop in your ideas. </strong>(One thing I can think of at the moment is a template to publish weekly or monthly roundups)</li>
</ul>
<p>If you want a new feature or want to report a bug, this is the best time. Also if you come across a blog with beautifully styled footer, blockquote, lists, author template, 404 template, has some cool js features or anything that you like post the links in comments. Lets make SWIFT the best WordPress theme <img src='http://swiftthemes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS1: I recently changed the name of my other blog, GenisuHackers.Com to <a href="http://techbu.com/">TechBU.com</a> and converted it into a <a href="http://techbu.com/join-techbu/">revenue sharing blog</a>. I made a BuddyPress compatible version of SWIFT for that blog, let me know how you like it and post your opinion.</p>
<p>PS2: Do you want the BuddyPress version of SWIFT to be made public?</p>
<p>Ps3: Italicized features in the above list are already implemented <img src='http://swiftthemes.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/08/wordpress-themes/suggestions-and-ideas-invited-for-the-next-version-of-swift/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Fix for 404 error while updating and editing posts</title>
		<link>http://swiftthemes.com/2010/06/wordpress/fix-for-404-error-while-updating-and-editing-posts/</link>
		<comments>http://swiftthemes.com/2010/06/wordpress/fix-for-404-error-while-updating-and-editing-posts/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 05:00:06 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[post update error]]></category>
		<category><![CDATA[WordPress Troubleshooting]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=760</guid>
		<description><![CDATA[<p>Yesterday when I was trying to publish a post it was redirecting me to 404 error page. The problem was with only one particular page and it was some way related to the post content. I was able to save the post when I removed some part of the post. I tried a lot of [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p><a href="http://swiftthemes.com/blog/wp-content/uploads/2010/06/404-error.png"><img class="aligncenter size-full wp-image-762" title="404-error" src="http://swiftthemes.com/blog/wp-content/uploads/2010/06/404-error.png" alt="" width="580" height="387" /></a></p>
<p>Yesterday when I was trying to publish a post it was redirecting me to 404 error page. The problem was with only one particular page and it was some way related to the post content. I was able to save the post when I removed some part of the post. I tried a lot of things like</p>
<ul>
<li>Disabling plugins</li>
<li>Activating the default theme</li>
<li>Updating and reinstalling WordPress</li>
<li>Rewriting htaccess and updating permalinks</li>
</ul>
<p>Nothing helped, some of the threads on this problem referred to <strong>mod_security rules</strong>. The problem was due to the mod security rules. As my post had some strings that directly relate to security issues.  These  obviously triggered some mod_security rules I had to disable mod_security rules temporarily to publish the post.</p>
<p>This is what I added to /<strong>usr/local/apache/conf/modsec2/whitelist.conf</strong>, (location may be different in your case)</p>
<p>[code]</p>
<p>&lt;LocationMatch &quot;/wp-admin/*&quot;&gt;<br />
 SecRuleRemoveById 300015<br />
&lt;/LocationMatch&gt;</p>
<p>[/code]</p>
<p>If don&#8217;t have the permissions to edit mod_security rules, ask your hosting support team to update them for you. You may want to show this post as reference to them.</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/06/wordpress/fix-for-404-error-while-updating-and-editing-posts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SWIFT is compatible with WordPress3.0</title>
		<link>http://swiftthemes.com/2010/06/wordpress/swift-is-compatible-with-wordpress3-0/</link>
		<comments>http://swiftthemes.com/2010/06/wordpress/swift-is-compatible-with-wordpress3-0/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 09:32:04 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=687</guid>
		<description><![CDATA[<p>The much awaited WordPress 3.0 was out yesterday. I have been using RC&#8217;s ( Release candidates ) for the development of SWIFT since version 5.25, SWIFT is compatible with WordPress 3.0. There are no known issues, if you find any please post them on the forum. There were some bugs in v5.28 of SWIFT like [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<div id="attachment_692" class="wp-caption aligncenter" style="width: 576px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2010/06/wordpress-3.0-loves-swift.png"><img class="size-full wp-image-692" title="wordpress-3.0-loves-swift" src="http://swiftthemes.com/blog/wp-content/uploads/2010/06/wordpress-3.0-loves-swift.png" alt="" width="566" height="377" /></a><p class="wp-caption-text">SWIFT is compatible with WordPress 3.0</p></div>
<p>The much awaited WordPress 3.0 was out yesterday. I have been using RC&#8217;s ( Release candidates ) for the development of SWIFT since version 5.25, SWIFT is compatible with WordPress 3.0. There are no known issues, if you find any please post them on the forum.</p>
<p>There were some bugs in v5.28 of SWIFT like</p>
<ul>
<li>Problem with subscribe widget.</li>
<li>Problem with banner ads widget.</li>
<li>Bug in links appended to the navigation bar.</li>
</ul>
<p>And the following error, result of accidentally deleting some files and missing file extensions.</p>
<blockquote><p>Warning: fopen(/home/sdesdf/public_html/wp-content/themes/swift/admin/js-base/slider-lite) [function.fopen]: failed to open stream: No such file or directory in /home/sdesdf/public_html/wp-content/themes/swift/admin/create-js-file.php on line 19</p>
<p>Warning: filesize() [function.filesize]: stat failed for /home/sdesdf/public_html/wp-content/themes/swift/admin/js-base/slider-lite in /home/sdesdf/public_html/wp-content/themes/swift/admin/create-js-file.php on line 20</p>
<p>Warning: fread(): supplied argument is not a valid stream resource in /home/sdesdf/public_html/wp-content/themes/swift/admin/create-js-file.php on line 20</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/sdesdf/public_html/wp-content/themes/swift/admin/create-js-file.php:19) in /home/sdesdf/public_html/wp-includes/pluggable.php on line 868</p></blockquote>
<p>all of them are cleared in v5.29. You can download it from the <strong><a href="http://swiftthemes.com/download/">downloads page</a></strong>.</p>
<p>I will be releasing the first ever child theme of SWIFT some time this week, here is a screen shot of it. Feedback appreciated.</p>
<p><a href="http://swiftthemes.com/blog/wp-content/uploads/2010/06/SwiftThemes.Com  Just-another-WordPress-weblog_1276848804704.png"></a></p>
<div id="attachment_690" class="wp-caption aligncenter" style="width: 570px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2010/06/SwiftThemes.Com  Just-another-WordPress-weblog_1276848804704.png"><img class="size-large wp-image-690" title="SwiftThemes.Com | Just another WordPress weblog_1276848804704" src="http://swiftthemes.com/blog/wp-content/uploads/2010/06/SwiftThemes.Com  Just-another-WordPress-weblog_1276848804704-560x963.png" alt="Kill Bill, The first ever child theme of SWIFT" width="560" height="963" /></a><p class="wp-caption-text">Kill Bill, The first ever child theme of SWIFT</p></div>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/06/wordpress/swift-is-compatible-with-wordpress3-0/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Easily import and export options in SWIFT-v5.27</title>
		<link>http://swiftthemes.com/2010/06/wordpress-themes/free-themes/easily-import-and-export-options-in-swift-v5-27/</link>
		<comments>http://swiftthemes.com/2010/06/wordpress-themes/free-themes/easily-import-and-export-options-in-swift-v5-27/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:28:31 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Free Themes]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Import export options]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=682</guid>
		<description><![CDATA[<p>I&#8217;m very happy to announce the new import / export options feature in SWIFT a feature unique to SWIFT in it&#8217;s class. Apart from the ease in carrying your customizations from development server to live server, this new feature opens new doors for SWIFT. Now you can easily share your customizations and color schemes with fellow Swifter&#8217;s, release them [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p><a href="http://swiftthemes.com/blog/wp-content/uploads/2010/06/gift-pack.png"><img class="aligncenter size-full wp-image-683" title="gift-pack" src="http://swiftthemes.com/blog/wp-content/uploads/2010/06/gift-pack.png" alt="" width="660" height="330" /></a></p>
<p>I&#8217;m very happy to announce the new <strong>import / export options</strong> feature in SWIFT a feature <strong>unique to SWIFT</strong> in it&#8217;s class. Apart from the ease in carrying your customizations from development server to live server, this new feature opens new doors for SWIFT. Now you can easily share your customizations and color schemes with fellow Swifter&#8217;s, release them as child themes.</p>
<p>I haven&#8217;t yet styled the import/export options admin page, I will write a detailed post on how to share your customizations once I finish styling the new import/export page.</p>
<p>The new slider announced in my <a href="http://swiftthemes.com/2010/06/wordpress-themes/option-to-choose-between-2-sliders/">earlier post</a> is included in this version of SWIFT</p>
<h2><a href="http://swiftthemes.com/download/">Download  SWIFT v5.27</a></h2>
<p>PS: Please share the news on twitter and other social media.</p>
<p>Thanks</p>
<p>Satish Gandham</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/06/wordpress-themes/free-themes/easily-import-and-export-options-in-swift-v5-27/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>My application for GSoC 2010</title>
		<link>http://swiftthemes.com/2010/04/wordpress/my-application-for-gsoc-2010/</link>
		<comments>http://swiftthemes.com/2010/04/wordpress/my-application-for-gsoc-2010/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 18:09:48 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[GSoC 2010]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=624</guid>
		<description><![CDATA[<p>Problem Currently, if you want to move your WordPress install to a new host and keep the same domain, you only need to move all the files (WordPress Core, Themes, and Plugins), and then export/import the database. It’s pretty straight forward, but still more complex than many users are capable of. However, if you want [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<blockquote><p>Currently, if you want to move your WordPress install to a new host and keep the same domain, you only need to move all the files (WordPress Core, Themes, and Plugins), and then export/import the database. It’s pretty straight forward, but still more complex than many users are capable of.</p>
<p>However, if you want to change the domain (even without moving to a new host) you have to export the database, do some search and replace on the .sql file, and then re-import the updated database. Even then, if the new domain has a different number of characters in it than the old one did, you can run against problems if any of the places you replaced the name happened to be inside a serialized array (almost all the options, including things like widget settings, text widget text, etc).</p></blockquote>
<p>The goal of this project would be to make a these kinds of transitions simple and smooth. If only the domain is changing, then when the user updates the WordPress URL we would update internal links in their posts, settings, image urls, etc. If they are moving to a new host, allowing them to install WordPress at their new host and enter their credentials for their old host (WordPress admin credentials as well as FTP credentials) and WordPress would simply import everything (posts, settings, uploads, theme, plugins, etc).</p>
<h2>There are 3 possible cases</h2>
<ol>
<li> Change the domain on the same host.</li>
<li>Move to a different host.</li>
<li>Change the domain and move to a different host.</li>
</ol>
<h2>Change the domain on the same host</h2>
<p>This basically requires finding every occurrence of the old domain name in the database and change it to new one. We may face problems when the data is stored in a serialized array, so I’m first going to unserilaze the data from each row, make the necessary changes and the then put it back in the database.</p>
<h2>Move to a different host</h2>
<p>I will ask the user to install WordPress on his new host, collect the ftp details from the user. I will then use these ftp details to fetch the details about the database and drop all the tables. I will then dump the database on the old host, transfer it to the new host via ftp and then import it to the new database and then I will copy wp-content directory via ftp.</p>
<h2>Change the domain and move to a different host</h2>
<p>I will first move the blog to the new host as described in case 2 and then change the domain name as described in case 1</p>
<p><strong>Plugin, theme, or core:</strong> I would like to develop it as a plugin, as most of the users might not need this option.</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/04/wordpress/my-application-for-gsoc-2010/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A complete guide to integrating wordpress and vBulletin</title>
		<link>http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/</link>
		<comments>http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:59:51 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[vBulletin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bbPress]]></category>
		<category><![CDATA[vBulletin 4.0]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=574</guid>
		<description><![CDATA[<p>As your blog grows, you might want to build a community around it. If vBulletin is your choice, this guide is for you. Importing WordPress users to vBulletin 4.0 forum If there are lot of users already registered on your blog, It&#8217;s a good idea to start the forum with those users already registered on the forum. Unfortunately there [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<div id="attachment_580" class="wp-caption aligncenter" style="width: 660px"><a rel="attachment wp-att-580" href="http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/attachment/vbulletin-wordpress-and-bbpress/"><img class="size-full wp-image-580" title="vbulletin-wordpress-and-bbpress" src="http://swiftthemes.com/blog/wp-content/uploads/2010/02/vbulletin-wordpress-and-bbpress.png" alt="Integrating vBulletin with wordpress" width="650" height="173" /></a><p class="wp-caption-text">Integrating vBulletin with WordPress</p></div>
<p>As your blog grows, you might want to build a community around it. If vBulletin is your choice, this guide is for you.</p>
<h1>Importing WordPress users to vBulletin 4.0 forum</h1>
<p>If there are lot of users already registered on your blog, It&#8217;s a good idea to start the forum with those users already registered on the forum. Unfortunately there are no scripts to <strong>import WordPress users to vBulletin.</strong></p>
<p>Luckily for us, impex has scripts to import bbPress and the user table structure for WordPress and bbPress are same. So you can import WordPress telling impex that it is bbPress. It will show you a warning that some tables are not found, you can safely ignore them and continue with the import. All the imported users will be placed under a new group named <strong>Active Imported Users</strong>. Move them to registered users, else they may have problem logging in and posting.</p>
<p><strong>goto admincp-&gt; usergroups-&gt; usergroup manager</strong> and drop the newly created group and they will automatically moved to registered users group.</p>
<div id="attachment_578" class="wp-caption aligncenter" style="width: 592px"><a rel="attachment wp-att-578" href="http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/attachment/import-bbpress-to-wordpress/"><img class="size-full wp-image-578" title="import-bbpress-to-wordpress" src="http://swiftthemes.com/blog/wp-content/uploads/2010/02/import-bbpress-to-wordpress.png" alt="preparing bbPress for import" width="582" height="225" /></a><p class="wp-caption-text">Preparing WordPress for import in disguise.</p></div>
<div id="attachment_579" class="wp-caption aligncenter" style="width: 402px"><a rel="attachment wp-att-579" href="http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/attachment/importin-wordpress-users-to-vbulletin/"><img class="size-full wp-image-579" title="importin-wordpress-users-to-vBulletin" src="http://swiftthemes.com/blog/wp-content/uploads/2010/02/importin-wordpress-users-to-vBulletin.png" alt="importing wordpress users to vbulletin" width="392" height="296" /></a><p class="wp-caption-text">You can ignore the warnings in red and continue with the import.</p></div>
<h1>Bridging wordpress and vBulletin</h1>
<p>There is a mod to bridge wordpress and vBulletin, you can download it <a href="http://www.vbulletin.org/forum/showthread.php?t=205388">here</a>. It has clear documentation on how to use the plugin, read the instructions carefully before you do anything.</p>
<p><strong>If you need help integrating vBulletin with your wordpress installation or convert your bbPress forum to vBulletin you can </strong><a href="http://swiftthemes.com/hire-me/"><strong>hire me</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Modified version of get_the_category to limit the number of categories displayed.</title>
		<link>http://swiftthemes.com/2010/02/wordpress/modified-version-of-get_the_category-to-limit-the-number-of-categories-displayed/</link>
		<comments>http://swiftthemes.com/2010/02/wordpress/modified-version-of-get_the_category-to-limit-the-number-of-categories-displayed/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 05:28:11 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Theme Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[get_the_category]]></category>
		<category><![CDATA[the_category]]></category>
		<category><![CDATA[Wordpress codex]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=533</guid>
		<description><![CDATA[<p>Unfortunately WordPress functions <strong>get_the_category()</strong>, <strong>the_category() </strong>do not take any arguments and display all the categories the post is filed in. I wrote a small custom function during the development of swift to echo a specific number of categories a post is filed in. I hope this will help the fellow theme developers</p>
 ]]></description>
			<content:encoded><![CDATA[<p><a href="http://swiftthemes.com/blog/wp-content/uploads/2010/02/wordpress-theme-development.png"><img src="http://swiftthemes.com/blog/wp-content/uploads/2010/02/wordpress-theme-development.png" alt="" title="wordpress-theme-development" width="448" height="268" class="aligncenter size-full wp-image-536" /></a><br />
Some times as a theme developers we may have to display only specific number of categories a post is filed in as a large number of categories may break the layout in some cases and sometimes we may have to display only one category.</p>
<p>For example in SWIFT magazine layout, I display one category overlayed on the thumbnail.</p>
<p>Unfortunately WordPress functions <strong>get_the_category()</strong>, <strong>the_category() </strong>do not take any arguments and display all the categories the post is filed in. I wrote this small function during the development of swift to echo a specific number of categories a post is filed in. I hope this will help the fellow theme developers</p>
<p></p><pre class="crayon-plain-tag">/*
A custom function to echo specified number of categories a
post is filed in.
(Takes number of categories to be displayed as argument)
Written by Satish Gandham
Author URL: http://swiftthemes.com
Contact: http://swiftthemes.com/contact-me/
*/
function swift_list_cats($num){
	$temp=get_the_category();
	$count=count($temp);// Getting the total number of categories the post is filed in.
	for($i=0;$i&amp;lt;$num&amp;amp;&amp;amp;$i&amp;lt;$count;$i++){
		//Formatting our output.
		$cat_string.='&amp;lt;a href=&amp;quot;'.get_category_link( $temp[$i]-&amp;gt;cat_ID  ).'&amp;quot;&amp;gt;'.$temp[$i]-&amp;gt;cat_name.'&amp;lt;/a&amp;gt;';
		if($i!=$num-1&amp;amp;&amp;amp;$i+1&amp;lt;$count)
		//Adding a ',' if it's not the last category.
		//You can add your own separator here.
		$cat_string.=', ';
	}
	echo $cat_string;
}</pre><p></p>
<p><strong>Usage is similar to the_category() function, except we take arguments here.</strong></p><pre class="crayon-plain-tag">Filed under &amp;lt;?php swift_list_cats(3); ?&amp;gt;</pre><p></p>
<p>If you have any questions feel free to drop them in comments</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/02/wordpress/modified-version-of-get_the_category-to-limit-the-number-of-categories-displayed/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A common misconception about updating themes in wordpress</title>
		<link>http://swiftthemes.com/2010/01/wordpress/a-common-misconception-about-updating-themes-in-wordpress/</link>
		<comments>http://swiftthemes.com/2010/01/wordpress/a-common-misconception-about-updating-themes-in-wordpress/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 04:55:22 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=496</guid>
		<description><![CDATA[<p>Usually updating a software means replacing the old files with the new ones, but there is a better way to do it when it comes to wordpress themes. The main advantage of following the procedure described in this post is you can quickly switch back to the old version of the theme if you find any problems with the new version or if it clashes with any plugins you are using.</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Usually updating a software means replacing the old files with the new ones, but there is a better way to do it when it comes to WordPress themes.</p>
<p>WordPress treats two version of the same theme as <strong>different themes</strong>. That is, if you have SWIFT v5.1 and v5.1.1 in your wp-content/themes folder they are treated as two different themes independent of each other.</p>
<p>That means you can have multiple version of the same theme installed on your blog. So whenever there is a new version of your theme available, instead of replacing or deleting the files of the older version follow this procedure.</p>
<ol>
<li>Download the new version of the theme onto your computer.</li>
<li>If the folder name of the new version clashes with the old version, rename the folder of new version.</li>
<li>Upload the new version to your wp-content/themes folder via FTP or through the interface provided by your web host or by using the upload feature in WordPress.</li>
<li>Activate the new version from your dashboard.</li>
</ol>
<p>The main advantage of following the above procedure is you can quickly switch back to the old version of the theme if you find any problems with the new version or if it clashes with any plugins you are using.</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/01/wordpress/a-common-misconception-about-updating-themes-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>[Security Risk] Add this fix asap</title>
		<link>http://swiftthemes.com/2009/10/wordpress-themes/security-risk-add-this-fix-asap/</link>
		<comments>http://swiftthemes.com/2009/10/wordpress-themes/security-risk-add-this-fix-asap/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 15:55:38 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Free Themes]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Swift]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=213</guid>
		<description><![CDATA[<p>There is an XSS vulnerability in SWIFT, you should fix it asap.<br />
Even if you are not a swift user you should check your theme for the following vulnerability and fix it.</p>
 ]]></description>
			<content:encoded><![CDATA[<p>There is an XSS vulnerability in SWIFT, replace the search.php file with this <strong><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/10/search.zip">search.php</a></strong>.</p>
<p>In case if you are using version less than 2.1.4, or If you don&#8217;t want to lose the customization you did find this in <strong>&lt;?php echo $_GET['s']; ?&gt;</strong> search.php  and replace it with (There are 2 occurences)</p>
<p></p><pre class="crayon-plain-tag">&amp;lt;?php the_search_query(); ?&amp;gt;</pre><p></p>
<p><strong>Even if you are not a swift user you should check your theme for the following vulnerability and fix it ASAP.</strong><br />
Search for something like this in your theme’s PHP files:</p>
<p></p><pre class="crayon-plain-tag">Search results for &amp;quot;&amp;lt;?php echo $_GET['s']; ?&amp;gt;&amp;quot;</pre><p></p>
<p>and replace with</p>
<p></p><pre class="crayon-plain-tag">Search results for &amp;quot;&amp;lt;?php the_search_query(); ?&amp;gt;&amp;quot;</pre><p></p>
<blockquote><p><span style="color: #ff0000;">Note: This vulnerability is taken care in version 3.1.7, so you dont have to do any modifications.</span></p></blockquote>
<p>Thanks to <a href="http://www.reneschmidt.de/">Rene Schmidt</a> for reporting this vulnerability.</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2009/10/wordpress-themes/security-risk-add-this-fix-asap/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/51 queries in 0.031 seconds using disk: basic
Object Caching 1036/1154 objects using disk: basic

Served from: swiftthemes.com @ 2012-05-21 15:06:06 -->
