post_type ) . '">'; // タイトル if ( ! SHAPESHIFTER_IS_FRONT_PAGE ) { echo '
'; echo '

' . ( ! empty( the_title( '', '', false ) ) ? the_title( '', '', false ) : esc_html__( '( No Title )', 'shapeshifter' ) ) . '

'; echo '
'; } if ( ! SHAPESHIFTER_IS_PAGE ) { echo '
'; echo '

'; echo ''; echo '

'; echo '
'; echo ''; if ( SHAPESHIFTER_IS_SINGLE ) { if ( ! is_singular( array( 'forum', 'topic', 'replay' ) ) ) { if ( get_the_category() ) { echo '

'; echo ''; echo SHAPESHIFTER_NBSP . '-' . SHAPESHIFTER_NBSP; echo ''; echo wp_kses( get_the_category_list( ', ', '', absint( $post->ID ) ), array( 'a' => array( 'href' => array(), 'rel' => array() ) ) ); echo ''; echo '

'; } if ( get_the_tags() ) { echo '

'; echo ''; echo ' - '; echo ''; echo wp_kses( get_the_tag_list( '', ', ', '', absint( $post->ID ) ), array( 'a' => array( 'href' => array(), 'rel' => array() ) ) ); echo ''; echo '

'; } } } echo '
'; echo '
'; } echo ''; ?>