Hi friends,
When we create a page in drupal, We get a page with the design of that in page.tpl.php. The whole contents in the site is shown here as a paged output. I see options to filter and display according to content type and node id. But how do I filter it using block views. I just hope there was some option to filter block and then we get o choose from all the blocks we have created.
I have been working on drupal for a while. I feel the way I have did these things were not in the proper manner. I used to create the required page in Drupal (Eg: Sample), then create a page manually (Eg: page--sample.tpl.php) and place it in the templates folder. In short, I was overriding the code with my manual pages. And then in each page, I used to display the block I wanted using print render command. I don't wish to follow this any more.
Someone please help me here.