"%s"', 'astrology' ),
get_the_title()
),
'
',
''
);
the_post_navigation( array(
'screen_reader_text' => ' ',
'next_text' => '
' . __( 'Next', 'astrology' ) . ' ',
'prev_text' => '
' . __( 'Previous', 'astrology' ) . ' ',
) );
endwhile;
//Commnet Part
echo get_the_tag_list('
Tags: ',', ','
');
if ( comments_open() || get_comments_number() ) {
comments_template();
}
//End Comment Part
endif; ?>