' . get_search_query() . '' ); } elseif ( is_404() ) { $title = _e( 'Page Not Found', 'atomic-blocks' ); } return $title; } add_filter( 'get_the_archive_title', 'atomic_blocks_change_archive_title' ); /** * Custom comment output */ function atomic_blocks_comment( $comment, $args, $depth ) { ?>
  • id="li-comment-">

    $depth, 'max_depth' => $args['max_depth'] ) ) ) ?>

    comment_approved == '0' ) : ?>
    '' . 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 ) ) { ?>

    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' );