<?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: Custom post types / URLs / nesting</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 20:51:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/#post-21747</guid>
					<title><![CDATA[Custom post types / URLs / nesting]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/#post-21747</link>
					<pubDate>Tue, 10 Feb 2015 19:56:51 +0000</pubDate>
					<dc:creator>Corina</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>I&#8217;ve set up my site to make use of the services carousel for subtopics. I&#8217;ve renamed the services custom post type to be &#8220;lessons&#8221;.</p>
<p>I now have top level pages:</p>
<p><a href="http://www.site.co.uk/maths-tuition/" rel="nofollow">http://www.site.co.uk/maths-tuition/</a><br />
<a href="http://www.site.co.uk/english-tuition/" rel="nofollow">http://www.site.co.uk/english-tuition/</a><br />
<a href="http://www.site.co.uk/science-tuition/" rel="nofollow">http://www.site.co.uk/science-tuition/</a></p>
<p>And posts in the format:</p>
<p><a href="http://www.site.co.uk/lessons/primary-maths" rel="nofollow">http://www.site.co.uk/lessons/primary-maths</a><br />
<a href="http://www.site.co.uk/lessons/primary-english" rel="nofollow">http://www.site.co.uk/lessons/primary-english</a><br />
<a href="http://www.site.co.uk/lessons/secondary-science" rel="nofollow">http://www.site.co.uk/lessons/secondary-science</a></p>
<p>Is there an easy way to make the navigation consistent, so the services posts (* below) are hanging off of the relevant page, instead of staying at root level?</p>
<p>For good UX and SEO I would like to see:</p>
<p><a href="http://www.site.co.uk/maths-tuition/" rel="nofollow">http://www.site.co.uk/maths-tuition/</a><br />
<a href="http://www.site.co.uk/maths-tuition/primary-maths" rel="nofollow">http://www.site.co.uk/maths-tuition/primary-maths</a>  *<br />
<a href="http://www.site.co.uk/english-tuition/" rel="nofollow">http://www.site.co.uk/english-tuition/</a><br />
<a href="http://www.site.co.uk/english-tuition/primary-english" rel="nofollow">http://www.site.co.uk/english-tuition/primary-english</a>  *<br />
<a href="http://www.site.co.uk/science-tuition/" rel="nofollow">http://www.site.co.uk/science-tuition/</a><br />
<a href="http://www.site.co.uk/science-tuition/secondary-science" rel="nofollow">http://www.site.co.uk/science-tuition/secondary-science</a>  *</p>
<p>I thought about declaring 3 x custom post types (for each of maths, english and science) but wondered if there&#8217;s a better way, or if I need to use categories.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/#post-21768</guid>
					<title><![CDATA[Reply To: Custom post types / URLs / nesting]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/#post-21768</link>
					<pubDate>Thu, 12 Feb 2015 10:44:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I am a bit confused, you said &#8220;instead of staying at root level&#8221; for your custom post type posts? The root level ones are some pages, no? And your custom post type now looks like:</p>
<p><a href="http://www.site.co.uk/lessons/primary-maths" rel="nofollow">http://www.site.co.uk/lessons/primary-maths</a></p>
<p>Is that correct? Basically you can look into using taxonomies for further categorizing your custom post type. </p>
<p><a href="https://kovshenin.com/2012/how-to-add-taxonomies-to-your-custom-post-types-in-wordpress/" rel="nofollow">https://kovshenin.com/2012/how-to-add-taxonomies-to-your-custom-post-types-in-wordpress/</a></p>
<p>Hope that gives you another option. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/#post-21782</guid>
					<title><![CDATA[Reply To: Custom post types / URLs / nesting]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-post-types-urls-nesting/#post-21782</link>
					<pubDate>Wed, 18 Feb 2015 03:02:40 +0000</pubDate>
					<dc:creator>Corina</dc:creator>

					<description>
						<![CDATA[
						<p>Hi sorry I changed the custom post type to &#8220;lessons&#8221; after I wrote this question to you, and before you answered. I&#8217;ll read the article you sent, but I&#8217;ve posted a new question on this subject too, thanks. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

