Skip to content

Instantly share code, notes, and snippets.

@skyshab
Last active May 25, 2018 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyshab/1dc98aa9f272b9e5f50ab4c66ab65067 to your computer and use it in GitHub Desktop.
Save skyshab/1dc98aa9f272b9e5f50ab4c66ab65067 to your computer and use it in GitHub Desktop.
example single day category link
<?php $custom_url = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] . '?tribe_event_display=day&tribe-bar-date=' . $day['date']; ?>
<a href="<?php echo esc_url( $custom_url ); ?>"><?php echo $view_all_label ?> &raquo;</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment