HEX
Server: nginx/1.18.0
System: Linux mail.dakarash.co.id 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /home/dakarash.co.id/public_html/themes/kadence/template-parts/content/entry.php
<?php
/**
 * Template part for displaying a post
 *
 * @package kadence
 */

namespace Kadence;

?>

<article <?php post_class( 'entry content-bg loop-entry' ); ?>>
	<?php
		/**
		 * Hook for entry thumbnail.
		 *
		 * @hooked Kadence\loop_entry_thumbnail
		 */
		do_action( 'kadence_loop_entry_thumbnail' );
	?>
	<div class="entry-content-wrap">
		<?php
		/**
		 * Hook for entry content.
		 *
		 * @hooked Kadence\loop_entry_header - 10
		 * @hooked Kadence\loop_entry_summary - 20
		 * @hooked Kadence\loop_entry_footer - 30
		 */
		do_action( 'kadence_loop_entry_content' );
		?>
	</div>
</article>