我有以下页面结构:
Product listing for type 1
|-> Product 1.1
|-> Product 1.2
...
Product listing for type 2
|-> Product 2.1
|-> Product 2.2
...
所以我创建了一个内容类型“Generic_Product_Listing”,它有一个 field_type,并希望嵌入一个只获取该特定类型产品的视图。
我怎样才能做到这一点?
我有以下页面结构:
Product listing for type 1
|-> Product 1.1
|-> Product 1.2
...
Product listing for type 2
|-> Product 2.1
|-> Product 2.2
...
所以我创建了一个内容类型“Generic_Product_Listing”,它有一个 field_type,并希望嵌入一个只获取该特定类型产品的视图。
我怎样才能做到这一点?