Posts Tagged ‘PHP’

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

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

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

Smashing Saturday –> 5th December 2009.

Hi friends! Smashing Saturday is all back after a week. Here I bring out some of the coolest posts I have read all this week. Due to on-going exams, this week I wasn’t able to read many posts, but here are some of them that I read and liked really very much. 1.) Using Custom [...]

How To Add Related Posts List Below Your Post In Blogger.Com Blogs?

related-posts-widget-blogger

Hi Friends! This is my second post in Blogger category. Actually its the first Blogger.Com help tutorial. This question was asked by my friend Ravi from Health N Fitness Care. His query was “How To Add Related Posts List Below Your Post In Blogger.Com Blogs?”. Let us answer him. For WordPress blogs displaying related posts [...]

How To Check If Your Site Is Banned By Google?

Hi friends, today I am back with a new post. As the title suggests this post will tell you exactly how to check if your site is banned by Google. After reading my all the previous posts based on the SEO topic you may now be paying some more importance to SEO. I guess you [...]

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