Try adding to your Views page /hirek Contextual filter "Global: Null".
And use a Canonical URL for all pages, which will help eliminate duplicate content for search engines.
It turned out that this is not a “term”, but a “page”. Ok.
If this is a content type like “News”, it is logical to use the pattern
"news/[node:title]"
where "news" is a list of all...
@izmeez, not to my knowledge.
I just now searched and found a newly released BookMadeSimple module that might make that possible. I'll try it in a sandbox and report back.
Comments
Not perfect, but sometimes I use the specific
hook_block_view_system_main_alter
hook, fromhook_block_view_MODULE_DELTA_alter
.Hello @akarso!
The change log is here: https://api.backdropcms.org/change-records/new-layout-module-implements-...
Basically either use layouts (custom or via UI to place blocks) and if you need to alter code or data on page load use
hook_preprocess_page()
.