diff --git a/src/functions/breadcrumb.php b/src/functions/breadcrumb.php index 43ab0d8..f2ee13c 100644 --- a/src/functions/breadcrumb.php +++ b/src/functions/breadcrumb.php @@ -1,15 +1,14 @@ '; // delimiter between crumbs $home = __('Home', 'tainacan-interface'); // text for the 'Home' link $showCurrent = 1; // 1 - show current post/page title in breadcrumbs, 0 - don't show - $before = ''; // tag before the current crumb + $before = ' '; // tag before the current crumb $after = ''; // tag after the current crumb global $post; @@ -165,6 +164,5 @@ function tainacan_interface_the_breadcrumb() { } echo ''; - } } // end tainacan_interface_the_breadcrumb() diff --git a/src/template-parts/single-items-header.php b/src/template-parts/single-items-header.php index 736e84b..3a0b6dd 100644 --- a/src/template-parts/single-items-header.php +++ b/src/template-parts/single-items-header.php @@ -178,12 +178,12 @@ $next = $adjacent_links['next']; '; - tainacan_meta_date_author(); - echo ''; + tainacan_meta_date_author(); + echo '  '; } if ( function_exists('tainacan_the_item_edit_link') ) { echo ''; - tainacan_the_item_edit_link(null, ' - '); + tainacan_the_item_edit_link(null, ' - ', ' '); echo ''; } ?>