Problem:
I would like to display the number 1 for the first post of the list, number 2 for the second one in the list, and number 3 for the third one.
Solution:
1. Please add the following code in your theme’s functions.php file:
add_shortcode('incrementor', 'incrementor'); function incrementor() { static $i = 1; return $i ++; }
2. Then use [incrementor] shortcode in your Views loop.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 12:00 – 17:00 | 12:00 – 17:00 | 12:00 – 17:00 | 12:00 – 17:00 | 12:00 – 17:00 | - |
- | 18:00 – 21:00 | 18:00 – 21:00 | 18:00 – 21:00 | 18:00 – 21:00 | 18:00 – 21:00 | - |
Supporter timezone: Asia/Karachi (GMT+05:00)