>
', '' ); ?>
%3$s',
esc_url( get_permalink() ),
esc_attr( sprintf( __( 'Permanent Link to %s', 'academica' ), the_title_attribute( 'echo=0' ) ) ),
esc_html( get_the_date( get_option( 'date_format' ) . ' ' ) )
);
if ( ! post_password_required() && ( comments_open() || 0 != get_comments_number() ) ) :
echo ' / ';
comments_popup_link( __( 'Leave a comment', 'academica' ) );
endif;
endif; ?>
tags
the_content( '
' . esc_html__( 'Continue Reading', 'academica' ) . ' →' );
} else {
the_content();
}
} else {
// Get excerpt without the automatic "Continue reading" link
$excerpt = get_the_excerpt();
if ( $excerpt ) {
echo '
' . $excerpt . '
';
}
echo '
' . esc_html__( 'Continue Reading', 'academica' ) . ' →
';
}
?>