Number of post in particular catagory not shown in my blog???

Discussion in 'WordPress' started by life31, Jan 10, 2008.

  1. #1
    Presently i am using Tigopedia 2.0 for my Wordpress.

    The problem that i face is it does not show the total number of posts present in any catagory or number of posts on my blog.

    How can i fix it so that i can see the total number of posts in each catagory???



    You can see the Blog here.
     
    life31, Jan 10, 2008 IP
  2. Veej

    Veej Active Member

    Messages:
    364
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Veej, Jan 10, 2008 IP
  3. life31

    life31 Active Member

    Messages:
    1,024
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #3
    Oh thanks a lot. Hope that does help me. Ill try it.

    By the way is that your forum. Nice one there dude.

    Thanks for your responce.
     
    life31, Jan 10, 2008 IP
  4. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #4
    You can also use the wp_list_categories() function.

    Something like:

    
    <?php wp_list_categories('orderby=name&show_count=1'); ?>
    
    Code (markup):
    More arguments for it can be found HERE.
     
    mizaks, Jan 11, 2008 IP
  5. life31

    life31 Active Member

    Messages:
    1,024
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #5
    Thanks for the help with it there.:)

    Ill try doing that and get back here. Thanks:)
     
    life31, Jan 11, 2008 IP