![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/matelopsrp.com/wp-content/themes/master-business/template-parts/ |
<?php /** * Template part for displaying page content in page.php. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Master_Business */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php /** * Hook - master_business_single_image. * * @hooked master_business_add_image_in_single_display - 10 */ do_action( 'master_business_single_image' ); ?> <div class="entry-content-wrapper"> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'master-business' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> </div><!-- .entry-content-wrapper --> <footer class="entry-footer"> <?php edit_post_link( esc_html__( 'Edit', 'master-business' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->