Enable excerpts in wordpress page

WordPress in default does not have the excerpt feature on Page.But you can enable this by entering a few lines of code in Theme functions.php of your template.If your theme doesn’t have function.php then please create one. [highlight]NOTE: Please take a backup of your theme before doing this theme hack.[/highlight] Here is the code : …

Enable excerpts in wordpress page Read More »

WordPress Blank HTML5 theme

HTML5 comes with a lots of feature! Soon we need to use them in WordPress projects.So i think its better to make a blank HTML5 theme to make my development time shorter. Here is the screenshot of my Blank HTML5 theme Download : [wpdm_file id=8]

How to Add Facebook Like Button in WordPress

Facebook button is very useful and it help  you to grow website visitor. First open your single.php or post.php  file in your theme’s folder. Then paste the following code before or after the_content() inside your post loop: [php] <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe> [/php] If you want to …

How to Add Facebook Like Button in WordPress Read More »

Blank WordPress Theme

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 …

Blank WordPress Theme Read More »

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 –> …

Create a css3 dropdown menu in wordpress Read More »

We have launched our website!

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, …

We have launched our website! Read More »