• Hello,

    I’d like to know if it’s possible to split a post in 4 parts, then distribute them along the html in a template.

    More specifically, I’d like to achieve this :

    part1 part1   part2 part2
    part1 part1   part2 part2
    part1 part1   part2 part2
    part1 part1   part2 part2
    
    agallery agallery agallery
    agallery agallery agallery
    agallery agallery agallery
    agallery agallery agallery
    
    part3 part3  part4 part4
    part3 part3  part4 part4
    part3 part3  part4 part4
    part3 part3  part4 part4

    In fact part #2 and #3 ‘s order is not very important, they are changeable.
    I guess with PHP I could do something like this, but I don’t know how to start.

    Thanks for any tip.

  • The topic ‘Split post in 4, then distribute the parts in template’ is closed to new replies.