Using this under 5.1 with the garland theme. I have a couple of taxonomies that are multiple allowed freetagging ones.

In the summary block on the recipe display page - only one term per category is shown. The full list is available when looking at the summary view (f.e. when shown on /node). It is also present at the end of the post (the normal category line).

Is this something in the theme that I can address with theme edits or is it something in the module itself?

Comments

brdwor’s picture

You can address any theme issue in a custom theme function. All content created by the recipe module "should" be located inside a theme_* function. I would guess that what you are looking for is contained within the theme_node_recipe function in the module. I believe that you can overwrite this function in template.php in your theme. Please submit any updates to the function, and we can try to get them included into the next release of the module.

chrissearle’s picture

OK - I will take a look.

green monkey’s picture

Status: Active » Closed (fixed)

closed on age - if still active - please resubmit