theme_fn_get_post_first_image()){ ?>
' . __('Read the rest of this entry »', theme_ext_domain()) . '');
}
?>
comment_status) && ('open' == $post->ping_status)) {// Both Comments and Pings are open
echo sprintf( __('You can %1$sleave a response%2$s, or %3$strackback%2$s from your own site.', theme_ext_domain()),
'
', '', '
' ) . '
';
} elseif (!('open' == $post->comment_status) && ('open' == $post->ping_status)) {// Only Pings are Open
echo sprintf(__('Responses are currently closed, but you can %1$strackback%2$s from your own site.', theme_ext_domain()),
'', '') . '
';
} elseif (('open' == $post->comment_status) && !('open' == $post->ping_status)) {// Comments are open, Pings are not
echo __('You can skip to the end and leave a response. Pinging is currently not allowed.', theme_ext_domain()) . '
';
} elseif (!('open' == $post->comment_status) && !('open' == $post->ping_status)) {// Neither Comments, nor Pings are open
echo __('Both comments and pings are currently closed.', theme_ext_domain()) . '
';
}
echo sprintf(__('Follow the answers for this post with the %s feed.', theme_ext_domain()), '
RSS') . '
';
} ?>
.