File manager - Edit - /home2/ajansonline/public_html/wp-content/themes/mokko/page-custom.php
Back
<?php /** * Template Name: Custom Page Template * @author: MadSparrow * @version: 1.0.0 */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } get_header(); get_template_part( 'template-parts/header/header'); ?> <main class="ms-main"> <div class="ms-page-content"> <?php if( have_posts() ): while( have_posts() ): the_post(); get_template_part( 'template-parts/page/page', 'custom-content' ); endwhile; endif; ?> </div> </main> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings