archive-items template

This commit is contained in:
Leo Germani 2018-04-17 22:55:24 -03:00
parent 2d802af435
commit c24d32e015
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php get_header(); ?>
<div class="row">
<div class="col col-sm-9 mx-sm-auto">
<div id="content" role="main">
<div id="taincan-items-page" collection-id="<?php echo tainacan_get_collection_id(); ?>"></div>
</div><!-- /#content -->
</div>
</div><!-- /.row -->
<?php get_footer(); ?>