| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/c/u/i/cuisinesj/www/new/wp-content/themes/auberge/template-parts/ |
| Current File : /home/c/u/i/cuisinesj/www/new/wp-content/themes/auberge/template-parts/content.php |
<?php
/**
* Standard post content
*
* @package Auberge
* @copyright WebMan Design, Oliver Juhas
*
* @since 1.0
* @version 2.7.0
*/
?>
<?php do_action( 'tha_entry_before' ); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); echo apply_filters( 'wmhook_entry_container_atts', '' ); ?>>
<?php do_action( 'tha_entry_top' ); ?>
<div class="entry-content"<?php echo wm_schema_org( 'entry_body' ); ?>>
<?php do_action( 'tha_entry_content_before' ); ?>
<?php
if ( is_single() ) {
the_content();
} else {
the_excerpt();
}
?>
<?php do_action( 'tha_entry_content_after' ); ?>
</div>
<?php do_action( 'tha_entry_bottom' ); ?>
</article>
<?php do_action( 'tha_entry_after' ); ?>