Last active
December 7, 2018 10:23
-
-
Save davdenic/0cae0375248aa1fc1251ef9b68bafe73 to your computer and use it in GitHub Desktop.
RealURL configure the paginate widget to have your-url-list/pagX/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'postVarSets' => array( | |
'_DEFAULT' => array( | |
//put this after controller and dateFilter... | |
'pag' => array( | |
array( | |
'GETvar' => 'tx_news_pi1[@widget_0][currentPage]', | |
//'noMatch' => 'bypass' | |
) | |
) | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment