Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <?php while ( have_posts() ) : the_post() ?>
  3. <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
  4. <?php the_content('.. devamını oku &raquo;'); ?>
  5. <?php endwhile; ?>
  6. <?php get_sidebar(); ?>
  7. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment