OwlCyberSecurity - MANAGER
Edit File: index.php
<?php get_header(); ?> <div id="content"> <div id="maincontent"> <div class="topcorner"></div> <div class="contentpadding"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <small><?php the_time('M jS, Y') ?> <!-- by <?php the_author() ?> -->Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('no comment »', 'one comment »', '% comments »'); ?></small> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <p class="postmetadata"><?php the_tags('Tags: '); ?> </p> </div> <?php endwhile; ?> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php } ?> <?php else : ?> <div id="404"> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> </div> <?php endif; ?> <div class="clear"></div> </div> <div class="bottomcorner"></div> </div> <?php get_sidebar(); ?> <div class="clear"></div> </div> <?php get_footer(); ?>