'.__('Read the rest of this entry »', 'chaoticsoul').''); ?>
'.__('Pages:', 'chaoticsoul').' ', '', 'number'); ?>
RSS 2.0');
if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open
printf(__('You can leave a response, or trackback from your own site. ', 'chaoticsoul'), get_trackback_url(true));
} elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Only Pings are Open
printf(__('Responses are currently closed, but you can trackback from your own site. ', 'chaoticsoul'), get_trackback_url(true));
} elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Comments are open, Pings are not
_e('You can skip to the end and leave a response. Pinging is currently not allowed. ', 'chaoticsoul');
} elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open
_e('Both comments and pings are currently closed. ', 'chaoticsoul');
}
edit_post_link(__('Edit this entry.', 'chaoticsoul'),'','');
?>