Commit Graph

29 Commits

Author SHA1 Message Date
Claudio Sanches 5893875b0c Removed period for file headers 2015-11-03 11:53:50 -02:00
Claudio Sanches ee30b5b308 Fixed php docs standards 2015-11-03 11:31:20 -02:00
Caleb Burks ee2757c08f Specific template override paths 2015-10-03 02:58:08 -05:00
Mike Jolley de4a80f950 Add disclaimer to template files
Closes #8942
2015-10-01 16:07:35 +02:00
Mike Jolley 8e19abe368 Check if $breadcrumb is empty 2015-09-14 15:56:58 +01:00
Mike Jolley bd11f51d04 Double shop page in breadcrumb and white space issues.
Fixes #7432
2015-02-16 16:21:48 +00:00
Claudio Sanches 5772356eb2 Re-added the woocommerce_breadcrumb_home_url filter 2015-02-12 18:34:40 -02:00
Mike Jolley 508bfd5c06 Merge branch 'breadcrumbs-class'
Adds endpoint page titles for #5522
Fixes link back to endpoint pages and closes #6638
Avoids need for breadcrumb fix which closes #6834
Removes the need and closes #6834
Fixes #6840
2014-12-05 13:42:19 +00:00
Bryce cb7e06ba8b Change structure of check to appease claudio 2014-12-01 01:42:28 +07:00
Bryce df95a6f016 check if offset exists in breadcrumb.php
Closes #6878
2014-12-01 01:21:42 +07:00
Gregory Karpinsky 511e8b1b5b get_page() is deprecated since 3.5.0 2014-10-05 18:27:52 -04:00
Ninos Ego cc6cf6a881 Template breadcrumb - only remove last seperator
We should use ``rtrim()`` instead of ``trim()``, because otherwise
(depending to the $delimiter/$before/$after) it's possible to remove
also something from the beginning of the $parents variable.
2014-09-10 01:09:40 +02:00
Mike Jolley 20407c8cc0 Fix extra delimiter in breadcrumbs Closes #6153 2014-09-04 10:17:19 +01:00
Ninos Ego e9c36acdd3 Fixed: merge conflict 2014-08-27 01:43:38 +02:00
Ninos Ego fbaa044f37 Fixed: merge conflict 2014-08-27 01:42:20 +02:00
Ninos Ego 27532a446d Small fixes 2014-08-22 13:12:26 +02:00
Ninos Ego 4adc74337f Merged: 65e6bf5aed 2014-08-22 12:57:49 +02:00
Mike Jolley 65e6bf5aed get_category_parents can still be used for #6055 2014-08-22 11:02:05 +01:00
Ninos Ego 47e6f98501 Display on blog (if not front page)
The breadcrumb should be displayed on the blog page, if it's not the
front page.
2014-08-19 19:16:52 +02:00
Ninos Ego 5417e7f8c6 Template: breadcrumb - category structure
The html structure of multidimensional categories was wrong ($before &
$after was missing).
2014-08-19 19:00:07 +02:00
Ninos Ego 7819a78462 Template: breadcrumb - small fixes
- undefined variable on author page
- wrong html structure on hierarchical page
2014-08-19 17:29:58 +02:00
claudiosmweb 2e0182c3b3 fixed breadcrumb duplicate homepage url
get_option( 'page_on_front' ) === string
wp_get_page_id( 'shop' ) === integer
2014-07-30 13:25:29 -03:00
claudiosmweb b752f75392 reverted breadcrumbs product_cat query 2014-07-30 13:13:23 -03:00
southan 2ad57033f6 Update to fix #5911
Missed get_term_by calls with slug, reverted to wc_get_product_terms (get_the_terms, whilst great for performance, bypasses all the special sorting implemented by the former).
2014-07-29 15:02:18 +01:00
claudiosmweb 53494ff91c improved the product_cat query in product single page 2014-07-28 17:57:11 -03:00
claudiosmweb 0b559b3997 improved the product_cat query in breadcrumbs, closes #5906 2014-07-28 17:44:54 -03:00
splashingpixels 454b97080a coding standards fixes 2014-01-22 20:36:24 -08:00
splashingpixels b16d5195c8 coding standards fixes 2014-01-14 21:53:37 -08:00
Mike Jolley e0779b0f06 Global templates make more sense than shop templates, and re-use quantity inputs for cart and single products Closes #4210 2013-11-28 17:23:45 +00:00