Following the guide from the link below, is there any way to add row counter on multiple views on the same website? For example I have a view for clients and then I have a view for admins, would like a row count for both.
Thanks
https://formidableforms.com/knowledgebase/frm_display_entry_content/#:~:text=Add%20row%20counter,numbers%20for%20a%20table%20View.&text=Replace%20169%20with%20the%20ID%20of%20your%20View.
If you want to display the row count as shown in the Knowledgebase example on all of your view, just remove the if ( $display->ID == 169 ) { and its closing bracket. Leave the rest of the code as is.
Thank you for your quick response
Please login or Register to submit your answer