This is yet another post in the Design And Coding category. As the title suggests, in this post you’ll learn to add a favicon in your site. I know you already might be knowing how to do this or your theme might have inbuilt favicon plus the coding. But some themes don’t have this piece [...]
Posts Tagged ‘PHP’
How To Display Admin Section In Wordpress?
Smashing Saturday –> 6th March 2010

Hi friends! Smashing Saturday is back again to share some link love with my friends. Its always good to share some love and so are the links. Please read the posts mentioned today!
1.) Why use WordPress for your Business Website?
2.) List of Do Follow Blogs For SEO Fellows
3.) Internet Entrepreneurs: Ten Tips for Starting an [...]
How To Customize The Time And Date In Wordpress?
How To Display Recent Posts In Wordpress?

In Wordpress some times you want to show recent posts in your blog. How to show them? To show recent posts we need to put some code in Wordpress so that it shows the recent posts from your blog.
<?php $recent = new WP_Query("showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
<li><a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a></li>
<?php endwhile; ?>
This will show [...]
My First Look At Wordpress 2.9.

A very short time has been remaining for the latest Wordpress 2.9 to be out. There are a lot of new features appeared in this version. The full list of new features is available here at, http://codex.wordpress.org/Version_2.9
Though the latest stable version isn’t out for the public, the beta is out. It was today that I [...]

Posted On March 18, 2010 At 1:31 PM
By










Smashing Saturday –>3oth January 2010
Hi! Smashing Saturday is back again! Please see the posts I have read this week!
1.) Download Firefox 3.6 Final Today in Few More Hours
2.) Your Domain And Web Host In One Site
3.) 4 Tips To Create Effective And Efficient Relationships
4.) Google’s HTML5 YouTube Videos Don’t Need Flash
5.) Tiger Woods PGA Tour Online enters open [...]