Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if (have_posts()) : while (have_posts()) : the_post(); // the loop ?>
- <!--post title as a link-->
- <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
- <?php else : // do not delete ?>
- <h3>Page Not Found</h3>
- <p>We're sorry, but the page you are looking for isn't here.</p>
- <p>Try searching for the page you are looking for or using the navigation in the header or sidebar</p>
- <?php endif; // do not delete ?>
Advertisement
Add Comment
Please, Sign In to add comment