' . __( 'Tagged %1$s', 'aster' ) . '', $tags_list ); } } } if ( ! function_exists( 'aster_posted_on' ) ) { function aster_posted_on() { ?> //---------------------------------------------------------------------- if ( ! function_exists( 'aster_post_navigation' ) ) { function aster_post_navigation() { // Don't print empty markup if there's nowhere to navigate. $previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) { return; } ?>