Skip to content

Instantly share code, notes, and snippets.

@ko31
Created May 16, 2015 06:18
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 ko31/7352731915ed48904829 to your computer and use it in GitHub Desktop.
Save ko31/7352731915ed48904829 to your computer and use it in GitHub Desktop.
【WPcalendar】日付別アーカイブのリンク先変更
// 「/date」は付かないので無くす
// window.open(blogURL+'/date/'+d.replace(/-/g,'/'));
window.open(blogURL+'/'+d.replace(/-/g,'/'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment