| 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 /** * The template used for displaying page content in page.php * * @package Boardwalk */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) : ?> <div class="entry-thumbnail"> <?php echo get_the_post_thumbnail( get_the_ID(), 'boardwalk-hero-image' ); ?> </div><!-- .entry-thumbnail --> <?php endif; ?> <?php the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></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 edit_post_link( __( 'Edit', 'boardwalk' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer>' ); ?> </article><!-- #post-## -->