Wordpress - Developer project portfolio

A project portfolio plugin targeting developers.

View the Project on GitHub crilleengvall/Wordpress-developer-project-portfolio

Home

Screenshots

URL

Editor plugin

Project fields

Templates

Templates

This plugin uses two templates to output html markup for the projects. One is called projects-listing.php and the other is called single-dpp_project.php. You can override these by adding templates with the same name in your theme folder. A good starting point would be to just copy them from the /templates/ folder.

projects-listing.php

This template takes care of shortcode rendering of the projects list.

single-dpp_project.php

This template renders the project detail view.