![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Dec 2008 Location: U.S.
Posts: 274
Thanks: 27
Thanked 17 Times in 12 Posts
|
So I want to put a list of my recent posts in my footer. However, I want the list to look like this: 1 Item 6 Item 2 Item 7 Item 3 Item 8 Item 4 Item 9 Item 5 Item 10 Item Instead of: 1 Item 2 Item 3 etc 4 5 6 7 8 9 10 Now I know this is easy enough normally, but I am using the wordpress php call get_recent_posts Its not a normal list so I cant just put them in the next column Is there any way I can make this list wrap over to the next column? Thanks for any help Rebtl |
| | |
| | #2 |
| Co-Director, Easisell.com Join Date: Feb 2009 Location: Gateshead, United Kingdom
Posts: 37
Thanks: 0
Thanked 3 Times in 3 Posts
|
Forgive me I just read the part about the php... sorry, I'll have to look into it further.
|
| | |
| | #3 |
| Active Warrior Join Date: Feb 2009
Posts: 60
Thanks: 26
Thanked 4 Times in 4 Posts
|
I'm pretty sure that turning the list into two defined columns is far easier than turning a variable number of items into two equal columns. That is, you'll need to decide whether you'll limit the list (and tell the software to list, say, items 1 - 10 in column one and items 11 - 20 in column two). Otherwise, the software has to look at the number of entries, divide that by two... and so on. That said, I know just enough about code writing to be dangerous. |
| | |
![]() |
|
| Tags |
| css or html, list, make |
| Thread Tools | |
| |
![]() |