Skip to content

Instantly share code, notes, and snippets.

@mikeschinkel
Created June 7, 2012 00:39
Show Gist options
  • Save mikeschinkel/2885760 to your computer and use it in GitHub Desktop.
Save mikeschinkel/2885760 to your computer and use it in GitHub Desktop.
/comic/{$chapter_slug}/{$post_slug}/ -> display a post whose parent is a chapter
/feed/ -> displays 'post' and 'comic'
/comic/feed/ -> displays 'comic'
/comic/{$chapter_slug}/feed/ -> displays all comic posts for a chapter?
/comic/{$year}/ -> displays all comic posts for that year
/comic/{$year}/{$month}/ -> displays all comic posts for that year/month
/comic/{$year}/{$month}/{$day}/ -> displays all comic posts for that year/month/day
@Frumph
Copy link

Frumph commented Jul 2, 2012

https://github.com/Frumph/comic-easel/blob/master/comiceasel.php#L369

I got the calendar portion to urlrewrite .. now just looking for a way to make it so that the url line itself can be used and stay that way like http://comiceasel.com/comic/2012/06/29/some-comic-name-slug/ where the url line writes out that way as a pretty permalink

@mikeschinkel
Copy link
Author

mikeschinkel commented Aug 6, 2012 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment