Plugin Directory

Changeset 2117568


Ignore:
Timestamp:
07/04/2019 01:31:18 PM (7 years ago)
Author:
deano1987
Message:

1.4.9

  • custom page_for_posts url now supported.
Location:
schema-breadcrumbs
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • schema-breadcrumbs/trunk/readme.txt

    r2097564 r2117568  
    55Requires at least: 2.2
    66Tested up to: 5.1.1
    7 stable tag: 1.4.8
     7stable tag: 1.4.9
    88
    99Very 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.
     
    3131
    3232== Changelog ==
     33
     34= 1.4.9 =
     35* custom page_for_posts url now supported.
    3336
    3437= 1.4.8 =
  • schema-breadcrumbs/trunk/schema-breadcrumbs.php

    r2097564 r2117568  
    33Plugin URI:   http://webdesires.co.uk
    44Description:  Outputs a fully Schema valid breadcrumb
    5 Version:      1.4.8
     5Version:      1.4.9
    66Author:       Dean Williams
    77Author URI:   http://deano.me
     
    753753
    754754        } else if ($post_type == 'post'){
    755             $link = home_url( '/blog/' );
     755            //$link = home_url( '/blog/' );
     756            $link = get_permalink( get_option('page_for_posts' ) );
    756757        } else {
    757758            $link = home_url( '?post_type=' . $post_type );
Note: See TracChangeset for help on using the changeset viewer.