| Server IP : 74.208.236.52 / Your IP : 216.73.216.240 Web Server : Apache System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64 User : u44043973 ( 5404757) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/18/d194259149/htdocs/interview/wp-content/themes/studiopress/ |
Upload File : |
<?php get_header(); ?>
<div id="contentwrapper"><div id="content">
<div class="adsense_top"><?php include (TEMPLATEPATH . '/adsense_top.php'); ?></div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h2 class="postTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<div class="postMeta">
<span class="date"><?php the_time('M.d, Y') ?></span> in
<span class="filed"><?php the_category(', '); ?></span>
<span class="commentcount"><?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></span>
</div>
<div class="postContent"><?php the_content('[Read the rest of this entry...]'); ?></div>
<div class="postMeta"><span class="tags"><?php the_tags('Tags: ', ', ', ''); ?></span></div>
</div> <!-- Closes Post -->
<?php endwhile; ?>
<?php else : ?>
<div class="post">
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
</div> <!-- Closes Post -->
<?php endif; ?>
<div id="nextprevious">
<div class="left"><?php posts_nav_link('','','« previous entries') ?> </div>
<div class="right"><?php posts_nav_link('','next entries »','') ?></div>
</div>
<div class="cleared"></div>
</div></div> <!-- Closes Content -->
<?php get_sidebar(); ?>
<div class="cleared"></div>
</div> <!-- Closes Main -->
<div class="bottomcurvewhite"></div>
<?php get_footer(); ?>