Forums

Displaying Post Order Number Beside Post (2 posts)

  1. mfewhui
    Member
    Posted 3 years ago #

    How can i display the order number of the post beside the title of the post. So for example I would have something like this

    Rank #1 Title
    Rank #2 2nd Title

  2. Michael Fields
    Theme Wrangler
    Posted 3 years ago #

    Something like this might work for you ( inside http://codex.wordpress.org/The_Loop )

    <h2><?php print intval( $post->menu_order ); the_title(); ?></h2>

Topic Closed

This topic has been closed to new replies.

About this Topic