Track/Location path mistake – Track not found
-
Hi! My build was 404’ing when I tried to view track pages. Looking into the code, I believe I found a mistake that was overwriting the track pages with the location pages. Both taxonomies were using the same “track” slug.
I fixed the mistake by changing line 54 of the file /inc/taxonomies.php from
'rewrite' => array( 'slug' => 'track' ),
to
'rewrite' => array( 'slug' => 'location' ),
Hope this helps others running into the same error and the fix appears in future updates.
Thanks for such a great plugin!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Track/Location path mistake – Track not found’ is closed to new replies.