| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/cdc/ai4fashion22/wp-content/themes/academica/ |
Upload File : |
<?php /** * @package Academica */ ?> <div id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?>> <?php the_title( '<h2><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?> <p class="entry-meta"> <?php if ( 'post' == get_post_type() && ! is_sticky() ) : printf( '<a href="%1$s" title="%2$s" rel="bookmark">%3$s</a>', esc_url( get_permalink() ), esc_attr( sprintf( __( 'Permanent Link to %s', 'academica' ), the_title_attribute( 'echo=0' ) ) ), esc_html( get_the_date( get_option( 'date_format' ) . ' ' ) ) ); if ( ! post_password_required() && ( comments_open() || 0 != get_comments_number() ) ) : echo ' <span class="sep">/ </span> '; comments_popup_link( __( 'Leave a comment', 'academica' ) ); endif; endif; edit_post_link( __( 'Edit', 'academica' ), '<span class="edit-link"><span class="sep"> / </span>', '</span>' ); ?> </p><!-- end .entry-meta --> <div class="entry-summary"><?php the_content(); ?></div> </div><!-- end #post-## -->