So I want to put a list of my recent posts in my footer. However, I want the list to look like this:
How can I make a CSS/HTML List do this...?
3
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
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
- aisling
Next Topics on Trending Feed
-
3