HEX
HEX
Server: Apache/2
System: Linux server.lbnode.com 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
User: famous (1004)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/famous/domains/famousphysicists.org/public_html/wp-content/themes/famous2/index.php
<?php get_header(); ?>

<div id="inner">
  <div id="content-sidebar-wrap">
    <div id="content" class="hfeed">
      <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
      <h2><a href="<?php the_permalink() ?>">
        <?php the_title(); ?>
        </a></h2>
      <div class="entry-content">
        <?php the_content(); ?>
      </div>
      <p>
        <?php the_time('F j, Y'); ?>
        at
        <?php the_time('g:i a'); ?>
        |
        <?php comments_number('No comment', '1 comment', '% comments'); ?>
      </p>
      <?php endwhile; else: ?>
      <h2>Woops...</h2>
      <p>Sorry, no posts we're found.</p>
      <?php endif; ?>
      <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
    </div>
    <?php get_sidebar(); ?>
  </div>
</div>
<?php get_footer(); ?>