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

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

	<?php career_portfolio_action_image(); ?>
    <div class="post-content">

        <?php career_portfolio_action_title(); ?>

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

			wp_link_pages( array(

				'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'career-portfolio' ),

				'after'  => '</div>',

			) );           

			?>   

        </div>

    </div>



</article><!-- #post-<?php the_ID(); ?> -->