Guest User

Untitled

a guest
Aug 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. $lastposts = get_posts('category_name=Beatz');
  3. foreach($lastposts as $lastpost) :
  4. setup_postdata($lastpost);
  5. ?>
  6. <h2><a href="<?php get_permalink($lastpost->ID); ?>" id="post-<?php $lastpost->ID; ?>"><?php get_the_title($lastpost->ID); ?></a></h2>
  7. <?php the_content(); ?>
  8. <?php endforeach; ?>
Add Comment
Please, Sign In to add comment