📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-20 22:47:20
📂
/ (Root)
/
home
/
xeqi7597
/
mota.claireduwig.com
/
wp-content
/
themes
/
izo
/
template-parts
📍 /home/xeqi7597/mota.claireduwig.com/wp-content/themes/izo/template-parts
🔄 Refresh
✏️
Editing: content-page.php
Writable
<?php /** * Template part for displaying page content in page.php * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Izo */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php do_action( 'izo_single_item_content_before', $is_page = true ); do_action( 'izo_single_item_content', $is_page = true ); do_action( 'izo_single_item_content_after', $is_page = true ); ?> </article><!-- #post-<?php the_ID(); ?> -->
💾 Save Changes
❌ Cancel