| 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(); ?>>
<?php the_title( '<h1 class="title-header">', '</h1>' ); ?>
<div class="entry-meta">
<?php
academica_entry_meta();
edit_post_link( __( 'Edit', 'academica' ), '<span class="edit-link"> / ', '</span>' ); ?>
</div><!-- end .entry-meta -->
<div class="entry-content clearfix">
<?php
the_content();
wp_link_pages( array(
'before' => '<p class="pages"><strong>' . __( 'Pages:', 'academica' ) . '</strong>',
'after' => '</p>',
'next_or_number' => 'number'
) ); ?>
</div><!-- end .entry-content -->
<div class="entry-meta">
<?php
the_tags( '<p class="tags"><strong>' . __( 'Tags:', 'academica' ) . '</strong> ', ', ', '</p>' ); ?>
</div><!-- end .entry-meta -->
</div><!-- end #post-## -->