Skip to content

Commit

Permalink
added new Category template
Browse files Browse the repository at this point in the history
  • Loading branch information
versluis committed May 12, 2018
1 parent c7016f2 commit 5c61a57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions category.php
@@ -1,12 +1,13 @@
<?php
/**
* Category Archive Template.
* P2 Categories
* Category Template.
*
* @package P2
*/
?>
<?php get_header(); ?>
<?php $tag_obj = $wp_query->get_queried_object_id(); ?>
<?php $tag_obj = $wp_query->get_queried_object(); ?>

<div class="sleeve_main">

Expand Down

0 comments on commit 5c61a57

Please sign in to comment.