Buying couple simple php snippets needed for wp theme

Discussion in 'Programming' started by LordXenu, Mar 7, 2010.

  1. #1
    1. I need someone to do a little bit of simple php.

    I need someone who can do a piece of php that wraps a html list into a set number of columns. This will be used on my tags list so the tags are listed as shown below...

    tag 1 tag 7 tag 13
    tag 2 tag 8 tag 14
    tag 3 tag 9 tag 15
    tag 4 tag 10 tag 16
    tag 5 tag 11 tag 17
    tag 6 tag 12

    No matter the number of items in the list, they must be spread across the determined number of columns, and the ist must adjust to new items dynamically.

    2. I also need some simple conditional if-then stuff done.


    Please shoot me a PM. Looking for a cheap, welldone job.
     
    LordXenu, Mar 7, 2010 IP
  2. LordXenu

    LordXenu Active Member

    Messages:
    313
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Just a note, the CSS hack which would wrap the list does not work. It has been suggested a few times, but it does not display the list properly.

    The CSS fix displays the list items horizontally, where I need a vertical listing.

    More like this...

    tag 1 tag 2 tag 3
    tag 4 tag 5 tag 6
    tag 7 tag 8 tag 9
    tag 10 tag 11 tag 12
    tag 13 tag 14 tag 15


    This is what I need...

    tag 1 tag 7 tag 13
    tag 2 tag 8 tag 14
    tag 3 tag 9 tag 15
    tag 4 tag 10 tag 16
    tag 5 tag 11 tag 17
    tag 6 tag 12
     
    LordXenu, Mar 7, 2010 IP