Changeset 2117568
- Timestamp:
- 07/04/2019 01:31:18 PM (7 years ago)
- Location:
- schema-breadcrumbs
- Files:
-
- 6 added
- 2 edited
-
tags/1.4.9 (added)
-
tags/1.4.9/WDPanelAdmin.css (added)
-
tags/1.4.9/WDPanelAdmin.php (added)
-
tags/1.4.9/readme.txt (added)
-
tags/1.4.9/schema-breadcrumbs.php (added)
-
tags/1.4.9/script_link.png (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/schema-breadcrumbs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema-breadcrumbs/trunk/readme.txt
r2097564 r2117568 5 5 Requires at least: 2.2 6 6 Tested up to: 5.1.1 7 stable tag: 1.4. 87 stable tag: 1.4.9 8 8 9 9 Very easily add breadcrumbs to your site with valid Schema Breadcrumb Markup, this plugin is also a drop-in replacement for RDFa Breadcrumb, just install this and deactivate RDFa Breadcrumb. … … 31 31 32 32 == Changelog == 33 34 = 1.4.9 = 35 * custom page_for_posts url now supported. 33 36 34 37 = 1.4.8 = -
schema-breadcrumbs/trunk/schema-breadcrumbs.php
r2097564 r2117568 3 3 Plugin URI: http://webdesires.co.uk 4 4 Description: Outputs a fully Schema valid breadcrumb 5 Version: 1.4. 85 Version: 1.4.9 6 6 Author: Dean Williams 7 7 Author URI: http://deano.me … … 753 753 754 754 } else if ($post_type == 'post'){ 755 $link = home_url( '/blog/' ); 755 //$link = home_url( '/blog/' ); 756 $link = get_permalink( get_option('page_for_posts' ) ); 756 757 } else { 757 758 $link = home_url( '?post_type=' . $post_type );
Note: See TracChangeset
for help on using the changeset viewer.