0

How can i get all node ids that has the same tag. Thanks

4

2 回答 2

1

您还可以使用分类 api。例如,如果您知道您的分类术语 id(标签 id),您可以使用该函数

taxonomy_select_nodes

如果您现在有了标签的名称而没有 id,您可以使用函数taxonomy_get_term_by_name

http://api.drupal.org/api/drupal/modules%21taxonomy%21taxonomy.module/function/taxonomy_select_nodes/7

于 2012-09-19T22:28:29.787 回答
0

以编程方式: http: //api.drupal.org/api/drupal/includes%21database%21database.inc/function/db_select/7

界面:http ://drupal.org/project/views

于 2012-09-19T21:17:31.800 回答