Different page list views
Permalink
Hi all,
Hope someone can help me with this, i've had a search but can't find anything on it, however i'm sure i've seen it done before.
What i'm after is creating multiple page list views, for example. If i had a home page, that would show blocks/page_list/home_view.php And then on an about page, it would call in blocks/page_list/about_view.php
Is this possible? if so how do i go about doing it?
Hope someone can help me with this, i've had a search but can't find anything on it, however i'm sure i've seen it done before.
What i'm after is creating multiple page list views, for example. If i had a home page, that would show blocks/page_list/home_view.php And then on an about page, it would call in blocks/page_list/about_view.php
Is this possible? if so how do i go about doing it?
What you will need to do is created a directory called templates within the blocks/page_list directory then put your homepage.php and about.php within that templates directory.
Then on your site click on the Page List block and go to Custom Templates and your two template options should show up there and you can select the correct one.