Forums

How to Line Navigations (2 posts)

  1. Michael
    Member
    Posted 3 years ago #

    That is my code for the Previous Links and Next Links, I also added the WP-Email Wp-Ratings.My question is how come it doesn't line up to a single line?

    <?php previous_post('« « %', 'Previous Entry: ', 'yes'); ?>|<?php if(function_exists('the_ratings')) { the_ratings(); } ?> |<?php if(function_exists('wp_email')) { email_link(); } ?> |<?php next_post('% » » ', 'Next Entry: ', 'yes'); ?>

    That is my code for the Previous Links and Next Links, I also added the WP-Email Wp-Ratings.My question is how come it doesn't line up to a single line?

    Here's how it looks like:
    <<Previous Entry: WordPress Entry
    |Email
    |Rating
    |Next Entry:Title >>

    see it yourself: http://1000reasons.site90.com/blog/?p=29
    I wanna see it like
    << Previous Entry: Title | Email This Post | Rating | NextEntry: >>
    (as a single line only)

    and how to put a horizontal bar below it?
    and is there like a paragraph break since it's jamming up my theme. I wanna put the paragraph break below the navigation (previous links and next) so that it will not displace my pictures below.

    Thanks in advance!

  2. iridiax
    Member
    Posted 3 years ago #

    If you want it on one line, don't use the post rating plugin, it adds a div and <br />.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.