archive-items template
This commit is contained in:
parent
2d802af435
commit
c24d32e015
|
@ -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(); ?>
|
Loading…
Reference in New Issue