Polen GitLab
Wordpress plugin. Manage a collection of resources, as documents and links, to build a mediakit page for your organization
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/yoqex/polen/-/archive/main/polen-main.zipReadme
Polen
Polen is a wordpress plugin to manage a collection of resources to share with a team (like volunteers). With this plugin you can build a mediakit page easy to mantain and share.
Each resource has title, description, featured image and links.
Getting started
- Install and activate Polen plugin.
- Go to "Recursos" at the Wordpress'dashboard.
- Create a new resources.
- Create a new page to show the resources. Also you can use a blog post.
- Insert a shortcode block with the following code:
[polen_grid].
Insert into a page using a shortcode
To insert the content in a page, you should use the shorcode [polen_grid].
Add a title
Use title attribute to add a custom title to the resources grid.
[polen_grid title="Fundraising resources"]
Custom order
Use order and orderby attributes to change the order of the items.
[polen_grid order="asc" orderby="title"]
- order: use
"asc"to ascending order or"desc"to descending order. - orderby: you can order by
"title", creation"date","modified"date.
Filter resources
With filter attribute you can filter the posts to show.
[polen_grid filter="Presentation"]
Screenshots
Editor view

Card view
