Skip to content

Commit ce1f17d

Browse files
committed
[category.php] remove breadcrumb code
1 parent 194a86b commit ce1f17d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

category.php

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<div class="columns is-centered">
66
<div class="column">
77
<h2><?php echo CC_Site::page_title(); ?></h2>
8-
<?php
9-
if ( function_exists( 'yoast_breadcrumb' ) ) {
10-
yoast_breadcrumb( '<p id="breadcrumbs">', '</p>' );
11-
}
12-
?>
138
</div>
149
</div>
1510
</div>

0 commit comments

Comments
 (0)