' . __( 'Pages:', 'splendio' ), 'after' => '
' ) ); ?>
→', 'splendio' ) ); ?>
'
-
Posted by %3$s.
- Tagged: %5$s ', 'splendio' ); } else { $meta_text = __( '
- Posted by %3$s. ', 'splendio' ); } } else { if ( '' != $tag_list && ! is_wp_error( $tag_list ) ) { $meta_text = __( '
- Posted by %3$s in %4$s
- Tagged: %5$s ', 'splendio' ); } else { $meta_text = __( '
- Posted by %3$s in %4$s ', 'splendio' ); } } // If $tag_list returns an error, empty it before passing to printf(), just in case if ( is_wp_error( $tag_list ) ) { $tag_list = ''; } printf( $meta_text, esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'splendio' ), get_the_author_meta( 'display_name' ) ) ), esc_attr( get_the_author_meta( 'display_name' ) ), $category_list, $tag_list ); endif; // End if 'post' == get_post_type() ?> ', '' ); ?>