File manager - Edit - /home/newsbmcs.com/public_html/play1/content/themes/arcade-two/post.php
Back
<?php // Include the header template include TEMPLATE_PATH . "/includes/header.php"; ?> <div class="container single-post-page-container"> <div class="single-post-page-game-container"> <?php widget_aside('header'); ?> <div class="row"> <!-- Main Content --> <div class="col-md-9"> <h1 class="single-post-page-title"> <?php echo htmlspecialchars($post->title); ?> </h1> <!-- Post Thumbnail --> <div class="single-post-page-thumbnail"> <img src="<?php echo $post->thumbnail_url ?: DOMAIN . 'images/post-no-thumb.png'; ?>" alt="<?php echo $post->title; ?>" class="single-post-page-fixed-thumbnail"> </div> <?php widget_aside('center-ads'); ?> <!-- Post Meta --> <div class="single-post-page-meta"> <p class="post-date"> Published on <strong><?php echo gmdate("j M Y", $post->created_date); ?></strong> </p> </div> <!-- Post Content --> <div class="single-post-page-content"> <p><?php echo nl2br($post->content); ?></p> <!-- Example List --> <ul class="content-list"> <li>First important point about the content</li> <li>Second point with detailed explanation</li> <li>Another noteworthy detail</li> <li>Final concluding thought</li> </ul> </div> </div> <!-- Sidebar --> <div class="col-md-3"> <?php include TEMPLATE_PATH . "/parts/sidebar.php"; ?> <?php widget_aside('bottom-content'); ?> </div> </div> </div> </div> <?php include TEMPLATE_PATH . "/includes/footer.php"; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings