Wpcookies - wpcookies.com

General Information:

Latest News:

How to Disable Comments on All Posts in Wordpress 18 Aug 2010 | 08:10 pm

Just pass the following SQL query either from Terminal or Web Based Database Manager (phpMyAdmin) Thanks Jeff Starr for the tip.

How to Disable Comments on All Posts in Wordpress 18 Aug 2010 | 04:10 pm

Just pass the following SQL query either from Terminal or Web Based Database Manager (phpMyAdmin) UPDATE wp_posts SET comment_status = 'closed'; Thanks Jeff Starr for the tip.

How to Add Twitter Tweet Button on your Wordpress Blog 17 Aug 2010 | 07:28 pm

1. Visit Twitter Tweet Button website. 2. Now choose your customized settings there such as buttons style, tweet text, URL and language. 3. Next option is to suggest Twitter accounts for follow, thi...

How to Add Twitter Tweet Button on your Wordpress Blog 17 Aug 2010 | 03:28 pm

1. Visit Twitter Tweet Button website. 2. Now choose your customized settings there such as buttons style, tweet text, URL and language. 3. Next option is to suggest Twitter accounts for follow, this...

How to Allow Contributors to Upload Files in Wordpress 8 Apr 2010 | 10:37 pm

Open functions.php file of your theme and paste the following code: It will enable upload files feature for contributors. This code was shared by Ryan Marganti

How to Allow Contributors to Upload Files in Wordpress 8 Apr 2010 | 06:37 pm

Open functions.php file of your theme and paste the following code: if ( current_user_can('contributor') && !current_user_can('upload_files') ) add_action('admin_init', 'allow_contributor_uploads'); ...

How to Set Wordpress Post Expiration Date/Time 7 Apr 2010 | 06:40 pm

Set Wordpress Post Expiration with Date and Time Open index.php file of your theme and replace the existing loop with: Now while creating a post to set it’s expiration date/time create a custom fiel...

How to Set Wordpress Post Expiration Date/Time 7 Apr 2010 | 02:40 pm

Set Wordpress Post Expiration with Date and Time Open index.php file of your theme and replace the existing loop with:

How to Make a Post Sticky in Wordpress 5 Apr 2010 | 08:28 pm

Making a post stick on top in Wordpress is damn too simple and doesn’t need any coding. While writing a post look for Publish module usually located at extreme right on the screen, click on the Edit ...

How to Make a Post Sticky in Wordpress 5 Apr 2010 | 04:28 pm

Making a post stick on top in Wordpress is damn too simple and doesn’t need any coding. While writing a post look for Publish module usually located at extreme right on the screen, click on the Edit l...

Recently parsed news:

Recent searches: