🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
conypnu.com
/
wp-content
/
themes
/
kadence
/
template-parts
/
content
✏️
Editing: entry-related.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>
💾 Save Changes
❌ Cancel