Hi friends,
$viewName = 'my_view_name';
print views_embed_view($viewName);
we have such a cool views_embed_view func. in Drupal to display a view inside another template. But It doesn't get the custom "Display Output" :/ it gets the default.
How can I assign my custom Display Output (under Theme: Information) to views_embed_view?
Appreciate helps! thanks a lot!
[UPDATED]
I try as below, but still not taking the custom display
