Hi
The section looks like this but I still have no luck (taken from index.php):
<div class=”storycontent”>
<?php if (staticeez_IsPostStatic()) { ?>
<?php edit_post_link(); ?>
<?php } else { ?>
<?php the_content(); ?>
<?php } ?>
</div>
However, I also tried it as
<?php if (staticeez_IsPostStatic()) { ?>
<?php edit_post_link(); ?>
<?php } else { ?>
<div class=”storycontent”>
<?php the_content(); ?>
</div>
<?php } ?>
Is this right? I am doing something wrong? I will check the catagories but I think they are under General!
Seb