Php code for WordPress categories in Magazine Theme

Discussion in 'PHP' started by Jalpari, Jun 6, 2009.

  1. #1
    I know how to build wordpress theme from scratch but the one i can create is blogging theme as u can see in my recent blog,

    Any php expert can guide me how to show different categories at homepage (for my recent blog) like in this theme http://woothemes.com/demo/?t=33
     
    Jalpari, Jun 6, 2009 IP
  2. RazorGlacier

    RazorGlacier Well-Known Member

    Messages:
    506
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    185
    #2
    That theme is just using the basic php call for categories, and also shows sub categories. The rest is all CSS.

    The shorthand to call categories is:

     
    RazorGlacier, Jun 7, 2009 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    No i search many themes they all have some php code and when i write that code layout shows php error which means i am missing.

    what about http://woothemes.com/demo/?t=33 :rolleyes:
     
    Jalpari, Jun 7, 2009 IP
  4. RazorGlacier

    RazorGlacier Well-Known Member

    Messages:
    506
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    185
    #4
    Well, if you are catching an error, it's because your not closing the connection. Here is an example to show all categories in a post. Just put the code above between these two lines so you can see wordpresses open and closed connections.

    and

     
    RazorGlacier, Jun 7, 2009 IP