' . get_the_date() . '' );
elseif ( is_month() ) :
printf( __( 'Month: %s', 'atomic-blocks' ), '' . get_the_date( 'F Y' ) . '' );
elseif ( is_year() ) :
printf( __( 'Year: %s', 'atomic-blocks' ), '' . get_the_date( 'Y' ) . '' );
elseif ( is_404() ) :
_e( 'Page Not Found', 'atomic-blocks' );
elseif ( is_search() ) :
printf( __( 'Search Results for: %s', 'atomic-blocks' ), '' . get_search_query() . '' );
endif;
?>
id="li-comment-">
max_num_pages < 2 ) {
return;
} ?>
str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'format' => '?paged=%#%',
'current' => max( 1, get_query_var('paged') ),
'total' => $wp_query->max_num_pages,
'next_text' => esc_html__( '→', 'atomic-blocks' ),
'prev_text' => esc_html__( '←', 'atomic-blocks' )
) );
?>
'' . esc_html__( 'Next:', 'atomic-blocks' ) . ' ' .
'' . esc_html__( 'Next post:', 'atomic-blocks' ) . ' ' .
'%title',
'prev_text' => '' . esc_html__( 'Previous:', 'atomic-blocks' ) . ' ' .
'' . esc_html__( 'Previous post:', 'atomic-blocks' ) . ' ' .
'%title',
) );
} endif;
/**
* Author post widget
*
* @since 1.0
*/
if ( ! function_exists( 'atomic_blocks_author_box' ) ) :
function atomic_blocks_author_box() {
global $post, $current_user;
$author = get_userdata( $post->post_author );
if ( $author && ! empty( $author->description ) ) {
?>
user_url ) { ?>
%2$s', esc_url( $author->user_url ), 'Website', 'atomic-blocks' ); ?>
post_author;
?>
array(
'class' => array(),
),
)
);
$title = '' . esc_html( $title_parts[0] ) . ': ' . $title;
}
return $title;
}
add_filter( 'get_the_archive_title', 'atomic_blocks_modify_archive_title' );
$depth, 'max_depth' => $args['max_depth'] ) ) ) ?>