mandric
Member
Posted 7 months ago #
Hello, I tried to figure out an answer for this but no luck. I could hack things up but figure there is a right way to do this. How to turn off pagination/older newer entries links. I just want all the business directory entries all on one page.
I will try using http://wordpress.org/extend/plugins/wp-paginate/ but in the meantime any tips would help.
Thanks!
http://wordpress.org/extend/plugins/business-directory-plugin/
mandric
Member
Posted 7 months ago #
The other thing is ideally I would have one page that has the paging and another page that doesn't. ;)
Basically I have one page that is a typical detailed listing, using paging, but I want to add another page that only lists two columns and shows all the listings on one page. I just plan to hide the columns I don't want with css or something.
mandric
Member
Posted 7 months ago #
Ideally I think I would configure this in a shortcode, like
[businessdirectory-listings disable_pagination="true" fields="name,phone"]
But I don't see support for that either. If you can point me to a place in code I can probably add that feature myself if you think it's something that makes sense/would be useful. Any ideas/tips would help since I'm pretty new to this plugin.
Hi mandric,
You can do this by removing the pagination bits of code at the bottom of the templates. For more information about customization of the templates, please read this article: http://businessdirectoryplugin.com/support-forum/faq/customizing-bd-to-fit-your-theme/
mandric
Member
Posted 7 months ago #
Any thoughts about filtering by field? Also a custom template I assume?
Filtering by a field? Can you explain what you mean? Are you talking about displaying only listings for a particular category? That you can do today via shortcode. But you can't do that for just any old field, though.
mandric
Member
Posted 7 months ago #
yea thinking along the lines of:
[businessdirectory-listings disable_pagination="true" fields="name,phone"]
would be a useful feature i think, but also there are some workarounds.
Yeah, we're probably a ways away from supporting that right now...there are a number of other useful things we have on the plate but we'll keep it in mind for the future.