I have a taxnomy: category
And 2 node types: offer and request (both use the taxnonmy "category")
How can I create category pages following the tree structure of the taxonomy with different url's structure for each node type? So that the node type appears first in the url after the domain?
I have question regarding Drupal 7 and .po files. I have determined that all contrib modules contain folder /translations with .po files which I want to move outside the contrib module as they are not part of the modules git repos. My question is what is the proper location for contrib modules translation files and what format should be kept, what is the naming convention. Is it okay to move all translation files into sites/all/translations and name them {module-name_version_language.po} ?
Do you know if theire is pluging as yoast SEO premium on wordpress. With just one pluging, you can do few actions as optimise meta title, meta description, URLs, Sitemap....
I am retrieving the menu with menu_build_tree() and menu_tree_output(), eg:If I dpm($menu_render); I can see each menu items href but I can't seem to save it to a variable.