Embed a view inside a node in Drupal 7
We can embed a view created by Views module inside a node in Drupal 7 with just some short code. Here is the code: <?php
$view = views_get_view('your_view_name');
...
Selengkapnya
Topics that don't need a category, or don't fit into any other existing category.