WordPress Settings

How To Show Admin Bar Only For Admins

Using the following snippet in your theme’s functions.php file, you will be able to show admin only for admins. Just copy and paste it and you are done.

Snippet Source/Credit: Jeff Starr

How To Customize Comment Count Text In WordPress

Using the following snippet, you will be able to customize comment count text in WordPress.

Snippet Source/Credit: WPSnipp

How To Deregister All In One Event Calendar In WordPress

The following snippet will let you deregister all in one event calendar in WordPress.

Snippet Source/Credit: Ditscheri.com

How To Print Current WordPress Template Being Used

Adding the following snippet to your theme’s functions.php file will let you print current WordPress template being used.

How To Make A Subdirectory Accessible With WordPress In Root

Adding the following snippet will let you make a subdirectory accessible with WordPress in root.

Snippet Source/Credit: DreamHost Wiki

How To Disable Sidebars And Widgets On Page Template In WordPress

The following snippet will let you disable sidebars and widgets on page template in WordPress.