<?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>Ravidreams &#187; WordPress Plugins</title> <atom:link href="http://ravidreams.com/category/wordpress-plugins/feed/" rel="self" type="application/rss+xml" /><link>http://ravidreams.com</link> <description>WordPress Services</description> <lastBuildDate>Mon, 06 Feb 2012 19:59:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Plugin release: Tag or Category term_group Order</title><link>http://ravidreams.com/plugin-release-tag-or-category-term_group-order/</link> <comments>http://ravidreams.com/plugin-release-tag-or-category-term_group-order/#comments</comments> <pubDate>Tue, 19 Jul 2011 11:03:44 +0000</pubDate> <dc:creator>Ravi</dc:creator> <category><![CDATA[WordPress Plugins]]></category><guid
isPermaLink="false">http://ravidreams.com/?p=1106</guid> <description><![CDATA[<p>We are glad to announce our first plugin called Tag or Category term_group Order. The purpose of this plugin is to group tags or categories from the WordPress dashboard. This allows queries that fetch terms to use &#8216;term_group&#8217; as a sort order and and display them in a semantic way in archives and individual posts. [...]</p><p><a
href="http://ravidreams.com/plugin-release-tag-or-category-term_group-order/">Plugin release: Tag or Category term_group Order</a> from <a
href="http://ravidreams.com">Ravidreams - WordPress Services</a></p>]]></description> <content:encoded><![CDATA[<p>We are glad to announce our first plugin called <strong><a
href="http://wordpress.org/extend/plugins/tag-or-category-term-group-order/">Tag or Category term_group Order</a></strong>.</p><p>The purpose of this plugin is to group tags or categories from the WordPress dashboard. This allows queries that fetch terms to use &#8216;term_group&#8217; as a sort order and and display them in a semantic way in archives and individual posts.</p><p>For example,</p><blockquote><p>If we have three groups of categories for size, color and object, then categories displayed as</p><p><em>Small, Green, Table</em></p><p><em>Big, Blue, Chair</em></p><p>are more readable than</p><p><em>Table, small, green</em></p><p><em>Chair, big, blue</em></p></blockquote><p>How to use  this plugin?</p><p>1. <a
href="http://wordpress.org/extend/plugins/tag-or-category-term-group-order/">Install and activate the plugin from WordPress plugin repository</a>.</p><p>2. Visit WordPress Dashboard -&gt; Posts &#8211; &gt; Categories. You will find an additional field called &#8216;group&#8217; to add the group number.</p><p>3. Add this code where you need to display the categories by group order.</p><pre class="brush: php; title: ; notranslate">
$args = array('orderby' =&gt; 'term_group', 'order' =&gt; 'ASC', 'fields' =&gt; 'all');

$terms = wp_get_object_terms($post-&gt;ID, 'category', $args );

$count = count($terms);

if($count &gt; 0){

echo 'Posted in &lt;ul id=&quot;catlist&quot;&gt;';

foreach ($terms as $term) {

echo '&lt;li&gt;&lt;a href=&quot;'.get_term_link($term-&gt;slug, 'category').'&quot;&gt;'.$term-&gt;name.'&lt;/a&gt; .&lt;/li&gt;';

}

echo '&lt;/ul&gt;';

}
</pre><p>4. You can group and display tags in a similar way. Just use the word &#8216;tag&#8217; instead of &#8216;category&#8217; in the code above.</p><p>We made this by modifying the <a
href="http://wordpress.org/extend/plugins/term-menu-order/">Term menu order</a> plugin by James Lafferty. Thanks, James.</p><p>Hope  you find this useful. Please do share your comments and rate the plugin.</p><p><a
href="http://wordpress.org/extend/plugins/tag-or-category-term-group-order/">Download the plugin now</a></p><p><a
href="http://ravidreams.com/plugin-release-tag-or-category-term_group-order/">Plugin release: Tag or Category term_group Order</a> from <a
href="http://ravidreams.com">Ravidreams - WordPress Services</a></p>]]></content:encoded> <wfw:commentRss>http://ravidreams.com/plugin-release-tag-or-category-term_group-order/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Premium WordPress Plugins</title><link>http://ravidreams.com/premium-wordpress-plugins/</link> <comments>http://ravidreams.com/premium-wordpress-plugins/#comments</comments> <pubDate>Wed, 24 Feb 2010 16:17:03 +0000</pubDate> <dc:creator>Ravi</dc:creator> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[Premium WordPress Plugins]]></category> <category><![CDATA[WordPress CMS Plugins]]></category> <category><![CDATA[WordPress Plugin Makers]]></category> <category><![CDATA[WordPress Plugin Market]]></category> <category><![CDATA[WordPress Plugin Support]]></category><guid
isPermaLink="false">http://ravidreams.com/?p=524</guid> <description><![CDATA[<p>The future will see organised premium WordPress plugins market. Six emerging trends regarding Premium WordPress plugins are discussed here. Includes paid support, PRO versions, CMS plugins and plugin markets.</p><p><a
href="http://ravidreams.com/premium-wordpress-plugins/">Premium WordPress Plugins</a> from <a
href="http://ravidreams.com">Ravidreams - WordPress Services</a></p>]]></description> <content:encoded><![CDATA[<p>2009 was the year of premium WordPress themes. 2010 will see the emergence of organized premium WordPress plugins market.</p><p>Six emerging trends regarding Premium WordPress plugins:</p><p><strong>1. Premium WordPress plugin markets</strong></p><p>Like <a
href="http://themeforest.com/">ThemeForest</a> does for premium WordPress themes, these allow people to sell and buy premium WordPress plugins</p><p
style="padding-left: 30px;"><a
href="http://wpplugins.com/">WP Plugins</a>: The WordPress App store from <a
href="http://incsub.com/">Incsub</a></p><p
style="padding-left: 30px;"><a
href="http://codecanyon.net/category/plugins/wordpress">Code Canyon</a>: The WP plugin market from Themeforest.</p><p><strong>2. Premium WordPress plugin makers</strong></p><p>Like <a
href="http://studiopress.com/">StudioPress</a> and <a
href="http://woothemes.com/">WooThemes</a>, they sell premium WordPress plugins from a single company or developer.</p><p
style="padding-left: 30px;"><a
href="http://pluginbuddy.com/">Plugin Buddy</a> from the <a
href="http://ithemes.com/">iThemes</a>.</p><p><strong>3. Premium WordPress CMS plugins</strong></p><p>Plugins that turn WordPress from a blog to a custom CMS for various needs like job portals, classifieds, review sites, e-commerce etc.,</p><p
style="padding-left: 30px;"><a
href="http://www.wpreviewsite.com/">WP Review</a></p><p
style="padding-left: 30px;"><a
href="http://wpplugins.com/plugin/86/wpjobads-the-wordpress-job-board">WP Job Ads</a></p><p><strong>4. Pro version of popular free WordPress plugins</strong></p><p>Many of the popular free WordPress plugins receive very poor or no donations considering the hard work done by developers. This model will benefit  them and will give them market lead as they already have a loyal user base.<strong> </strong>This is very good for the WordPress community too as it will keep the best of the developers active. Many of the features they develop may come into free versions. Or, it will give them the motivation to develop more free plugins for the community.</p><p
style="padding-left: 30px;"><a
href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version">All in one SEO pack &#8211; Pro version</a></p><p
style="padding-left: 30px;"><a
href="http://www.bravenewcode.com/store/plugins/wptouch-pro/">WP Touch Pro</a></p><p><strong>5. Premium WordPress plugins for regular needs</strong></p><p>These plugins offer more options and control than the plugins available for free.</p><p
style="padding-left: 30px;"><a
href="http://www.gravityforms.com/">Gravity Contact form</a></p><p><strong>6. Premium WordPress plugin support</strong></p><p>This idea is quite interesting. Instead of selling plugins, they are selling support ! And they are paying an affiliate commission for the original authors too. Awesome<a
href="http://wphelpcenter.com/"></a></p><p
style="text-align: left; padding-left: 30px;"><a
href="http://wphelpcenter.com/">WP Help Center</a></p><p>Can you spot more trends? Let me know. Ultimately, the future looks very bright for WordPress. I am happy <img
src='http://cdn.ravidreams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><a
href="http://ravidreams.com/premium-wordpress-plugins/">Premium WordPress Plugins</a> from <a
href="http://ravidreams.com">Ravidreams - WordPress Services</a></p>]]></content:encoded> <wfw:commentRss>http://ravidreams.com/premium-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Useful WordPress Plugins</title><link>http://ravidreams.com/useful-wordpress-plugins/</link> <comments>http://ravidreams.com/useful-wordpress-plugins/#comments</comments> <pubDate>Thu, 30 Jul 2009 02:36:34 +0000</pubDate> <dc:creator>Ravi</dc:creator> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[Best WordPress Plugins]]></category> <category><![CDATA[Useful WordPress Plugins]]></category><guid
isPermaLink="false">http://ravidreams.com/?p=104</guid> <description><![CDATA[<p>Collection of useful WordPress plugins I use. Includes plugins for stats, SEO, mobile display, page speed, spam control and contact form.</p><p><a
href="http://ravidreams.com/useful-wordpress-plugins/">Useful WordPress Plugins</a> from <a
href="http://ravidreams.com">Ravidreams - WordPress Services</a></p>]]></description> <content:encoded><![CDATA[<p>1. <a
href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483">Feedburner Feedsmith</a> &#8211; Easy way to burn your WordPress feed in Feedburner.</p><p>2. <a
href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe to comments</a> &#8211; Gives an option in each post for your readers to subscribe to comment notification by email.</p><p>3. <a
href="http://scribeseo.com">ScribeSEO</a> &#8211; Premium plugin that gives search engine optimised copywriting advice.</p><p>4. <a
href="http://yoast.com/wordpress/seo/">Yoast SEO plugin</a> &#8211; Best and exhaustive WordPress SEO plugin. Better than All in one SEO plugin.</p><p>5. <a
href="http://wordpress.org/extend/plugins/contact-form-7/">Contact form 7</a> &#8211; To place a contact form.</p><p>6. <a
href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGEN gallery</a> &#8211; Best WordPress gallery plugin.</p><p>7. <a
href="http://simple-press.com/">Simplepress</a> &#8211; Inbuilt forum.</p><p>8. <a
href="http://wordpress.org/extend/plugins/akismet/">Akismet</a> &#8211; To block spam. Must have.</p><p>9. <a
href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/">Google Analytics for WordPress</a> &#8211; To insert Google Analytics code.</p><p>10. <a
href="http://pluginbuddy.com/purchase/backupbuddy/">Backupbuddy</a> &#8211; Premium plugin that does shceduled backups for whole website including wp-content folder. Delivering to Dropbox is a great addition.</p><p>11. <a
href="http://wordpress.org/extend/plugins/qtranslate/">qTraslate</a> &#8211; For offering manual translation.</p><p>12. <a
href="http://wordpress.org/extend/plugins/broken-link-checker/">Broken link checker</a> &#8211; To find and fix broken links. Having live links is good for SEO and user experience.</p><p>13 . <a
href="http://www.bravenewcode.com/store/plugins/wptouch-pro/">WPtouch Pro</a> &#8211; Premium plugin for displaying mobile and iPad friendly themes.</p><p>14. <a
href="http://wordpress.org/extend/plugins/social-profiles-widget">Social profiles widget</a> &#8211; To show good sized social profile icons in your sidebar.</p><p>15. <a
href="http://www.bravenewcode.com/store/plugins/wptouch-pro/">WP Touch Pro</a> &#8211; For mobile friendly display.</p><p>16. <a
href="http://scribeseo.com/">Scribe SEO</a> &#8211; For optimising your content for search engines.</p><p>17. <a
href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> &#8211; For speeding up your websites.</p><p><strong>WordPress plugin usage best practices:</strong></p><p>* Try not to use more than 10 plugins.</p><p>* Deactivate and delete unused plugins.</p><p>* Use only the <a
href="http://wordpress.org/extend/plugins/">plugins from trusted sources</a>. It is good to test them in a beta site first.</p><p>* Do not use more than one plugin to have same functionality. For example, do not have two plugins to track stats or backup.</p><p>* Always keep your plugins updated.</p><p><a
href="http://ravidreams.com/useful-wordpress-plugins/">Useful WordPress Plugins</a> from <a
href="http://ravidreams.com">Ravidreams - WordPress Services</a></p>]]></content:encoded> <wfw:commentRss>http://ravidreams.com/useful-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>7</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
Content Delivery Network via cdn.ravidreams.com

Served from: ravidreams.com @ 2012-02-10 14:38:43 -->
