>
permalink.', 'hive-lite' );
} else {
/* translators: %3$s The post URL. */
$meta_text = __( 'Bookmark the permalink.', 'hive-lite' );
}
} else {
// But this blog has loads of categories so we should probably display them here
if ( '' != $tag_list ) {
/* translators: %1$s: The categories list, %2$s: The tags list, %3$s The post URL. */
$meta_text = __( 'Posted in %1$s and tagged %2$s. Bookmark the permalink.', 'hive-lite' );
} else {
/* translators: %1$s: The categories list, %3$s The post URL. */
$meta_text = __( 'Posted in %1$s. Bookmark the permalink.', 'hive-lite' );
}
} // end check for categories on this blog
?>
post_excerpt;
if( ! empty( $image_caption ) ) {
echo '' . wp_kses_post( $image_caption ) . '';
}
?>
>
'',
'next_or_number' => 'number',
'nextpagelink' => esc_html__( 'Next page', 'hive-lite' ),
'previouspagelink' => esc_html__( 'Previous page', 'hive-lite' ),
'pagelink' => '%',
'echo' => 1,
) ); ?>