>
Download This Plugin | |
Download Elegant Themes | |
Name | Post Index Helpers |
Version | 1.2.2 |
Author | Scott Reilly |
Rating | 0 |
Last updated | 2015-02-12 07:02:00 |
Downloads |
1647
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Post Index Helpers plugin added 15 bytes of resources to the Home page and 15 bytes of resources to the sample Post page.
Post Index Helpers plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Post Index Helpers plugin ads no tables to your Wordpress blog database.This plugin provides thirteen handy template tags that relate to the index/position of a post within a loop's listing of posts.
Some of the template tags provided by this plugin relate to the position of the current post within the current loop:
c2c_is_first()
c2c_is_last()
c2c_is_at_index()
c2c_is_even()
c2c_is_odd()
c2c_get_the_index()
c2c_is_index_within()
c2c_the_index()
Other functions help you get a post (or posts) at a given position in the current loop:
c2c_get_post_by_index()
c2c_get_posts_by_index()
While the remaining three functions relate to index information about the loop in general:
c2c_get_last_index()
c2c_is_post_in_loop()
c2c_is_valid_index()
Please see the Template Tags section (in some places found under the Other Notes section) for descriptions of all the functions and their arguments.
Note that index counting begins at 0, which means the first item has an index of 0. An index of -1 indicates no posts were found.
Links: Plugin Homepage | Plugin Directory Page | Author Homepage