HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/template-parts/post/content-page.php
<?php
/* banner-php */
 
?>
<article <?php post_class('content-page');?>>
	<?php if(has_post_thumbnail( )){ ?>
	<div class="blog-media">
		<div class="box-item">
            <?php the_post_thumbnail('full',array('class'=>'respimg') ); ?>
        </div>
    </div>
	<?php } ?>

    <div class="blog-text">
        <?php edit_post_link( __( 'Edit', 'domik' ), '<span class="edit-link">', '</span>' ); ?>	
		<?php the_content( ); ?>
		<div class="clearfix"></div>
		<?php
			wp_link_pages( array(
			'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'domik' ) . '</span>',
			'after'       => '</div>',
			'link_before' => '<span>',
			'link_after'  => '</span>',
			) );
		?>
    </div>
</article>