Closed ccorda closed 2 years ago
WP will redirect a request for /foo to the wrong path (the path of the first post in the WP database). This is because we're using a loop function, when instead we want: get_queried_object_id();
WP will redirect a request for /foo to the wrong path (the path of the first post in the WP database). This is because we're using a loop function, when instead we want: get_queried_object_id();