Files

24 lines
528 B
PHP
Raw Permalink Normal View History

2025-12-10 12:17:30 -05:00
<?php
/**
* Template part for displaying page content in page.php
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Rara_Business
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
/**
* @hooked rara_business_post_thumbnail - 15
* @hooked rara_business_entry_content - 20
* @hooked rara_business_entry_footer - 25
*/
do_action( 'rara_business_page_entry_content' );
?>
</article><!-- #post-<?php the_ID(); ?> -->