Changes between Initial Version and Version 1 of Ticket #16626
- Timestamp:
- 02/24/2011 01:43:42 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16626
-
Property
Summary
changed from
get_post_archive_link() includes /blog/, when it shouldn'ttoCPT archive rewrite rule doesn't respect 'with_front' arg
-
Property
Summary
changed from
-
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.