• File: content-page.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/career-portfolio/template-parts/content-page.php
  • Date Modified: 04/23/2023 12:07 AM
  • File size: 708 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Template part for displaying page content in page.php
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Career_Portfolio
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<header class="entry-header">
		<?php career_portfolio_action_title();?>
	</header><!-- .entry-header -->

	<?php career_portfolio_action_image(); ?>

	<div class="entry-content">
		<?php
		the_content();

		wp_link_pages( array(
			'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'career-portfolio' ),
			'after'  => '</div>',
		) );
		?>
	</div><!-- .entry-content -->
</article><!-- #post-<?php the_ID(); ?> -->