Query string issue when using views_get_view in Drupal -


i'm having issues using views_get_view function in drupal.

if use following on url such /our-people works fine query string added pages /our-people?page=27 doesn't load @ all.

$view = views_get_view('debt_footer_news'); print $view->render($view->vid); 

managed work.

for else may experience similar issue pager options within view. had change pager id 0 higher number didn't conflict within ?page= array.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -