返信先: moreタグが機能しない

#989
みつ
ゲスト

すみませんsingle.phpではなくarchive.phpのほうかもしれません(記事なので)

先ほどarchive.phpの

<?php the_content(); ?>

<?php if(strpos(get_the_content(),’id=”more-‘)) :
global $more; $more = 0;
the_content(”); ?>
<?php $more = 1;
the_content(”, true );
else : the_content();
endif; ?>

 

に変更してみたんですが致命的なエラーで更新できませんでした