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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -