By widecast on
Hi,
1. I've set up my taxonomy pages to appear as lists (using views), with nice search engine friendly URLs (pathauto), such as site.com/hotels.html. How can I write an intro on that page saying: "Please click on the hotel you are interested in learning about", for example?
2. Then, I also have set up a page using views that displays all my nodes with content type 'city guide' as a list, so I have a list outputted of all my city guides at site.com/cities.html, how can I write static text at the top of that list?
Hopefully its not too tough. :)
Thanks a bunch!
David
Comments
Easy way
The easy way is to add text to the views header. (when editing the view there is a fieldset labeled "Header", click to expand and add text.)
Awesome
Does that mean if I want to create different header text for different terms, I should just create separate views for each term?
No
No, instead I would use the Taxonomy Introduction module. Module allows you to add an introduction for each taxonomy term (part of start edit page for term). Will work with the standard taxonomy/term list and should work with views (no need to set header in this case).
Beautiful
Thanks, I will give this module a try!