Skip to content

Commit

Permalink
Fix for the category list on breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Apr 24, 2013
1 parent 843ffcf commit 6e3014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MeetGavernWP/gavern/helpers/helpers.layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function gk_breadcrumbs_output() {
// if page is category or post
if (is_category() || is_single()) {
// return the category link
$output .= get_the_category(' ');
$output .= get_the_category_list(' ');
// if it is a post page
if (is_single()) {
// return link the name of current post
Expand Down

0 comments on commit 6e3014d

Please sign in to comment.