Hi, sorry I’m not that experienced, so maybe I’ll make silly questions:
what is
<a class="job-title" href='<?php the_permalink();?>' style="font-weight:<?php echo $font?>;font-style:<?php echo $font; ?>;" >
<font color="#<?php echo (isset($color['code']))?$color['code']:''?>">
<?php echo $post->post_title; ?>
</font>
</a>
I mean, where do you get from the $font and other variables you’re using?
also, if you’re inside a loop, why do you display the title like in line 13? <?php echo $post->post_title; ?>
and not just like <?php the_title(); ?>
did you write your code inside a custom page template, and for what theme?
sorry for my poor english..