🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:page.php
<?php /** * Generic Page Template * * @package Ophiro_Ventures */ get_header(); ?> <section class="inner-hero" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/presum_inner_hero.png'); height: 50vh; min-height: 400px; display: flex; align-items: center; justify-content: center; position: relative; background-size: cover; background-position: center;"> <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10,20,38,0.7);"></div> <div class="container" style="position: relative; z-index: 10; text-align: center; color: #fff; padding-top: 80px;"> <h1 style="font-family: 'Cinzel', serif; font-size: 3.5rem; text-transform: uppercase; margin-bottom: 10px;"><?php the_title(); ?></h1> <div style="width: 50px; height: 2px; background: #d4af37; margin: 0 auto;"></div> </div> </section> <section class="inner-content" style="padding: 80px 0; background: #fdfbf7;"> <div class="container" style="max-width: 900px;"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div style="font-size: 1.05rem; line-height: 1.8; color: #444;"> <?php the_content(); ?> </div> <?php endwhile; endif; ?> </div> </section> <?php get_footer(); ?>
Save Changes
Cancel
Create New File
Create New Folder