blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Bits and bobs blog - Unix blog

Blog about Unix (HP, SOlaris, AIX, Linux), SAN storage and SEO.
Bits and bobs blog - Unix blog  
Related Blogs
previous blog next blog

1 Users are Following

6.5
good
based on editor's review


recent postsrss feed

Do you have a problem getting in to your word press blog as admin?

Nov 13, 2009
Do you have a problem getting in to your word press blog? Do you get this message - “You do not have sufficient permissions to access this page” because - - you have changed the domain name of your blog? - you have moved your blog from multi-blog...

Display total number of users in your wordpress blog

Nov 7, 2009
If you want to display total number of users in your wordpress blog, just type this code anywhere in the template. $users = $wpdb->get_var("SELECT COUNT(ID) FROM $wpdb->users"); echo $users." registered users."; Share and...

An Unexpected HTTP Error occurred during the API request.

Nov 3, 2009
Do you get “An Unexpected HTTP Error occurred during the API request.” ? There is a quick  solution to resolve this. Edit the file …./wp-includes/http.php and search for this entry. ‘timeout’ => apply_filters( ‘http_request_timeout’, 5), Increase...

Which boot disk your hp-ux host has booted from

Oct 30, 2009
To find which disk server has booted from : # echo ‘boot_string/S’|adb /stand/vmunix /dev/mem To check if you have any other boot disks: # lvlnboot -v Share and Enjoy:

Add custom drop down categories in wordpress

Oct 30, 2009
Some times its becomes difficult from the visitors point of view how many post you have on your site for each of the categories. If you want to add the custom drop down code which will display total number of posts next to it. <form action=”/”...


Comments & Reviews:
Be the First to Review this Blog!