<?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>Pods Framework for WordPress  &#187;  Topic: Routing</title>
		<atom:link href="http://podsframework.org/forums/topic/routing/feed/" rel="self" type="application/rss+xml" />
		<link>http://podsframework.org/forums/topic/routing/feed/</link>
		<description></description>
		<pubDate>Sun, 19 May 2013 10:09:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.3.2</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://podsframework.org/forums/topic/routing/#post-164679</guid>
					<title><![CDATA[Routing]]></title>
					<link>http://podsframework.org/forums/topic/routing/#post-164679</link>
					<pubDate>Thu, 18 Nov 2010 16:39:27 +0000</pubDate>
					<dc:creator>carlosfaria</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!</p>
<p>I&#8217;m developing a recipes site with pods. </p>
<p>I have a Pod page loading a template from my  theme with name &quot; recipe/* &quot; so all my recipes are shown with that template. Moreover I&#8217;m using WPML to have my site in two languages, english and spanish. </p>
<p>I don&#8217;t like the &quot; ?lang=es &quot; in my URLs so i configured WPML to have my URLs like <a href="http://www.example.com/es/" rel="nofollow">http://www.example.com/es/</a> for my recipes in spanish, while my recipes in english are accessed by <a href="http://www.example.com/" rel="nofollow">http://www.example.com/</a></p>
<p>The problem is, when i click on a recipe, and access <a href="http://www.example.com/es/recipe/recipe&#095;slug" rel="nofollow">http://www.example.com/es/recipe/recipe&#095;slug</a>, pods is not able to see the &quot; recipe/* &quot; route and shows that no content was found&#8230;</p>
<p>I know one solution is to have another page on Pods with the name &quot; es/recipe/* &quot; but as this is for a client I don&#8217;t want them to get messed with Pods.</p>
<p>How to route that spanish (or whatever other language) url?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://podsframework.org/forums/topic/routing/#post-164680</guid>
					<title><![CDATA[Re: Routing]]></title>
					<link>http://podsframework.org/forums/topic/routing/#post-164680</link>
					<pubDate>Thu, 18 Nov 2010 16:41:44 +0000</pubDate>
					<dc:creator>carlosfaria</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, again I answer myself.</p>
<p>It was as easy as having two pages pointing to the same template:</p>

<link rel="stylesheet" type="text/css" href="http://podsframework.org/wp-content/blogs.dir/7/files/crayon-syntax-highlighter/themes/pods/pods.css" />
<link rel="stylesheet" type="text/css" href="http://podsframework.org/wp-content/plugins/crayon-syntax-highlighter/fonts/monaco.css" />

		<div id="crayon-5198eb440c1c3" class="crayon-syntax crayon-theme-pods crayon-font-monaco crayon-os-pc print-yes" data-settings=" no-popup scroll-mouseover wrap" style=" margin-top: 12px; margin-bottom: 12px; float: none; clear: both; font-size: 13px !important; line-height: 16.25px !important;">
		
			<div class="crayon-toolbar" data-settings=" show" style="height: 19.5px !important; line-height: 19.5px !important;">
			<div class="crayon-tools"><a class="crayon-copy-button crayon-button" data-text="Press %s to Copy, %s to Paste" title="Copy Plain Code"></a><a class="crayon-plain-button crayon-button" title="Toggle Plain Code"></a><span class="crayon-language">PHP</span></div></div>
			<div class="crayon-info" style="min-height: 16.25px !important; line-height: 16.25px !important;"></div>
			<div class="crayon-plain-wrap"><textarea  class="crayon-plain print-no" data-settings="" readonly style="-moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4; font-size: 13px !important; line-height: 16.25px !important;">
recipe/*
*/recipe/*</textarea></div>
			<div class="crayon-main" style="">
				<table class="crayon-table">
					<tr class="crayon-row">
				<td class="crayon-nums " data-settings="show" style="font-size: 13px !important; line-height: 16.25px !important;">
					<div class="crayon-nums-content"><div class="crayon-num" data-line="crayon-5198eb440c1c3-1">1</div><div class="crayon-num crayon-striped-num" data-line="crayon-5198eb440c1c3-2">2</div></div>
				</td>
						<td class="crayon-code"><div class="crayon-pre" style="font-size: 13px !important; line-height: 16.25px !important;"><div class="crayon-line" id="crayon-5198eb440c1c3-1"><span class="i">recipe</span><span class="c">/*</span></div><div class="crayon-line crayon-striped-line" id="crayon-5198eb440c1c3-2"><span class="c">*/</span><span class="i">recipe</span><span class="o">/</span><span class="o">*</span></div></div></td>
					</tr>
				</table>
			</div>
		</div>


						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

