• Resolved Tia

    (@ti_na)


    I am looking for a way to display the first post that shows as a leading post and then the following post (excerpts) in columns (2).

    I’ve been searching, but so far have only been able to find information on columns for WordPress. (I’m not sure if I’m using the right term, leading?)

    If anyone could point me the right direction I’d greatly appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • to do that you will have to call the loop twice.
    the first with the_post() and the rest with the_excerpt()

    Thread Starter Tia

    (@ti_na)

    Thank you so much for your response.

    I ended up using a combination of a Featured Post Plugin and some minor php modification to split posts into 2 columns on the index.php template page.

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

The topic ‘Leading Post & Columns’ is closed to new replies.