Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
themes
/
koncrete
/
template-parts
/
Editing: content-page.php
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Koncrete; ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ): ?> <div class="page-thumbnail"><?php the_post_thumbnail( 'rdtheme-size1' );?></div> <?php endif; ?> <div class="entry-content"> <div class="clearfix"> <?php the_content();?> </div> <?php wp_link_pages( array( 'before' => '<div class="post-pagination">' . __('Pages:', 'koncrete'), 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ) ?> </div> </article>
Save
Cancel