| Server IP : 217.160.0.15 / Your IP : 216.73.216.30 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/boardwalk/ |
Upload File : |
<?php /** * @package Boardwalk */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() && ! has_post_format( 'video' ) ) : ?> <div class="entry-thumbnail"> <?php echo get_the_post_thumbnail( get_the_ID(), 'boardwalk-hero-image' ); ?> </div><!-- .entry-thumbnail --> <?php endif; ?> <header class="entry-header"> <div class="entry-meta"> <?php boardwalk_entry_meta(); ?> </div><!-- .entry-meta --> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> </header><!-- .entry-header --> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'boardwalk' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __( 'Page', 'boardwalk' ) . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ) ); ?> </div><!-- .entry-content --> <?php // Author bio. if ( 1 == get_theme_mod( 'boardwalk_author_bio' ) && get_the_author_meta( 'description' ) ) : get_template_part( 'author-bio' ); endif; ?> <footer class="entry-footer"> <?php boardwalk_entry_footer(); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->