May 1st, 2010 By WP Tricks Posted in Tricks
WordPress Themes and WordPress Plugin is the most enhanced method that we can do easily and quickly. But for some reason there are hacker or BAD HABITS from netter, their tried to do something weird on our WordPress website.

Cheryl Cole - Beautiful Security on WordPress Plugins Files
On today tricks we’ll show you how to secure our plugins files using .htaccess. You only need to put on this code on your .htaccess
<Files ~ "\.(js|css)$">
order allow,deny
allow from all
</Files>
Read the rest of this entry »
Tags: htaccess, Plugins, security
1 Comment
January 26th, 2010 By WP Tricks Posted in Plugins, Tricks
Exclude Some Categories on Feed, Archives, Search and many more in WordPress is another solutions to hidden our content from un necessary reader, there are some plugin that can handle it.
Recently, Miriam found an AMAZING plugin, Simply Exclude by Paul Menard, which is basically excluding heaven… or you can use Advanced Category Excluder (ACE). This plugins is the right solutions using Plugins method. There some different between two plugin. And there are is
- Advanced Category Excluder conflicts with the Exclude Pages plugin (described below) which excludes pages from the nav bar. Simple Exclude does not. When I activated it ACE all the pages that had been excluded with the Exclude Pages plugin appeared on the nav bar.
- With ACE you have to first publish a post in a category, and only then will that category appear in the list of categories for exclusion. This means that if you want a category to not appear in the RSS feed etc., your first post in that category has to.
- ACE also offers you to exclude Pages, which is so annoying since you have to go through a long list of all the pages on your site to see which you want to exclude, and they appear in long lists without any indication of parent pages and sub-pages. Also, there’s no easy way to exclude pages when you are adding or editing a page.
Read the rest of this entry »
Tags: Categories, Exclude, Functions, Plugins
No Comments