post_type ) . '">'; // タイトル if ( ! SHAPESHIFTER_IS_FRONT_PAGE ) { $the_title = the_title( '', '', false ); echo '
'; echo '

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

'; echo '
'; } if ( ! SHAPESHIFTER_IS_PAGE && ! SHAPESHIFTER_IS_ATTACHMENT ) { echo '
'; $format_ymd = esc_html_x( 'Y/m/d', 'Date Format for Published Date and Updated Date', 'shapeshifter' ); $mtime_c = ShapeShifter_Frontend_Methods::get_mtime( 'c' ); $mtime_ymd = ShapeShifter_Frontend_Methods::get_mtime( $format_ymd ); echo '

'; echo ''; echo '

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

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