🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
appmen.com.ng
/
wp-content
/
themes
/
rishi
✏️
Editing: page.php
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Rishi */ get_header(); ?> <main id="primary" class="site-main"> <div class="rishi-container-wrap"> <?php /** * Rishi After Container Wrap */ do_action( 'rishi_after_container_wrap' ); while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); endwhile; // End of the loop. /** * After post loop */ do_action( 'rishi_after_page_loop' ); ?> </div><!-- .rishi-container-wrap --> </main><!-- #main --> <?php get_sidebar(); get_footer();
💾 Save Changes
❌ Cancel