I want to be able to theme taxonomy_render_nodes so that I can have a table layout on a taxonomy page. The fix is trivial, simply rename taxonomy_render_nodes to theme_taxonomy_render_nodes, and change the one place it is called (in taxonomy_term_page) to a theme('taxonomy_render_nodes', ...) call.

Someone else suggested something similar but more elaborate on the dev mailing list a while back.

Comments

magico’s picture

Version: 4.7.0 » x.y.z
LAsan’s picture

Version: x.y.z » 7.x-dev
catch’s picture

Status: Active » Closed (won't fix)

taxonomy_render_nodes() no longer exists, and there are other ways to get the same thing desired here in HEAD now.