Pods – Custom Content Types and Fields as grids/tiles
-
Grid-WUD can create grids/tiles from Pods: projects, project types and categories.
If your Pods – Custom Content Types and Fields haves a project type: ‘custom_pods_type’:
To display these corresponding posts use the short code:
[gridwud slug="custom_pods_type" pods="1"]
Where custom_pods_type is the slug from your Project Type.
The given slug can be a Pods: project, project type or category.Sample: short code Pods Project Type: “project_type_first”
[gridwud slug="project_type_first" pods="2"]
Will return all posts from all categories stored in this project type.
Sample: short code Pods Category: “worldpods”
[gridwud slug="worldpods" pods="1"]
Will return all posts from this category.
Sample: short code Pods: “project” (where “project” is the name from the Pods project).
[gridwud slug="project" pods="1" ]
Will return all posts from this project.
The parameter given in pods=”1″ or pods=”2″, returns also the Grid WUD custom title, if no Pods title was found.
More info here.
Any questions, suggestions are welcome.Regards, Danny
- The topic ‘Pods – Custom Content Types and Fields as grids/tiles’ is closed to new replies.