Post Style
-
Im having some problem with my posts appearing on a site, I have bloded the title of the style, but it only does this for the first one and doesnt repeat for the older ones..
View: http://www.ennisurbanboardgaa.ie
Code:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_title(); ?><BR></span>Posted on
<?php the_date(”); ?>
by:
<?php the_author() ?>
<?php the_content(__(‘(more…)’)); ?>
<br>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
<?php comments_template(); // Get wp-comments.php template ?>
<h2 align=”left” class=”style1 style2″> <br>
<?php wp_link_pages(); ?>
</h2>
<h2 align=”left” class=”style1 style2″>
<?php endwhile; else: ?>
</h2>
<p align=”left”> <span class=”style1″>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
</span>
<p class=”style1″>
<?php endif; ?>Any ideas anyone??
The topic ‘Post Style’ is closed to new replies.