This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Sequential posts numbering

वर्णन

This plugin published on GitHub.

This plugin will serialize your posts. Since this plugin simply outputs numbers only, it’s up to you to incorporate it into html or styling with CSS. 🙂
It demonstrates its power with archives and single pages in the loop. 😛
Now added order, raw options. See Parameters.

Contact

Twitter: @marushu
email: shuhei.nishimura[at]gmail.com

स्थापना

  • A plug-in installation screen is displayed on the WordPress admin panel.
  • It installs it in wp-content/plugins.
  • The plug-in is made effective.
  • Place <?php if ( function_exists( 'sequential_posts_numbering' ) ) { echo sequential_posts_numbering(); } ?> in your templates(archive, single, etc…)

Parameters

  • post_type: WordPress post type. Default is post.
  • posts_per_page: Number of posts to include on one page. Default is -1.
  • post_status: Post status. Default is publish.( private, pending, draft, auto-draft…. )
  • order : ‘ASC, DESC. Default is DESC.
  • raw : Default return +1 value. If set to true, it returns the start value from 0. This is useful when changing only the first post only when infinite scrolling, such as different design, only when changing the order only for a specific post.

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Sequential posts numbering” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Sequential posts numbering” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0.0

  • Add order option.
  • Add raw option.

0.1.2

  • Add plugin uri
  • Add Github link

0.1.1

  • fix files

0.1.0

  • First release 🙂