Skip to content

Commit 060196d

Browse files
committedAug 21, 2018
Fix issue with kind archive pages
1 parent ae3342a commit 060196d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎taxonomy-kind.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @package SemPress
1111
* @since SemPress 1.0.0
1212
*/
13-
$kind = Kind_Taxonomy::kind_archive_title();
13+
$kind = Kind_Taxonomy::kind_archive_title('Unknown Taxonomy Title');
1414

1515
get_header(); ?>
1616
<section id="primary">
@@ -46,7 +46,7 @@
4646
<?php sempress_content_nav( 'nav-above' ); ?>
4747

4848

49-
<?php echo Kind_Taxonomy::kind_archive_description(); ?>
49+
<?php echo Kind_Taxonomy::kind_archive_description('default'); ?>
5050

5151
<?php /* Start the Loop */ ?>
5252
<?php while ( have_posts() ) : the_post(); ?>

0 commit comments

Comments
 (0)
Please sign in to comment.