Posts Tagged ‘Wordpress’

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

Smashing Saturday –> 20th February 2010

Hello bloggers! Smashing Saturday is back again! Here are some of the few posts that I read this week. Have a look at them. This week has been quite different for me. This week the posts that I read were mostly old, but that doesn’t matter as these posts are very informative. Old is Gold [...]

Blogging Junction Has Extended And Blogging Junction Theme Changes!!

Hi friends, There is a good news for all of us! Actually there are two good news! Lets read further…. I have been planning from quite some time to change the topic of our website. I was thinking will it be good if I extend the number of topics covered in Blogging Junction. Finally after [...]

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

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

How To Increase Your Feed Readers?

All the bloggers use feedburner these days apart from the original feed in their blog. The original feed is something like, http://www.bloggingjunction.com/feed The feed you burn with feedburner is something like, http://feeds.feedburner.com/bloggingjunction If you use both the feeds in your blog, you are doing completely wrong! If suppose I visit the first link and suppose [...]

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