Try changing every reference to <?
to <?php
. I'd also question this code:
<? ob_start();
the_content();
$content = ob_get_clean();
echo substr($content,0,250); ?>
Try changing every reference to <?
to <?php
. I'd also question this code:
<? ob_start();
the_content();
$content = ob_get_clean();
echo substr($content,0,250); ?>