Posts Tagged ‘CSS’

 
 

How To Implementing a Simple Print Stylesheet on WordPress Theme

Posted 07 Sep 2011 — by WPGPL Team
Category WordPress Tricks

There are a time for some our reader needed to print our content. So Implementing a Print Stylesheet on WordPress Theme is the best idea. We will show you how to do it. So you blog reader will be happy with your content and of course your blogs.

You need to open your header.php and modified some parameter on it, let’s move on. After header.php already opened. Find this line

< link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

And modified that code by added print code like this one

< link rel="stylesheet" type="text/css" media="screen,print" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

Read the rest of this entry »

Free WordPress Theme: Widodo

Posted 06 May 2011 — by WPGPL Team
Category WordPress Themes

Widodo is our May 2011 WordPress Theme, we use minimal color and design, we are happy using 960.gs framework. This theme supported many new featured on WordPress 3.0, WordPress 3.1 and beyond.

Widodo WP Theme Feature Widodo WP Theme Feature

Read the rest of this entry »