3 Methods To Exclude WordPress Categories In A Post

1,393 views

Sometimes, we may want to exclude some categories from display in our main page or sidebar. There are a lot of methods to exclude these categories. Here i would like to share 3 types of different method to do so.

Use WordPress Category Visibility Plugin

This plugin will let you to exclude any tag and category at different pages. For example, you can exclude selected category in the front page, search results, archives, and feeds. Simply activate the plugin and go to your Manage->Category Visibility to manage them. (There are some users who claim this plugin may has conflict with other WordPress plugins.)

wp_list_categories() template tags

You may use this template tags to list out all categories at your website’s navigation bar or your sidebar. The template tags tutorial website actually teach us how to include or exclude categories by adding parameters when we call this template tags.

Hack the default widgets.php

[Read more...]

3 WordPress Themes That Mimics Coda Site Functionality

243 views

WP CODA is a great WordPress theme developed by Greg Johnson. He manage to implement a nice WordPress theme which mimics the Coda site functionality by modifying several existing code snippets.

There are three versions of WP CODA. WP CODA and CODA BLUE are developed by Greg Johnson while WP CODA Orange developed by Kerry Webster.

WP CODA Orange

[Read more...]

WP-Email – Best WordPress Plugin For User To Recommend Your Article

187 views

You may notice that some popular websites add an “email this article to friend” link at the bottom of the article. This is to let people recommend the article to their friends. Adding such feature in other CMS are very easy, but how about add this features in a WordPress blog?

There is a WordPress plugin called WP-Email developed by Lester Chan, which add such feature to your WordPress blog.

[Read more...]

How To Prevent Other To View Your WordPress Folders Content

1 views

If you browse to your WordPress Folders such as wp-content, you may see something like this:

wp-folder

That means, others can easily know your installed themes and plugins, which is very dangerous and easily to hacked by hackers.

[Read more...]