hi everybody! I want to put a pagination like: <<first < prev 1 2 3 4 5 6 7 8 9 10 next > last >> under the featured list in the home page. I see in the template dir the file home.tpl, there I can change the quantity and columns for the ads. but I don't know if I can put a pagination under the list. is that possible? someone tried it? thxs! (running v4.1.10)
What are you actually trying to do in detail. A screenshot or link to your site would be useful. There are no featured showlistings on the home page and I do not see how pagination applies to the featured horizontal listings either.
hi... I try to explain it: imagine that you have 15 ads as FEATURED LISTINGS, but in the home page the list show only 5. the idea is that I can see the next 5 (and the next 5...) with a pagination. something like that: some ideas?
I have not seen this done elsewhere but you would probably need to write a plugin to do it. You would basically look to base it on a customisation of the code embedded within a showlistings template file when primed to show featured listings. I don't see this being easy without quite a bit of coding knowledge.
Looks like he wants to just add pagination to the existing plugin. If thats the case you would need to edit the plugin and add the code for pagination.