🤩 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:content-page.php
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if (has_post_thumbnail()): ?> <div class="post-thumbnail mb-4"> <?php the_post_thumbnail('unfia-hero', ['class' => 'img-fluid rounded-4']); ?> </div> <?php endif; ?> <div class="entry-content"> <?php the_content(); ?> </div> <?php wp_link_pages([ 'before' => '<div class="page-links">' . esc_html__('Pages:', 'unfia'), 'after' => '</div>', ]); ?> </article>
Save Changes
Cancel
Create New File
Create New Folder