Skip to content

Instantly share code, notes, and snippets.

@Abban
Created June 19, 2013 18:25
Show Gist options
  • Select an option

  • Save Abban/5816625 to your computer and use it in GitHub Desktop.

Select an option

Save Abban/5816625 to your computer and use it in GitHub Desktop.
Current Get Archives
<?php
$(function(){
var date = <?php echo get_the_date('F Y'); ?>';
$('.widget a[title="'+date+'"]').addClass('current');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment