Thread Starter
TSM
(@tsm)
Ive just worked out the issue.
Seems that WP uses the ‘posts_per_page’ to work out the max page in the url but out templates use custom values due to diffrences between our categories.
I wander if there is a filter to adjust this on the fly.
Thread Starter
TSM
(@tsm)
I noticed that if i put
<pre> tags around the output it becomes formatted on the CLI, is there a built-in WP function fiddling with the output unless in <pre> tags?