<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Permalinks &amp; Pagination</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/feed/</link>
		<description></description>
		<pubDate>Wed, 10 Jun 2026 18:49:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35670</guid>
					<title><![CDATA[Permalinks &amp; Pagination]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35670</link>
					<pubDate>Thu, 20 Jan 2022 18:11:27 +0000</pubDate>
					<dc:creator>mcs247</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I&#8217;ve added in a custom permalink structure in the wordpress settings:</p>
<p>/insights/%category%/%postname%/</p>
<p>This is working fine for the blog &amp; category list pages e.g.<br />
Blog Posts List:  /insights/<br />
Categories Posts List:  /insights/category/</p>
<p>However, as expected the pagination links go to:<br />
/insights/all/page/2/<br />
/insights/all/page/3/<br />
etc<br />
But these give 404 errors, where the actual pages are still located in the base URL:<br />
/all/page/2/</p>
<p>(We currently don&#8217;t have enough posts with a specific tag to bring up pagination &#8211; but I&#8217;m presuming it&#8217;s the same issue.</p>
<p>Adding a category base and a tag base also breaks the category and tag listing page links too.</p>
<p>Is there something in the theme files that&#8217;s causing this issue &#8211; not accepting the wordpress custom structure for some reason?</p>
<p>Many thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35673</guid>
					<title><![CDATA[Reply To: Permalinks &amp; Pagination]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35673</link>
					<pubDate>Fri, 21 Jan 2022 16:34:12 +0000</pubDate>
					<dc:creator>mcs247</dc:creator>

					<description>
						<![CDATA[
						<p>Update to this &#8211; Yoast SEO is set to remove category base.  Turning this off in Yoast, and then placing &#8220;.&#8221; or &#8220;insights&#8221; in the category base gives the correct url structure and fixes the pagination issue &#8211; however this then breaks the tag links! (Even with nothing placed in the tag base input)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35675</guid>
					<title><![CDATA[Reply To: Permalinks &amp; Pagination]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35675</link>
					<pubDate>Mon, 24 Jan 2022 15:32:55 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey, please post some URLs so I can take a look at things in action&#8230; Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35676</guid>
					<title><![CDATA[Reply To: Permalinks &amp; Pagination]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35676</link>
					<pubDate>Mon, 24 Jan 2022 16:38:40 +0000</pubDate>
					<dc:creator>mcs247</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35678</guid>
					<title><![CDATA[Reply To: Permalinks &amp; Pagination]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35678</link>
					<pubDate>Tue, 25 Jan 2022 10:53:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>If your Category base is empty shouldn&#8217;t you have something like insights/category/all for you cats?<br />
Our theme uses the default get_pagenum_link method to get the link to the corresponding page and you can further debug your links in the boc_pagination method in fortuna\includes\boc_framework.php file to see what the issue might be with your custom permalinks&#8230; I suppose you could strip that &#8220;insights&#8221; part from the links but not sure that&#8217;s what you want&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35679</guid>
					<title><![CDATA[Reply To: Permalinks &amp; Pagination]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35679</link>
					<pubDate>Wed, 26 Jan 2022 09:21:49 +0000</pubDate>
					<dc:creator>mcs247</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for looking into this:<br />
- Yoast SEO removes the category base</p>
<p>But as stated this causes the pagination to break</p>
<p>Removing this function from Yoast SEO and then placing “.” or “insights” in the category base gives the correct url structure for the posts, and fixes the pagination issue – however this then breaks the tag links (Even with nothing placed in the tag base input &#8211; adding &#8220;.&#8221; or &#8220;insights&#8221; in the tag base also gives 404 for the tags). </p>
<p>I&#8217;ve tried numerous combinations and all seem to break something.</p>
<p>This makes me suspect it is the theme causing this, as these are basic wordpress functions?  I&#8217;ll check out the boc_framework.php, but was hoping you&#8217;d have come across this issue previously. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35680</guid>
					<title><![CDATA[Reply To: Permalinks &amp; Pagination]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/permalinks-pagination/#post-35680</link>
					<pubDate>Wed, 26 Jan 2022 10:09:29 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>Not really, as I mentioned we use the default WP method to generate the links &#8211; get_pagenum_link so it should work as expected out of the box. You could doublecheck with one of the default WP themes and inspect their pagination links if that would help&#8230;<br />
Good luck! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

