Hi all, Does anybody know how to set up contextual filter in Views module, which will filter nodes based on URL alias? For example I want to define the filter: "/news/section1/%" and then I want to get all nodes that begins with the "/news/section1/" in URL alias. Thanks for your help.
You can try Views Arg Extras module to use arguments from URL. Is /news/section1/% an alias of a taxonomy path or something ? If yes, you can use taxonomy term ID as a contextual filter.