mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-25 04:15:38 -04:00
[GH-ISSUE #2] wp_rewrite changes/additions #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Frumph on GitHub (Jun 6, 2012).
Original GitHub issue: https://github.com/Frumph/comic-easel/issues/2
Originally assigned to: @Frumph on GitHub.
Looking to have the permalink return as for each post.
Current: /comic/post_slug
Want: /comic/chapter_slug/post_slug
current: /feed/
Want: /comic/feed/
current: /2012/05/25/?post_type=comic
want: /comic/2012/05/25/
want: Anything more productive then having the ?post_type=comic being written on the url line for normal operations
Current Rewrite Rules:
As reported by rewrite rules inspector.
@Frumph commented on GitHub (Feb 18, 2014):
Scrapped this, need to find someone who can help write some code to do this properly.