﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses	prnumber
43036	the_posts_pagination() - redirect URL for first page in category	webliberty		"When you are on the second, third, etc. the page function `the_posts_pagination ()` outputs a link to the first page for the current category with a slash `/` at the end of the URL:

{{{
/category/category-1/
}}}

But when clicking on a link, a redirect to the page takes place without a slash `/` on the end:

{{{
/category/category-1
}}}

A link to the following pages from this category is displayed already without a slash on the end of the URL:

{{{
/category/category-1/page/2
}}}

Permalink at the same time on the site are configured to look like this:

{{{
/%postname%.html
}}}"	defect (bug)	new	normal	Awaiting Review	Posts, Post Types	4.9.1	normal				template	
