🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 12:26:56 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
staging.eliteewallet.com
/
wp-content
/
themes
/
avas
/
template-parts
/
content
📍 /home/eliteewa/staging.eliteewallet.com/wp-content/themes/avas/template-parts/content
🔄 Refresh
✏️
Editing: content-page.php
Writable
<?php /** * * @package tx * @author theme-x * @link https://theme-x.org/ * * */ ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages(array( 'before' => '<div class="page-links">' . esc_html__('Pages:', 'avas'), 'after' => '</div>', )); ?> </div><!-- .entry-content --> </div><!-- #post-## -->
💾 Save Changes
❌ Cancel