Posts Tagged ‘PHP’

How To Add A Favicon In Your Wordpress Blog?

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 [...]

How To Display Admin Section In Wordpress?

In Wordpress you may need to show an admin section in some part of your blog some times. Mainly we show this to get a direct link to our blog administration panel. We do this so that we can log in and log out easily of our Wordpress blog.
Also we use this to show a [...]

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?

In Wordpress you sometimes need to show dates and time. For example, when you want to show date or time below a Wordpress post showing when that post was posted or the article publishing date and time. You also need to show date in your blog copyright notice. You may also want to show dates [...]

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 [...]

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 [...]

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 [...]

Copyright © 2009 - 2009 Blogging Junction. All Rights Reserved.
Blogging Junction Is Proudly Powered By Wordpress And Blog Design By New WP Themes