Hi,
I have a drupal site that offers a series of articles separated into 5 separated categories (terms).
For the moment, when you click on a term in the main menu ot brings you to a page where drupal lists all articles one after the other, with a teaser.
I would like to make a more concise view of all the articles that are present in each category, so that one can look up all articles subjects in one table or one list (without the teasers..)
I tried to setup a table view with the views module, and it's working great... the only thing is that I would like to integrate that view table into a static page that would play the role of a category index.
I would like for exemple to have the following layout:
intro text
images
views table with articles
more images
links...
etc...
So as you can see, I can't just use the page view function from the views modules as I need to add more static content to each of those category pages.
What I think is the solution:
1)Create a view table or a views list with all my articles filtered, and create a block with that info...
2) Place that block anywhere on static pahe that I can modify at will
3) voila! custom index page!
Is that right?
My stupid question them is: how can one possibily insert such a block anywhere on a page?
Could someone here just explain to me how to do that ? (place a block anywhere on a page?) OI have flexyblock installed but I can't really understand how it works...