Blocks

In order to embed a view in a block follow these steps... simple...

  1. Find out the machine name of the view, and the sub-name eg "page_1" of the view
  2. Add a block and set the input type to PHP
  3. Embed the following code in your block <?php
    print views_embed_view( 'view_name', 'view_subtype');
    ?>