Posts Tagged ‘Theme’

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

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 –>16th January 2010

Hi! Smashing Saturday is back again! Lets see what I’ve read this week….
1.) Google Takes on China; Will Stop Censoring Results
2.) Upload and store your files in the cloud with Google Docs
3.) Rumor: Next-Gen iPhone to Include OLED Screen, Dual Core Processor, Other New Features
4.) Facebook Gives Its PC Users Security Software Deal–Just as Security [...]

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

Interact With Other Bloggers

interact-text

Hi friends! After launching the forum site in Blogging Junction, I was busy these days n managing it. I mean to say I had to make some theme changes in it also I had to configure it so that it does not cause problems to the users registering in it as well as the other [...]

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

Use A Universal Language Structure.

use-a-universal-language-structure

This is the eighth part in the series “Tips For Writing A Good Blog Post”. In the previous part of this series I told you the importance of providing attribution in your posts. We all also discussed on how to attribute a post, image and else. In this post we will discuss on why using [...]

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