創作・同人サイトに特化した多機能WordPressテーマ › フォーラム › 不具合、要望スレッド › moreタグが機能しない › 返信先: moreタグが機能しない
2021年1月5日 3:29 PM
#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; ?>
に変更してみたんですが致命的なエラーで更新できませんでした