Skip to content

Commit

Permalink
WooCommerce category page shows incorrect title - FIXED
Browse files Browse the repository at this point in the history
  • Loading branch information
kprajapatii committed May 28, 2018
1 parent 24dda0e commit e033fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.1.9
WooCommerce category page shows incorrect title - FIXED

v1.1.8
Responsive CSS improvements - CHANGED
is_bbpress called without checking if bbpress is active - FIXED
Expand Down
2 changes: 1 addition & 1 deletion woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php
} elseif (is_shop()) {
} elseif (is_woocommerce()) {
?>
<h1 class="entry-title"><?php woocommerce_page_title(); ?></h1>
<?php
Expand Down

0 comments on commit e033fd1

Please sign in to comment.