Archive For The ‘Wordpress’ Category

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

How To Use All In One SEO Pack WordPress Plugin – The Complete Guide

In my last post about SEO, I gave you a short review of  All In One SEO Pack, the best WordPress plugin for SEO of your blog. We discussed about all its great features, but we limited our scope only till its features. I didn’t tell you about how to use it? How to configure [...]

The Best SEO Plugin For WordPress – All In One SEO Pack Review

Hi Friends! In my last to last post, I informed all of you that I won’t post till March end. But as I was free today, I was able to write a post for the blog. Hope you enjoy it! All In One SEO Pack is the best plugin for your blog’s SEO according to [...]

WordPress 2.9.1 Released.

WordPress 2.9.1 has been released, and is now available for download. This release fixes several minor issues, and the bugs which caused problems with scheduling posts and pingbacks.  This release addresses a handful issues as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some [...]

WordPress 2.9 Is Finally Out!

Hi friends! Just after logging in to my dashboard today, I saw a message “WordPress 2.9 Released. Update Now”. I was very happy to see that at last WordPress 2.9 stable version is out. Actually it wasn’t new to me as I have been using WordPress 2.9 Beta version from quite a long time and [...]

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

WordPress 2.8.6 Released.

Hi friends! There is another release from the WordPress folks. As usual this one too is called as a security release. Before releasing the final WordPress 2.9 I think these WordPress folks are going to release many more WordPress versions to make our site / blog secure and more secure. WordPress 2.8.6 mainly fixes two [...]

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