📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 04:23:45
📂
/ (Root)
/
home
/
apkbfjox
/
rr3.pro
/
wp-content
/
themes
/
kadence
/
template-parts
/
content
📍 /home/apkbfjox/rr3.pro/wp-content/themes/kadence/template-parts/content
🔄 Refresh
✏️
Editing: entry.php
Writable
<?php /** * Template part for displaying a post * * @package kadence */ namespace Kadence; ?> <li class="entry-list-item"> <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> </li>
💾 Save Changes
❌ Cancel