Add this code to your function.php file
add_filter( 'breadcrumb_trail_args', 'my_breadcrumb_trail_args' );
function my_breadcrumb_trail_args( $args ) {
$args['separator'] = ' → ';
return $args;
}
Replace → with your own separator
Add this code to your function.php file
add_filter( 'breadcrumb_trail_args', 'my_breadcrumb_trail_args' );
function my_breadcrumb_trail_args( $args ) {
$args['separator'] = ' → ';
return $args;
}
Replace → with your own separator
Posted by ericwijaya on February 20, 2012 in Wordpress
Tags: wordpress breadcrumb
| caterinhuang on Make your days count | |
| site on Embed flash to website | |
| ericwijaya on Make your days count | |
| nat2 on Make your days count | |
| ericwijaya on Menghapus My Security Shi… | |
| andi on Menghapus My Security Shi… |
Blog at WordPress.com. Theme: Choco by .css{mayo}.