Sequential posts numbering

What this plugin can do?

  • You can post serial numbers to posts.
  • It is suitable for posting, custom posting type and so on.
  • It can be displayed on archive or single page.

Installation

  1. Administration screen> Plugins> New addition
    Search Sequential posts numbering more, or download it from https: //wordpress.org/plugins/sequential-posts-numbering/.
  2. Activate the plugin.

How to display

Place the following code in an archive template or a single page loop.

<?php if ( function_exists( 'sequential_posts_numberting' ) ) { echo sequential_posts_numberting(); } ?>

That’s all.
Since the output is only numerical values, please styling with html or CSS like <div> as you like afterwards.

Parameters

  • post_type → Specify the post type.
    Default value: post
    Example: sequential_posts_numberting( 'product' );
  • posts_per_page → Displayed per page.
    Default value → -1
  • post_status → Posting status.
    Default value: publish
    Publish is recommended because it shakes sequential numbers.

Question / support

Please support plug-in page.

https://wordpress.org/support/plugin/sequential-post-numbering