Wordpress Group By Category?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BSleazy
    Confirmed User
    • Aug 2002
    • 6721

    #1

    Wordpress Group By Category?

    Has anyone seen a plugin or some code to do this?

    example...


    Category Name

    post 1
    post 2
    post 3

    Category Name

    Post 1
    Post 2
    Post 3

    Category Name

    Post 1
    Post 2
    Post 3
    icq 156131086
  • BSleazy
    Confirmed User
    • Aug 2002
    • 6721

    #2
    I figure out a way to do it.
    icq 156131086

    Comment

    • geel
      Registered User
      • Aug 2011
      • 19

      #3
      Code:
      query_posts($query_string . 'cat=1&showposts=3');
      ttp://codex.wordpress.org/Function_Reference/query_posts

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55679

        #4
        Originally posted by BCyber
        Has anyone seen a plugin or some code to do this?

        example...


        Category Name

        post 1
        post 2
        post 3

        Category Name

        Post 1
        Post 2
        Post 3

        Category Name

        Post 1
        Post 2
        Post 3
        http://blogsessive.com/blogging-tool...egory-archive/
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        Working...