diff --git a/projects.php b/projects.php index 34db85d..3862ddd 100644 --- a/projects.php +++ b/projects.php @@ -175,6 +175,9 @@ public function register_post_type () { 'thumbnail', 'excerpt' ), + // Add Project Tags + 'taxonomies' => array('post_tag'), + 'menu_position' => 5, 'menu_icon' => 'dashicons-portfolio' ); @@ -480,4 +483,4 @@ private function upgrade_data( $upgrade_data = false ) { global $projects; -$projects = new Projects( __FILE__ ); \ No newline at end of file +$projects = new Projects( __FILE__ ); diff --git a/templates/content-single-project.php b/templates/content-single-project.php index e76d95c..c3f7068 100644 --- a/templates/content-single-project.php +++ b/templates/content-single-project.php @@ -57,10 +57,13 @@ +/* project tags */ +
+