HEX
Server: Apache
System: Linux webd006.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: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/z/w/a/zwafgyp/coolswim/wp-content/plugins/wpopal-themer/templates/portfolio/content.php
<?php $check = get_post_meta( get_the_ID(), 'portfolio_check', true ); ?>
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  <?php if($check){ ?><div class="fullwidth"><?php } ?>

  <?php if ( has_post_thumbnail() ) { ?>
    <div class="entry-thumb">
      <?php the_post_thumbnail('full');?>
    </div>
  <?php } ?>

  <div class="single-body">
     
     <div class="entry-title"><h1 class="title-post fweight-800 text-big-1"><?php the_title(); ?></h1></div>
     <div class="created"><?php the_date('M, d Y'); ?></div>
     <div class="post-area single-portfolio">
       
           <div class="post-container">
              <div class="entry-content no-border">
                  <?php the_content(); ?>

                  <?php wpopal_fnc_portfolio_information(); ?>  
                  
                  <?php get_template_part( 'page-templates/parts/sharebox' ); ?>

                  <?php wp_link_pages(); ?>

              </div>            
           </div>
      
     </div>
  </div>

  <?php if($check){ ?></div><?php } ?>  
</article>