HEX
Server: Apache
System: Linux webm009.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: ateliug (129934)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/ateliug/www/wp-content/themes/perfect-portfolio/template-parts/content.php
<?php
/**
 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Perfect_Portfolio
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemscope itemtype="https://schema.org/Blog">
	<?php 
        /** 
         * @hooked perfect_portfolio_post_thumbnail - 20
        */
        do_action( 'perfect_portfolio_before_post_entry_content' );
    
        /**
         * @hooked perfect_portfolio_entry_post_content   - 10
        */
        do_action( 'perfect_portfolio_post_entry_content' );
    ?>
</article><!-- #post-<?php the_ID(); ?> -->