Closed ghost closed 12 years ago
hi; im displaying my filter and results on the same page.
As a starting point i show all entries 10 on every page
i do it like so: {exp:dynamo:entries channel="entries" dynamic_parameters="search:your_custom_field|limit" search_id="{segment_3}"} {title} {paginate}Page {current_page} of {total_pages} pages {pagination_links}{/paginate} {/exp:dynamo:entries}
{exp:dynamo:entries channel="entries" dynamic_parameters="search:your_custom_field|limit" search_id="{segment_3}"} {title} {paginate}Page {current_page} of {total_pages} pages {pagination_links}{/paginate} {/exp:dynamo:entries}
Page {current_page} of {total_pages} pages {pagination_links}
but pagination only shows when a search have been performed.? is there a way to fix this?
Thanks :)
Sorry closed the issue by mistake! still unsolved!
hi; im displaying my filter and results on the same page.
As a starting point i show all entries 10 on every page
i do it like so:
{exp:dynamo:entries channel="entries" dynamic_parameters="search:your_custom_field|limit" search_id="{segment_3}"} {title} {paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate} {/exp:dynamo:entries}but pagination only shows when a search have been performed.? is there a way to fix this?
Thanks :)