[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.188.92.6: ~ $
<?php
/**
 * Entry Template for Posts Block.
 *
 * This template can be overridden by copying it to yourtheme/kadence-blocks/entry.php.
 *
 * @package Kadence Blocks
 */

defined( 'ABSPATH' ) || exit;
$enabled_image = ( isset( $attributes ) && is_array( $attributes ) && isset( $attributes['image'] ) && ! $attributes['image'] ? false : true );
?>
<article <?php post_class( 'entry content-bg loop-entry' . ( ! $enabled_image ? ' kb-post-no-image' : '' ) ); ?>>
	<?php
		kadence_blocks_get_template( 'entry-loop-thumbnail.php', array( 'attributes' => $attributes ) );
	?>
	<div class="entry-content-wrap">
		<?php
		kadence_blocks_get_template( 'entry-loop-header.php', array( 'attributes' => $attributes ) );

		kadence_blocks_get_template( 'entry-summary.php', array( 'attributes' => $attributes ) );

		kadence_blocks_get_template( 'entry-loop-footer.php', array( 'attributes' => $attributes ) );
		?>
	</div>
</article>

Filemanager

Name Type Size Permission Actions
entry-loop-footer.php File 1.13 KB 0644
entry-loop-header.php File 617 B 0644
entry-loop-meta.php File 8.44 KB 0644
entry-loop-taxonomies.php File 1.63 KB 0644
entry-loop-thumbnail.php File 1.96 KB 0644
entry-loop-title.php File 716 B 0644
entry-summary.php File 975 B 0644
entry.php File 924 B 0644
form-email.php File 6.71 KB 0644