Changes between Initial Version and Version 1 of Ticket #16626
- Timestamp:
- 02/24/11 01:43:42 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16626
- Property Summary changed from get_post_archive_link() includes /blog/, when it shouldn't to CPT archive rewrite rule doesn't respect 'with_front' arg
-
Ticket #16626 – Description
initial v1 5 5 2. On the main blog, call get_post_archive_link(). 6 6 7 The URL will include the /blog/ prefix, which will lead to a 404.7 The URL will include the /blog/ prefix, but it will lead to a 404, since the rewrite rule isn't correct.