Posts Tagged ‘Plugins’

Tiny Tips to Secure your Plugins

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

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 »

How To Add Drop Caps on WordPress

April 24th, 2010 By WP Tricks Posted in Plugins, Tricks

Today, Drop Caps is nicely featured to added our Post more styling, make our first post letter more bigger than other. There are so many method to create Drop Caps on WordPress we can use nicely Drop Caps plugin by Thomas Milburn. If you like minimum effort, you should use this. Install and done ;) You can check our Drop Caps in WP Tricks below

Tutorial Added Drop Caps on WordPress

Tutorial Added Drop Caps on WordPress

Read the rest of this entry »

Download Gravatar Widget Plugin

April 5th, 2010 By WP Tricks Posted in Plugins

I love and really enjoy Gravatar, we can simply display our avatar or photos in our site and of course on WordPress. Download Gravatar Widget plugin for WordPress. This plugin is the easiest ways to diplay our gravatar on our sidebar or whatever widget. It’s look like WordPress.com.

The question is, why we recommended this Gravatar Widget Plugin? This is some reason we do it.

  • Email address of Gravatar taken from a user on the blog, or any address
  • Change size of Gravatar
  • Image alignment
  • URL for Gravatar (when someone clicks on the image)
  • Add arbitrary text to your widget
  • Fully localized

Read the rest of this entry »

How to Exclude Some Categories from Feed, Archives, Search, and Home page

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 »