The main purpose of this Blank WordPress Theme to make your WordPress theme development time shorter. The main features of Blank WordPress Theme (version 1) are: The sidebar is widget-ready. Loads google hosted jQuery. Registers the sidebar widget area. Has CSS reset. Theme option page. Post Thumbnail support. Lightweight only 15KB. The new version 1.5 […]
Create a css3 dropdown menu in wordpress
In this tutorial i will show you how to create a apple style css3 drop down menu in wordpress.Ok lets start, at first i use this code to create navigation in wordpress. Paste this code in your header.php [php] <div id="navigation" > <ul id="nav"> <li><a href="<?php bloginfo(‘siteurl’); ?>">Home</a></li> <?php wp_list_pages(‘title_li=&sort_column=menu_order’); ?> </ul> </div><!– #navigation –> […]