Hi all,
I figured out how to get an excerpt list from one tag.
The code I use in the page is:
'<?php query_posts('showposts=999&orderby=slug&order=asc&tag=index'); ?>
<?php if (have_posts()) : the_post(); ?>
"><?php the_title(); ?>
<?php the_excerpt() ?>
<?php endif; ?>'
It works fine, the only problem is my first post title is not showed properly, font-size and alignment are not correct.
http://www.moniquehuizen.nl/greenpebble/?page_id=1227
Anyone has an idea how to solve this?