How to find out the default category of the blog?

by Kishore on June 28, 2010

I was searching to find the function which can give me the default category of a particular blog

Update : March 9, 2011, 6:37 am

We can use the get_option(‘default_category’) which will give the category ID of the default category of that particular blog

  1. Overriding the default Adsense setting in Google Ad Manager : I got an invitation for Google...
  2. Creating a Widget for Displaying Random Category Post : I just created a small hack...
  3. Home Jobs – Find your way to earning from home : There are millions of people around...
  4. Redesigned my blog with a new theme : Screenshot of my blog - New...
  5. 11 ways to customize your WordPress blog to your needs : WordPress is the most popular blogging...
  • http://www.asokans.com Kishore

    Update : We can use the get_option(‘default_category’) which will give the category ID of the default category of that particular blog