<?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>Enbeeone3 &#187; blog</title> <atom:link href="http://enbeeone3.com/tag/blog/feed" rel="self" type="application/rss+xml" /><link>http://enbeeone3.com</link> <description>Social Media and Tech</description> <lastBuildDate>Mon, 06 Sep 2010 13:32:47 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>10 WordPress Tips to Make Your Blog Look Like a Website</title><link>http://enbeeone3.com/10-wordpress-tips-to-make-your-blog-look-like-a-website</link> <comments>http://enbeeone3.com/10-wordpress-tips-to-make-your-blog-look-like-a-website#comments</comments> <pubDate>Sat, 16 Jan 2010 05:43:10 +0000</pubDate> <dc:creator>Nirajan</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[website]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wp]]></category><guid isPermaLink="false">http://enbeeone3.com/?p=856</guid> <description><![CDATA[Whatever industry you happen to be in, you want to stand out from the crowd and be unique, and not give the impression that your online presence is just a slightly modified cut and paste job. Of course, if you’re depending on a pre-built content management framework like WordPress for the core of your blog [...]]]></description> <content:encoded><![CDATA[<p>Whatever industry you happen to be in, you want to stand out from the crowd and be unique, and not give the impression that your online presence is just a slightly modified cut and paste job. Of course, if you’re depending on a pre-built content management framework like WordPress for the core of your blog or website, then that could prevent your online presence from truly standing out.</p><p>So, in this article I’ll run through 10 fairly straightforward ways that a beginning developer or blogger can customize their WordPress theme to ensure it doesn’t “look like a blog” — at least to a certain degree. Keep in mind that the goal here is not to <em>hide</em> the fact that a website is using <a href="http://enbeeone3.com/top-30-best-wordpress-plugins">WordPress</a> — that’s quite difficult, if not impossible. The ultimate goal here is to help your website have a seamless, consistent, look and feel that does not necessarily scream “WordPress-driven” from the instant the home page loads up.</p><p>NOTE: These tips are for beginning <a href="http://enbeeone3.com/wpscoop-com-dedicated-to-bringing-you-wordpress-related-news-reviews-and-stories">WP developers</a> who are coding themes for their own site, or experimenting with theme development. Most likely, these tips would not apply to custom downloaded themes that are pre-built and probably already have many of these customizations.</p><h3>1. Customize Your Sidebar and Keep it Consistent</h3><p>The sidebar in WordPress is a dead “giveaway” when a user visits your site. The sidebar will have default titles like “Blogroll”, “Categories” and “Archives”. You can easily change the text of these titles, and which sections are displayed, by editing the sidebar.php file in the theme directory. Also, WordPress displays a different sidebar depending on what page of the site you’re on, which can also be changed. I personally prefer to display virtually the same sidebar on all pages, to keep the site consistent.</p><p>Even if you’re not familiar with PHP, WordPress code is very developer-friendly, and easy to work with. A simple knowledge of how functions are called and how to open and close <code>if</code> statements is often more than enough to help you customize some of the sidebar code.</p><p>Also, you can easily duplicate and customize certain sidebar sections. Look at the sidebar here on Impressive Webs: You’ll notice there’s a list for “Articles” and “Tutorials”. This is done by duplicating the “categories” section and controlling what categories are displayed using parameters inside the function call for that particular section.</p><p>Check out the WordPress Codex for further information on <a rel="external" href="http://codex.wordpress.org/Template_Tags/wp_list_categories">customizing category listings</a>.</p><h3>2. Use “Decategorizer” <a href="http://enbeeone3.com/wpscoop-com-dedicated-to-bringing-you-wordpress-related-news-reviews-and-stories">Plugin</a> for Cleaner URLs</h3><p>One of the most obvious ways to customize the look of your blog’s urls is to use clean permalinks, rather than the default querystring driven url structure. But that’s an obvious one. No self-respecting blogger would fail to enable custom urls, which can be done easily through the WP dashboard.</p><p>But one thing you cannot do through the dashboard is remove the word “category” from links that point to specific categories on your site. That’s where <a href="http://wordpress.org/extend/plugins/decategorizer/">Decategorizer</a> comes in handy. This excellent plugin, which I’m using here on Impressive Webs, will strip the word “category” out of your WordPress urls, leaving a much cleaner experience, taking away the “blog” look and contributing to a more customized, branded feel for your website. Decategorizer will also automatically create 301 redirection for all your old category links, and works with subcategories.</p><p><script type="text/javascript">google_ad_client="pub-5723157920468894";google_ad_slot="5537328290";google_ad_width=468;google_ad_height=60;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p><p>The Decategorizer plugin had a few bugs, which have recently been corrected, and also requires that you install the <a rel="external" href="http://wordpress.org/extend/plugins/redirection/">Redirection</a> plugin, for Decategorizer to work properly.</p><p>Be sure to read carefully the documentation and installation instructions for these plugins to ensure they are installed and functioning as expected.</p><h3>3. Customize Metadata for Individual Posts</h3><p>Every post has “metadata” contained inside of paragraph tags at the bottom of each blog post. This data is generated dynamically through the loop that pulls your content out of the database. You can easily edit, delete, or modify any of these pieces of data that are displayed with each entry, which can be found inside of the index.php file in your theme directory. The default look for the metadata section looks like this in WordPress 2.8.1:</p><blockquote><p><span><span>&lt;</span><span>p</span><span> </span><span>class</span><span>=</span><span>&#8220;postmetadata&#8221;</span><span>&gt;</span><span>&lt;?</span><span>php</span><span> the_tags(&#8216;Tags: &#8217;, &#8217;, &#8217;, &#8217;</span><span>&lt;</span><span>br</span><span> </span><span>/&gt;</span><span>&#8216;); </span><span>?&gt;</span><span> Posted in </span><span>&lt;?</span><span>php</span><span> the_category(&#8216;, &#8217;) </span><span>?&gt;</span><span> | </span><span>&lt;?</span><span>php</span><span> edit_post_link(&#8216;Edit&#8217;, &#8221;, &#8217; | &#8217;); </span><span>?&gt;</span><span> </span><span>&lt;?</span><span>php</span><span> comments_popup_link(&#8216;No Comments &amp;#187;&#8217;, &#8217;1 Comment &amp;#187;&#8217;, &#8217;% Comments &amp;#187;&#8217;); </span><span>?&gt;</span><span>&lt;/</span><span>p</span><span>&gt;</span></span></p></blockquote><p>By editing the above section of code, you can choose to display only comments and categories, and even alter the characters that are displayed. For example the <code>&amp;#187;</code> will display ». You have the option to remove those characters and use something more appropriate for your site’s look.</p><h3>4. Disable Comments (Not Recommended)</h3><p>This is not necessarily something I would recommend, since user-contributed comments are a huge part of the blogging world, however, it should definitely be pointed out that removing the “Post a Comment” section at the bottom of every post would be a sure-fire way to adjust your blog to ensure a more customized look and feel.</p><p>While this would contribute to a “non-blog” atmosphere on your website, it is highly recommended that you keep user comments open and instead customize the look of the comment area. Of course, if you’re using WordPress purely as a content management system for developing pages instead of “blog posts” then this would be an obvious choice, and would make more sense.</p><h3>5. Don’t Use “Tags” or a “Tag Cloud” (Not Recommended)</h3><p>Again, while this customization option is not necessarily recommended, it is certainly an effective way to customize your blog so that it does not resemble every other WordPress installation on the World Wide Web. “Tags” are keywords that you can add to individual posts in your WordPress dashboard. They are similar to categories, but provide a wider interrelationship between posts.</p><p>Tags associated with a particular post allow users to click on certain keywords to view more entries related to that keyword, similar to clicking on a specific category. Tags also provide SEO benefits, as they help Google and blog directories properly categorize your blog’s pages. So, while you do have the option to avoid using tags on your posts, thereby ensuring a cleaner look to your website, be aware of the drawbacks of doing so.</p><p>For simplicity, I personally do not use tags on Impressive Webs. I like each post to be associated with 1-3 categories, and nothing more. That’s just a personal preference to keep the content the primary focus. I prefer to attract users who will actually read the content, as opposed to the ones that are click-happy and bookmark everything.</p><p><script type="text/javascript">google_ad_client="pub-5723157920468894";google_ad_slot="5537328290";google_ad_width=468;google_ad_height=60;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p><h3>6. Change the Default Display of the Title Bar Content</h3><p>The header.php file in WordPress’s default theme has a title bar that is coded like this:</p><blockquote><p><span><span>&lt;</span><span>title</span><span>&gt;</span><span>&lt;?</span><span>php</span><span> wp_title(&#8216;&amp;laquo;&#8217;, true, &#8217;right&#8217;); </span><span>?&gt;</span><span> </span><span>&lt;?</span><span>php</span><span> bloginfo(&#8216;name&#8217;); </span><span>?&gt;</span><span>&lt;/</span><span>title</span><span>&gt;</span></span></p></blockquote><p>Once again, you can see the <code>«</code> character that is highly overused in the web development industry. (Not to mention that it’s actually a left quotation mark for french text!) You can replace that character with a different one, and even change the way the page titles are displayed.</p><p>You’ll notice there’s a function called <code>wp_title</code> that holds 3 parameters (including the <code>«</code> character). The third parameter tells WordPress where to display the post title — to the left or to the right of your blog name.</p><p>You also have the option to remove the function that displays your blog’s name, and instead just manually enter a more keyword-friendly title. The blog name that displays in your Dashboard under “settings” will still display your official blog name on RSS readers.</p><h3>7. Use the “Pages” Sidebar Section as Your Main Navigation</h3><p>While I’ve already discussed a little bit about the sidebar, it’s worth mentioning separately that the “pages” section of the sidebar can easily serve as your main navigation bar. At first glance, nobody will even notice that this has been done.</p><p>In the default WP theme, here’s the code that generates the “pages” section of the sidebar, found in sidebar.php:</p><blockquote><p><span><span>&lt;?</span><span>php</span><span> wp_list_pages(&#8216;</span><span>title_li</span><span>=</span><span>&lt;</span><span>h2</span><span>&gt;</span><span>Pages</span><span>&lt;/</span><span>h2</span><span>&gt;</span><span>&#8216; ); </span><span>?&gt;</span></span></p></blockquote><p>Simply take that piece of code and place it wherever you want your main navigation to display. Of course, you’ll have to style it to your liking, in line with your theme’s look. And most likely you’ll want to remove the title of that section. You can do that by simply removing everything after the equals sign in the single parameter, so it will look like this:</p><blockquote><p><span><span>&lt;?</span><span>php</span><span> wp_list_pages(&#8216;</span><span>title_li</span><span>=&#8217; ); </span><span>?&gt;</span><span><br /> </span></span></p></blockquote><p>Use the WordPress Codex to see other ways to <a rel="external" href="http://codex.wordpress.org/Template_Tags/wp_list_pages">customize the look of the page list</a> in the default wordpress theme.</p><h3>8. Don’t Call Your Website a “Blog”</h3><p>Okay, this is not really a WordPress tip, per se. It’s more of a marketing recommendation for the purpose of more effective branding in conjunction with a site that just happens to use WordPress as its engine. Serious websites that provide significant content are viewed as “communities” or “resources”, instead of “blogs”. The word “blog” nowadays is probably more appropriate for individuals who post thoughts and musings on various personal and professional topics.</p><p>If you have long-term plans for your website, and would like to expand it into a thriving online community that is respected and recognized in your industry, then you need to view it that way from the start, and communicate that atmosphere to your users — even if you are starting out small and really are just a single “blogger” posting thoughts and musings on relevant industry matters.</p><h3>9. Remove or Customize Default Text and Title Attributes</h3><p>While I’ve already touched on the customization of a few text elements of the default WordPress theme, there are other little text snippets that can be edited, removed, or appended to. An obvious example is the “Powered by WordPress” section in the footer. Your website’s footer seems simple, but it is potentially a <a rel="external" href="http://www.smashingmagazine.com/2008/04/08/footers-in-modern-web-design-creative-examples-and-ideas/">significant part of your site’s look, feel, and overall image</a>.</p><p>There are also <code>title</code> attributes that are embedded in anchor tags throughout the site. Here is one example, found in the index.php file:</p><blockquote><p><span><span>&lt;</span><span>h2</span><span>&gt;</span><span>&lt;</span><span>a</span><span> </span><span>href</span><span>=</span><span>&#8220;&lt;?php the_permalink() ?&gt;&#8221;</span><span> </span><span>rel</span><span>=</span><span>&#8220;bookmark&#8221;</span><span> </span><span>title</span><span>=</span><span>&#8220;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&#8221;</span><span>&gt;</span><span>&lt;?</span><span>php</span><span> the_title(); </span><span>?&gt;</span><span>&lt;/</span><span>a</span><span>&gt;</span><span>&lt;/</span><span>h2</span><span>&gt;</span><span><br /> </span></span></p></blockquote><p>The code above is the section that will display the title of each post listed on your home page. The <code>title</code> attribute in the anchor tag has the super-obvious text of “Permanent link to …” and then the PHP function that spits out the title. You can modify this and other default text that appears throughout your WP theme.</p><h3>10. Use “Nice Search” Plugin for Clean Search URLs</h3><p><a rel="external" href="http://txfx.net/code/wordpress/nice-search/">Nice Search</a> is a very simple plugin that makes searches performed on your website look less “WordPress-y” and more like a custom search engine installed on your website. According to the author’s website:</p><blockquote><p>“This is a really simple plugin that redirects your WordPress searches (?s=search-term) to the pretty-looking URI version: /search/search-term, and also converts spaces (%20) to plus symbols.”</p></blockquote><p>Although this plugin has not been updated in some time, I do have it successfully running on WordPress 2.6.3 on another website, so it seems to be compatible with some of the more recent versions of WordPress.</p><h3>Conclusion</h3><p>I hope beginning WP theme developers, and possibly some intermediates, found these tips helpful. Most of this is compiled from my own personal, and somewhat limited experience with WordPress and PHP, so I’m sure there’s lots I’ve missed, and lots where I’ve simply stated the obvious.</p><p>I hope some of these tips will encourage “bloggers” to develop a more customized and branded look and feel to their site, allowing them to break free from blogging conformity.</p><p><script type="text/javascript">google_ad_client="pub-5723157920468894";google_ad_slot="5537328290";google_ad_width=468;google_ad_height=60;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p> ]]></content:encoded> <wfw:commentRss>http://enbeeone3.com/10-wordpress-tips-to-make-your-blog-look-like-a-website/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Top 5 Tips to Improve Navigation in Your Blog</title><link>http://enbeeone3.com/top-5-tips-to-improve-navigation-in-your-blog</link> <comments>http://enbeeone3.com/top-5-tips-to-improve-navigation-in-your-blog#comments</comments> <pubDate>Thu, 14 Jan 2010 07:37:13 +0000</pubDate> <dc:creator>Nirajan</dc:creator> <category><![CDATA[Social Web]]></category> <category><![CDATA[Solution]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[navigation]]></category> <category><![CDATA[traffic]]></category> <category><![CDATA[wordpress]]></category><guid isPermaLink="false">http://enbeeone3.com/?p=788</guid> <description><![CDATA[A blog which is accessible and very user friendly can rake in tons of traffic. People would love to revisit a blog which offers much ease when they are reading through the posts or just browsing a blog site. Navigation is a big thing to consider when you are trying to improve your blog site. [...]]]></description> <content:encoded><![CDATA[<p style="text-align: justify;">A blog which is accessible and very user friendly can rake in tons of traffic. People would love to revisit a blog which offers much ease when they are reading through the posts or just browsing a blog site.</p><p style="text-align: justify;">Navigation is a big thing to consider when you are trying to improve your blog site. You will loose traffic if your visitors could not find there way and around your blog. Give your readers a favor and try to help them navigate your site through this 5 easy tips:</p><p style="text-align: justify;"><strong>Tip#1</strong>: Breadcrumbs can help your readers find there way. These breadcrumbs are very important in helping your visitors in navigating from one page to the other when browsing your site.</p><p style="text-align: justify;"><em>Below is an example of a breadcrumb:</em></p><blockquote><p style="text-align: justify;">Home&gt;Category&gt;Title of the Post  = Home&gt; Parenting&gt; Top Tips to Help Put Your Baby to Sleep</p><p style="text-align: justify;"><script type="text/javascript">google_ad_client="pub-5723157920468894";google_ad_slot="5537328290";google_ad_width=468;google_ad_height=60;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p></blockquote><p style="text-align: justify;">These breadcrumbs show the path by which the reader has reached the current page he is visiting. The links could help them find posts in the future. You can help your readers find there way into deeper categories and areas of your site.</p><p style="text-align: justify;"><p style="text-align: justify;"><strong>Tip#2</strong>:Always provide the page numbers for the category navigation. Just think of this, you are scanning through a blog with loads full of posts related to SEO (search engine optimization). These posts are all piled up under the “SEO” category. There are only 5 posts on display and you want to read the very first post done for this category, but there is no option to access it.</p><p style="text-align: justify;">If you are working with a WordPress blog, it can be a painstaking approach to navigate through the pages of the contents when you are looking for the previous or next links. Perhaps, you could try using the data-based navigation given you knew the date of the very first post on a specific category.</p><p style="text-align: justify;"><script type="text/javascript">google_ad_client="pub-5723157920468894";google_ad_slot="5537328290";google_ad_width=468;google_ad_height=60;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p><p style="text-align: justify;"><strong>Tip#3</strong>: Next links for post navigations must be included. This can help your readers navigate your site with much ease. Your visitors will find it very useful especially when they are looking for the next post in a specific category. The ease of finding the next post by just clicking a link to another post can make your readers stick to your site. The longer the visitors read through your blogs, the better chances of getting probable clients to make a purchase of your products and avail of services. If you are working with WordPress, check out the Next and Previous Links guide. It will give you more practical tips regarding effective navigation of your site.</p><p style="text-align: justify;"><strong>Tip#4</strong>: Your blog site will be more user friendly if you have comment jump links. A “comments” link can be very useful especially when you are dealing with a lot of posts and if you want to keep track of all the comments made by other visitors. It can provide easy access to your readers to see how people think of your site and if there are any discussions going on. A lot of readers would prefer blogs with direct links to the comments.</p><p style="text-align: justify;"><strong> Tip#5</strong>: Always remember to get rid of the default links in your blog. WordPress blogs works like this, it starts off with a number of “Meta” links which should be removed by bloggers. Always seek to bookmark the admin link. If you are administering a group blog, there is no need to bookmark it.</p><p style="text-align: justify;"><script type="text/javascript">google_ad_client="pub-5723157920468894";google_ad_slot="5537328290";google_ad_width=468;google_ad_height=60;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p> ]]></content:encoded> <wfw:commentRss>http://enbeeone3.com/top-5-tips-to-improve-navigation-in-your-blog/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>TOP 30 Best WordPress Plugins</title><link>http://enbeeone3.com/top-30-best-wordpress-plugins</link> <comments>http://enbeeone3.com/top-30-best-wordpress-plugins#comments</comments> <pubDate>Wed, 21 Oct 2009 20:01:58 +0000</pubDate> <dc:creator>Nirajan</dc:creator> <category><![CDATA[Social Web]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[blogging]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[social]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress plugins]]></category><guid isPermaLink="false">http://enbeeone3.com/?p=518</guid> <description><![CDATA[Installation a new wordpress blog is very easy but how to choose a good wordpress theme and great wordpress plugins for your new blog is relly trouble. May say that add wordpress plugins to the new blog is the most important part in building a new wordpress blog and it will decide to the life [...]]]></description> <content:encoded><![CDATA[<div id="attachment_519" class="wp-caption alignleft" style="width: 510px"><img class="size-full wp-image-519" title="Top WordPress Plugins" src="http://enbeeone3.s3.amazonaws.com/wp-content/uploads/2009/10/2913018697_ccbb33e993.jpg" alt="Top WordPress Plugins" width="500" height="375" /><p class="wp-caption-text">Top WordPress Plugins</p></div><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Installation a new wordpress blog is very easy but <strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">how to choose a good wordpress theme</strong> and <strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">great wordpress plugins</strong> for your new blog is relly trouble. May say that add wordpress plugins to the new blog is the most important part in <strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">building a new wordpress blog</strong> and it will decide to the life or death of that blog. If the blog that installed cool plugins , it will run very fest on the way of successful and else if the blog that don’t added well plugins, it will run very slowly to destination.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Today, in this guest post, I will show you <strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">Top 30 wordpress plugins</strong> that I’m using . Of course these plugins were floor filter very carefully by me and according to the reports of many <strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">WordPress Bloggers</strong>.</p><p><span id="fullpost"><span style="border-collapse: collapse; font-weight: bold; font-family: Arial; font-size: 11px;"><span style="font-family: Tahoma; color: #333333;"><span style="font-weight: 800;"><span style="border-collapse: separate; color: #404040; font-family: Arial,Verdana,Helvetica,sans-serif; font-weight: normal; font-size: 12px; background-color: #ffffff;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">1. <a href="http://akismet.com/" target="_blank">Akismet</a></strong></span></span></span></span></span></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Akismet will check your comments against the Akismet web service to see if they look like spam or not. This plugin is automatic add to the blog when we install. You need a <a href="http://wordpress.com/api-keys/" target="_blank">WordPress.com API key</a> to use it. It has the ability prop and help our blogs prevent the most professional software spammers on the internet.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">2. <a href="http://semperfiwebdesign.com/" target="_blank">All in One SEO Pack</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Its really the best SEO plugin for WordPress Blog with the features as: Add Titles, Descriptions, Keywords and Avoid Duplicate Content for your WordPress Blog. I’m sure it will help your blog to have rank well on Google and many other search engines.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">3. <a href="http://ideasilo.wordpress.com/2007/04/30/contact-form-7/" target="_blank">Contact Form 7</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">You can very easy to create a contact form on your blog to the readers can contact your for aksing or advertising.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">4. <a href="http://www.feedburner.com/fb/a/help/wordpress_quickstart" target="_blank">Executable PHP widget</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">If you want to add a PHP code but don’t<strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;"> </strong>know about PHP code and wordpress template, it will help you do this<strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;"> </strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">5. <a href="http://comluv.com/download/commentluv-wordpress/" target="_blank">CommentLuv</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">6. <a href="http://www.semiologic.com/software/dofollow/" target="_blank">Do Follow</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Will remove nofollow tag in comments to help your blog get more comments. After add this plugin, you blog will be a Dofollow Blog.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">7. <a href="http://wordpress.org/extend/plugins/feedburner-plugin/" target="_blank">FD Feedburner Plugin</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Redirects the main feed and optionally the comments feed to Feedburner.com. It does this seamlessly without the need to modify templates, setup new hidden feeds, modify .htaccess files, or asking users to migrate to a new feed. All existing feeds simply become Feedburner feeds seamlessly and transparently for all users. Just tell the plugin what your Feedburner feed URL is and you’re done.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">8. <a href="http://plugins.spiralwebconsulting.com/analyticator.html" target="_blank">Google Analyticator</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Adds the necessary JavaScript code to enable <a href="http://www.google.com/analytics/" target="_blank">Google’s Analytics</a>. After enabling this plugin visit the settings page and enter your Google Analytics’ UID and enable logging. Then you can check your blog analytic in Dashboard.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">9. <a href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank">Google XML Sitemaps</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">This plugin will generate a Sitemap.XML for your blog to help your blog get faster index on Google, Yahoo, Ask and MSN.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">10. <a href="http://adambrown.info/b/widgets/kb-robots-txt/" target="_blank">KB Robots.txt</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Manage your robots.txt file from within WordPress and of course it will also help you have rank well on Google.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">11. <a href="http://www.maxblogpress.com/plugins/mpo/" target="_blank">MaxBlogPress Ping Optimizer</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">It will inform the ping services to help your blog quickly in the front page of search engine.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">12. <a href="http://wordpress.org/support/topic/144400" target="_blank">Nofollow Tag Cloud</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Inserts rel=’nofollow’ in tag links to limit the number of links on a page if you add tag cloud on your blog.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">13. <a href="http://www.microkid.net/wordpress/permalinks-moved-permanently/" target="_blank">Permalinks Moved Permanently</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">When permalink isn’t found, this checks if a post with the requested slug exists somewhere else on your blog.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">14. <a href="http://urbangiraffe.com/plugins/redirection/" target="_blank">Redirection</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Manage all your 301 redirects and <span id="span_dynabox" style="border: 0px none transparent; margin: 0px; padding: 0pt; background: transparent none repeat scroll 0% 0%; display: inline; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: transparent; visibility: visible;"><label style="border-bottom: 1px dashed #000066; margin: 0px; cursor: pointer; text-decoration: underline; color: #000066; display: inline;">monitor</label></span> 404 errors. Help improve SEO.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">15. <a href="http://www.smackfoo.com/plugins/sig2feed/" target="_blank">RSS Feed Signature</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Add a customised signature or tag-line to your RSS feed(s).</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">16. <a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images" target="_blank">SEO Friendly Images</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">17. <a href="http://www.netconcepts.com/seo-title-tag-plugin/" target="_blank">SEO Title Tag</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">This plugin is very powerful with Google. Create a customised title tag for any post, static page, category page, UltimateTagWarrior tag page – indeed, any URL!</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">18. <a href="http://sexybookmarks.net/" target="_blank">SexyBookmarks</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Add social web 2.0 buttons to your single post pages to help readers very easy to submit your posts to social bookmarkings.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">19. <a href="http://www.sterling-adventures.co.uk/blog/2007/10/01/simple-archive-plugin/" target="_blank">Simple Archive Generator</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">A plugin which simply lists all posts by category.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">20. <a href="http://txfx.net/code/wordpress/subscribe-to-comments/" target="_blank">Subscribe To Comments</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Allows readers to receive notifications of new comments that are posted to an entry. Its very well in increasing your RSS Subscribers.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">21. <a href="http://making-the-web.com/thank-me-later/" target="_blank">Thank Me Later</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Sends a customizable “Thank You” message after (a few hours, few days, weeks) a comment has been posted.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">22. <a href="http://webgrrrl.net/archives/my-top-commentators-widget-quick-dirty.htm" target="_blank">Top Commentators Widget</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Adds a sidebar widget to show the top commentators in your WP site to help your blog receive more comments.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">23. <a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">WordPress Database Backup</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Help backup your database. You can use the feature Scheduled Backup to automate database backup to your email everyday for protection your data.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">24. <a href="http://fairyfish.net/2007/09/12/wordpress-23-related-posts-plugin/" target="_blank">WordPress Related Posts</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Generate a related posts list via tags of WordPress. You can add Related Posts for RSS Feed to help your subscriber very easy to find related posts on your blog.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">25. <a href="http://blog.2i2j.com/plugins/wordpress-thread-comment" target="_blank">WordPress Thread Comment</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">It allows user can reply comment and same comment on comment form.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">26. <a href="http://lesterchan.net/portfolio/programming/php/" target="_blank">WP-Ban</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Ban users by IP, IP Range, host name, user agent and referer url from visiting your WordPress’s blog to prevent spammers.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">27. <a href="http://www.ruhanirabin.com/wp-optimize/" target="_blank">WP-Optimize</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">This plugin helps you to keep your database clean by removing post revisions and spams in a blaze. allows you to rename your admin name also. Additionally it allows you to run optimize command on your wordpress coretables (use with caution).</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">28. <a href="http://lesterchan.net/portfolio/programming/php/" target="_blank">WP-Polls</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;"></strong>Help you add poll on your blog or posts. You can use to open<strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;"> a </strong>survey on your blog to get idea for writing content.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">29. <a href="http://ocaoimh.ie/wp-super-cache/" target="_blank">WP Super Cache</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Very fast caching plugin for WordPress. It will make your blog loads faster and optimize files on your blog for search engines to help your blog have better google ranking.</p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;"><strong style="border-width: 0px; margin: 0px; padding: 0px; outline-style: none;">30. <a href="http://wordpress.org/extend/plugins/maxblogpress-favicon/" target="_blank">MaxBlogPress Favicon</a></strong></p><p style="border-width: 0px; margin: 0px; padding: 0px 0px 1.3em; outline-style: none; line-height: 1.5em;">Vey easy to add favicon to your blog for building a personal brand.</p> ]]></content:encoded> <wfw:commentRss>http://enbeeone3.com/top-30-best-wordpress-plugins/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 26/41 queries in 0.023 seconds using disk
Object Caching 540/568 objects using disk
Content Delivery Network via Amazon Web Services: CloudFront: Amazon Web Services: S3: enbeeone3.s3.amazonaws.com

Served from: enbeeone3.com @ 2010-09-06 13:45:07 -->