Tagged Questions
2
votes
2answers
163 views
Is there a has_more_tag() method or equivalent?
I need to determine if the current post has a "more" tag. I'm currently using
$pos=strpos($post->post_content, '<!--more-->');
Am I missing a built in method similar to has_excerpt()?