📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 05:39:00
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
themes
/
vital
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/themes/vital
🔄 Refresh
✏️
Editing: page.php
Writable
<?php /** * The template for displaying all pages */ ?> <?php get_header(); ?> <div id="container"> <?php mnky_hook_page_top(); ?> <div id="content"> <?php mnky_hook_page_content_top(); ?> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> > <div class="entry-content clearfix"> <?php the_content(); wp_link_pages( array( 'before' => '<nav class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'vital' ) . '</span>', 'after' => '</nav>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> </article> <?php if ( comments_open() ) { comments_template( '', true ); } ?> <?php endwhile; ?> <?php mnky_hook_page_content_bottom(); ?> </div><!-- #content --> <?php mnky_hook_page_bottom(); ?> </div><!-- #container --> <?php get_footer(); ?>
💾 Save Changes
❌ Cancel