Archive For The ‘Wordpress’ Category

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

How To Tag Wordpress Posts Automatically? – AutoTagger Wordpress Review And Installation Guide.

You might be writing several posts daily or regularly. Whenever you write a post you have to specify many columns and fill in various data among which one is “TAGS”. Its a boring job to fill tags in posts as many tags can be put in a post and list can be very long. So [...]

Wordpress 2.9.2 Released.

On 15th February 2010, an update for the most popular blogging script Wordpress has just been released by the development team. Now Wordpress is on version 2.9.2. This update fixes a security vulnerability that was reported by Thomas Mackenzie.
This vulnerability causes some security problems in the new feature that had been introduced in Wordpress 2.9, [...]

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

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

Blogging Junction Is Proudly Powered By Wordpress And Blog Design By New WP Themes