Title: Need Help With &quot;Post Format&quot; Code Placement
Last modified: August 21, 2016

---

# Need Help With "Post Format" Code Placement

 *  [saidtezel](https://wordpress.org/support/users/saidtezel/)
 * (@saidtezel)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/need-help-with-post-format-code-placement/)
 * Hi everyone,
    I’m trying to figure out the post formats, yet am still unable 
   to get a grasp of it. I will only use it for quote posts. I’ve found few php 
   functions placed in the loop, however my trials always return errors. Could you
   please tell me what code of post format function should go where?
 * Help perfectly appreciated
 * `<div id=”content”>
    <?php if (have_posts()) : ?> <?php while (have_posts()) :
   the_post(); ?>
 *  <div <?php post_class() ?>>
    <h1>“><?php the_title(); ?>
   </h1>
 *  <p style=”margin-top:-10px”><?php the_content(”); ?></p>
 *  </div>
 *  <?php endwhile; ?>
 *  <div class=”pagination”>
    <div class=”older”> <h4><?php next_posts_link(‘< older
   posts’) ?></h4> </div> <div class=”newer”> <h4><?php previous_posts_link(‘fresher
   posts >’) ?></h4> </div> </div>
 *  <?php else : ?>
    <h1>Oh, no!</h1> <p>Sorry, but there are currently no posts
   available.</p> <h4 style=”font-size: 1em”>“>return to portal</h4>
 *  <?php endif; ?>
    </div>’

Viewing 1 replies (of 1 total)

 *  [Kacomp](https://wordpress.org/support/users/kacomp/)
 * (@kacomp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/need-help-with-post-format-code-placement/#post-4087282)
 * Hi there,
    For a good explanation try this tutorial [http://www.wphub.com/tutorials/wordpress-post-formats](http://www.wphub.com/tutorials/wordpress-post-formats)
   What errors are you getting and what exactly are you trying to achieve?
 * Karen.

Viewing 1 replies (of 1 total)

The topic ‘Need Help With "Post Format" Code Placement’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Kacomp](https://wordpress.org/support/users/kacomp/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/need-help-with-post-format-code-placement/#post-4087282)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
