Skip to content

Instantly share code, notes, and snippets.

@crates
Created August 7, 2019 15:17
Show Gist options
  • Save crates/6d0ffa7dcecafaa6eb037cb0cf040cdb to your computer and use it in GitHub Desktop.
Save crates/6d0ffa7dcecafaa6eb037cb0cf040cdb to your computer and use it in GitHub Desktop.
Fix for Ocean WP theme breadcrumbs bug
<?php
$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link( get_the_time( 'Y' ), get_the_time( 'm' ), get_the_time( 'd' ) ) ), $day );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment