taxonomy_render_nodes

Functions that call taxonomy_render_nodes()

Namesort iconLocationDescription
taxonomy_render_nodesmodules/taxonomy/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
theme_taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incRender a taxonomy term page HTML output.

Functions called by taxonomy_render_nodes()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
node_loadmodules/node/node.moduleLoad a node object from the database.
node_viewmodules/node/node.moduleGenerate a display of the given node.
tincludes/common.incTranslate strings to the page language or a given language.
taxonomy_render_nodesmodules/taxonomy/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
themeincludes/theme.incGenerate the themed output.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.