Changeset 2060040
- Timestamp:
- 03/30/2019 09:21:35 AM (7 years ago)
- Location:
- yummi-multicategory-breadcrumbs/trunk
- Files:
-
- 4 edited
-
includes/br.php (modified) (1 diff)
-
includes/br_amp.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
yummi-multicategory-breadcrumbs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yummi-multicategory-breadcrumbs/trunk/includes/br.php
r1995820 r2060040 136 136 $label = !empty($post_type) ? $post_type->label : null; 137 137 $has_archive = !empty($post_type) ? $post_type->has_archive : null; 138 $has_archive == 1 ? $has_archive = $post_type->rewrite['slug'] : null; 138 139 } 139 140 -
yummi-multicategory-breadcrumbs/trunk/includes/br_amp.php
r1995820 r2060040 59 59 if( $taxonomy->hierarchical == 1 ) $has_archive = $taxonomy->rewrite['slug']; 60 60 }else{ 61 $label = $post_type->label; 62 $has_archive = $post_type->has_archive; 61 $label = !empty($post_type) ? $post_type->label : null; 62 $has_archive = !empty($post_type) ? $post_type->has_archive : null; 63 $has_archive == 1 ? $has_archive = $post_type->rewrite['slug'] : null; 63 64 } 64 65 -
yummi-multicategory-breadcrumbs/trunk/readme.txt
r2015460 r2060040 7 7 Tags: breadcrumb, breadcrumbs, menu, navigation, trail, widget, plugin, google, page, pages, post, posts, admin, simple 8 8 Requires at least: 3.3 9 Tested up to: 5. 010 Stable tag: 2.0. 09 Tested up to: 5.9 10 Stable tag: 2.0.1 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 65 65 66 66 == Changelog == 67 68 = 2.0.1 = 69 * Fix url when it show "1" (CPT UI taxonomy) 67 70 68 71 = 2.0.0 = -
yummi-multicategory-breadcrumbs/trunk/yummi-multicategory-breadcrumbs.php
r2015489 r2060040 3 3 Plugin Name: Yummi Breadcrumbs (SubCategories Support) 4 4 Description: Yummi Breadcrumbs is Super light weight & easy plugin with support SubCategories showing, SEO friendly and Auto Installation. 5 Version: 2.0. 05 Version: 2.0.1 6 6 Author: Alex Egorov 7 7 Author URI: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLHFMF373Z9GG&source=url
Note: See TracChangeset
for help on using the changeset viewer.