Display custom field content as list
Posted: Sat Aug 30, 2008 4:02 pm
Hey guys,
I wonder if it's possible to get the content of an custom field as a list?
I would like to insert something like this:
But in the theme it should be automatically displayed as a list like:
At the moment it is displayed as
so in one line,without any break.
If this is possible, could anybody tell me how to do it?
Would be nice
And sorry for my bad english, hope you could understand what I mean...
I wonder if it's possible to get the content of an custom field as a list?
I would like to insert something like this:
Code: Select all
Point One
Point Two
Point Three
Code: Select all
[ul]
[li]Point One[/li]
[li]Point Two[/li]
[li]Point Three[/li]
[/ul]
Code: Select all
Point One Point Two Point ThreeIf this is possible, could anybody tell me how to do it?
Would be nice
And sorry for my bad english, hope you could understand what I mean...