OwlCyberSecurity - MANAGER
Edit File: index.php
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <?php the_content('Read the rest of this entry »'); ?> <div class="post-info"> <?php the_time('F jS,Y') ?> <?php the_category(', '); ?> <?php the_tags('| tags: ', ', ', ''); ?> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> </div> </div> <?php comments_template(); ?> <?php endwhile; ?> <div id="pages"> <a href="#"><?php next_posts_link('←Older') ?></a> <a href="#"><?php previous_posts_link('Newer→') ?></a> </div> <?php else : ?> <h1>Not Found</h1> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>