February 14th in Wordpress by pbu .

How to insert logo in your wordpress blog?

How to insert logo in your wordpress blog?

Quite often you might want to insert your custom logo to your wordpress blog. By default wordpress shows the blog name in place of logo in your blog.

here is how to do it..

1. Go to theme folder /wordpress/wp-content/themes/YourTheme/
2. Upload your logo inside …

February 11th in Wordpress by pbu .

How to post source code in WordPress posts?

Quite often you might want to post code in your wordpress posts (HTML, SQL, CSS, PHP, Javascript etc..) in your wordpress posts but wordpress breaks the code and hides them inside html. Even placing the source inside pre and code tags wont work.

The easy way to do this is use …

November 30th in Wordpress by pbu .

Be Careful! WordPress Themes Consume more CPU Power

You might be in a shared hosting plan and most hosting providers allow CPU usage only to a certain level. Be careful that many wordpress themes (including commercial ones) i have seen can take more CPU power. If that is the case the hosting provider may suspend your account. I …

November 2nd in Wordpress by pbu .

10 Best FREE WordPress THEMES You Never Want to MISS!

wordpress-themes

WordPress is such a powerful CMS and literally you can achieve anything from it. Not just that its code is very easy to understand and it can be customized to anything.

Here are the 10 best free wordpress themes you would never want to miss.

Blue Sensation

License: FREE
Download | Visit Website

Monochrome Gallery

(Photo …

October 31st in Wordpress by pbu .

How to get parent category name in WordPress?

In wordpress, sometimes you may have many subcategories for a different parent categories. By default wordpress lists all sub-categories.

if i have category structure like

Drupal
- 2 Column
- 3 Column
- Left sidebar
- Right sidebar

WordPress
- Fixed Width
- Widget Ready
- News/Magazine
- Photogallery

and if i do a wordpress post (with title say CSS Gallery) …

October 30th in Wordpress by pbu .

WordPress problem with subcategories under identical names!

WordPress version 2.6.2 seems to have a problem with creating identical categories. It does not allow you to create a same name subcategories even with different parent.

For example you have category structure like

WordPress Theme
- 2 Column
- 3 column
- Left sidebar
- Right sidebar

Drupal
- 2 column
- 3 column

You wont be able to …

October 23rd in Wordpress by pbu .

New Website for Best WordPress Themes

topbest

i love wordpress and skinning wordpress with themes even a lot more. I have spent lot many hours with plenty of wordpress hacks including lot many wordpress themes. The problem was there were lot many beautiful themes scattered over the Web and many people just dont know where …

October 4th in Wordpress by pbu .

10 Best WordPress PLUGINS You Never want to MISS!

10 Best WordPress Plugins you never want to miss out! I have compiled the much
needed and most important plugins for your wordpress blog. It is essential to
install these plugins for every wordpress blogger!

1. Akismet Anti-Spam

Countering spam is the first step be done for any new wordpress …

October 1st in Design, Wordpress by pbu .

Remove text wrap around image in wordpress

i have often seen images inside wordpress posts floating and text content would wrap around it. It wont be a nice sight seeing images stacked either to left or right.

Normally if you float: left all the text would wrap around image. But to remove the text flowing around image …

July 22nd in Internet, PHP Scripts, Wordpress by pbu .

Displaying HTML code in WordPress Posts!

I had a terrible problem for a long time which frustrated me quite often! Being a programmer myself i wanted to post html code on my wordpress post and everytime i do it wordpress wont show the code and only shows the html output.

Just like html i wanted to …