Hallo, I often use the filter [view:name=display=args] or [block:module=delta] when writing static pages.
I know that to display nodes related to some specific taxonomy term I can create a view for it but is there a way to have a filter which can display all content related to some specific taxonomy term without creating a view ?
This could work either recalling the term like [view:taxonomyterm] or recalling the url [url:tag/myterm]
I don't know if a module like this exist it would save time because I don't have to create a view for every single term
I have a situation where I'm building a large hierarchical structure out of custom content types. Let's say that the top-level content type is MY_BOOK, and that a book has a large number of MY_CHAPTERs. The connection between a book and a chapter is made by each chapter having a PARENT field, which points back to the nid of its parent book. Both MY_BOOK and MY_CHAPTER content types have a number of other fields, so there's a lot of stuff in the database corresponding to each book.
I would like to ask if how can I edit my meta tags and meta description? I have this modified pages that cannot be seen under (host or ip)/admin/config/search/metatags. I can edit the page title using a custom module. Is it in the same module where I can modify the meta tags and/or description?