Learning Certificates Manager
Learning Certificates Manager is a WordPress plugin that helps you **organise and display your learning certificates by group** (e.g. schools, universities, courses) using a clean, modern card layout.
by hazman · github.com/ultramen7/learning-certificates-manager · website
★ 0stars
0forks
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://github.com/ultramen7/learning-certificates-manager/archive/refs/heads/main.zipContributors: hazman Email : h@zman.my Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 7.4 Stable tag: 1.3 License: GPLv2 or later
Description
Manage and display learning certificates grouped by institution. Includes:
- Custom post type "Certificates"
- Grouping via "Certificate Groups" taxonomy
- Media Library file picker per certificate
- Modern card layout with hover tooltips and image preview.
Usage
- Go to "Certificates" > "Certificate Groups" and add your groups (e.g., School certificate, University A, University B).
- Go to "Certificates" > "Add New" to create certificates:
- Title = certificate name
- Content = description (shown in tooltip)
- Certificate File = select a file from Media Library
- Assign a Certificate Group.
- Add the shortcode [learning_certificates] to any page.
- Optional: Filter by group/category using slugs or IDs:
- [learning_certificates category="group-slug"]
- [learning_certificates categories="group-a,group-b"]
- [learning_certificates group="12"] (term ID)
- Aliases supported: category, categories, group, groups