more functie werkt niet meer na toepassen Featured Image
-
Goedendag
IK heb onlangs de Featured Image toegepast.
Toen heb ik van:
<?php the_content(‘</p><p>Read More >></p>’); ?>Dit gemaakt:
<?php if (function_exists(‘has_post_thumbnail’) && has_post_thumbnail()) the_post_thumbnail( ’thumbnail’, array( ‘class’ => ‘alignleft pic-small’) );
$content = strip_shortcodes($post->post_content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
$content = strip_tags($content);
$content = apply_filters(’the_content’, $content);
echo $content; ?>Wat op zich prima werkt, alleen werkt de < — more — > functie niet meer. Weet iemand hoe ik de onderste code kan aanpassen zodat dit weer werkt ?
Het onderwerp ‘more functie werkt niet meer na toepassen Featured Image’ is gesloten voor nieuwe reacties.