lemoynelibrary / lemoyne

Files used in setting up new web design in LibGuides v2 and elsewhere
5 stars 1 forks source link

Fix pubdate link to go to archive by date #8

Closed tomkeays closed 7 years ago

tomkeays commented 7 years ago

Can pubdate link in Wordpress go to archive by date? Currently bootstrapBasicPostOn(), defined in inc/template-tags.php, seems to be retrieving get_permalink() for the link.

tomkeays commented 7 years ago

Maybe the get_the_date function will work --https://codex.wordpress.org/Function_Reference/get_the_date

tomkeays commented 7 years ago

Used this idea - http://justintadlock.com/archives/2010/08/06/linking-post-published-dates-to-their-archives to modify the bootstrapBasicPostOn() function in inc/template-tags.php.