• Resolved xinfo

    (@xinfo)


    Hi

    i like to place related post above the post meta , then where should i place the code ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Huh!?!? =P Do you mean something like this?

    [Stuff/links related to the post goes here]
    – – – – – – – – – – – – – – – – – – – – –
    [postmeta stuff here]

    If that’s it, then you’d probably want to edit the index.php and single.php files right above this code here, *example only*:

    <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>

    I hope I’m understanding this right? LOL!

    spencerp

    Thread Starter xinfo

    (@xinfo)

    ahh well i installed related post plugin

    i want to place this code

      <?php related_posts(); ?>

    and my related post should show above the post meta in single post

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Rleated post placing code’ is closed to new replies.