Show post list with excerpt from 1 tag font problem first post
-
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.
https://www.moniquehuizen.nl/greenpebble/?page_id=1227
Anyone has an idea how to solve this?
- The topic ‘Show post list with excerpt from 1 tag font problem first post’ is closed to new replies.