• Hi Evryone
    i need to add number to my post in index.php

    example:

    1. free download wp
    2. free download theme
    3. free download plugin

    my code in index.php

    <article id="article" class="posts">
    <?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?>
    <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
    <?php the_excerpt(); ?>
    <?php endwhile; ?>
    <?php endif; ?>
    </article>

    please help me

  • The topic ‘how to add number for post ( not post id )’ is closed to new replies.