Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In my site I want to display two different list with pagination. I have user pager_query() and theme('pager') function to display the pagination. However if I click the any page number both list has refreshed. But It shouldn't happen.
After some searching I came to know we can pass the element to differentiate the pagination. But I don't know how can we pass the argument to the function.
In my site I want to display two different list with pagination. I have user pager_query() and theme('pager') function to display the pagination. However if I click the any page number both list has refreshed. But It shouldn't happen.
After some searching I came to know we can pass the element to differentiate the pagination. But I don't know how can we pass the argument to the function.
I wanna to place some search block in content region for front page and in right-side bar for remaining pages.Is it possible with out changing any code and only by customising blocks region??