• Hi,
    I want to display post category wise but in different column on main page.
    More specifically, what I want to achieve is to have all the posts from one category come up on one column of a table, and posts from all the other categories in the second column.
    Can anyone please help?
    I am bit new to wp please provide some suggestions
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I dont know if this helps/works.

    but have you tryed making a customise widget
    and placing “latest posts” inside it.

    and archive posts in another widget.

    then you could simply place the customWidget in your pager were, you want it to be displayed. i think that would work.

    Thread Starter Infolick

    (@infolick)

    Hi Joe , thanks for provind info…
    but dont you think it will display 1 col with latest post and others with archived one.

    what i want is if i have say 3 category like SAP , Siebel, Mobile

    now my main page should have 3 columns in which i will display
    SAP , Siebel mobile posts
    or in otherwords table with 3 cols where 1st col diaplay SAP related 2nd Siebel so on.

    Plese help or suggested

    [please do not bump]

    where is the problem?

    – getting posts of a category?
    WP_Query http://codex.wordpress.org/Class_Reference/WP_Query
    http://codex.wordpress.org/Class_Reference/WP_Query#Category_Parameters

    – showing the posts in columns?
    this would not really be a WordPress problem; build the html structure first.

    a ‘no table’ example code:
    http://pastebin.com/BLNtWqpG
    adapt the first line to make an array with your chosen categories.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Display post in different columns categorywise’ is closed to new replies.