Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
backup2024
/
06juni2024
/
web
/
febis
/
wp-content
/
themes
/
revive
/
//home/puskom/backup2024/06juni2024/web/febis/wp-content/themes/revive/content-single.php
<?php /** * @package revive */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <div class="entry-meta"> <div class="postdate"> <span class="month"><?php the_time('M'); ?></span> <span class="day"><?php the_time('j'); ?></span> </div> <div class="author"> <span class="author-name"><a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>"><?php the_author() ?></a></span> </div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div id="featured-image"> <?php the_post_thumbnail('full'); ?> </div> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'revive' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php revive_entry_footer(); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->