Adding li tag to posted content
-
Hi, does anyone know how i can add li tags to the content in the code below?
$posts = query_posts(‘posts_per_page=10&post_type=article_type&orderby=desc&tag=ifas’);
foreach($posts as $post){echo apply_filters (‘the_content’, $post->post_content);
}
any help would really be appreciated.
Kieran
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding li tag to posted content’ is closed to new replies.