<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: WordPress Code in Template Builder Section?</title>
		<link>http://www.kriesi.at/support/topic/wordpress-code-in-template-builder-section</link>
		<description>Support Forum - Topic: WordPress Code in Template Builder Section?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 20:45:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/wordpress-code-in-template-builder-section" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "WordPress Code in Template Builder Section?"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-code-in-template-builder-section#post-68768</link>
			<pubDate>Wed, 01 Aug 2012 18:29:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good luck with it! Always interesting to see the results of modifying some of the core functions to get additional functionality with the themes :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vibeGirl on "WordPress Code in Template Builder Section?"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-code-in-template-builder-section#post-68760</link>
			<pubDate>Wed, 01 Aug 2012 17:42:33 +0000</pubDate>
			<dc:creator>vibeGirl</dc:creator>
			<guid isPermaLink="false">68760@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That definitely points me in the right direction, Dude. I'll work on a development server and see if I can get this to work (after 'breaking' it a few times, of course! haha).&#60;/p&#62;
&#60;p&#62;Again, I appreciate it!&#60;/p&#62;
&#60;p&#62;Heather
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WordPress Code in Template Builder Section?"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-code-in-template-builder-section#post-68618</link>
			<pubDate>Wed, 01 Aug 2012 06:06:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">68618@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually some custom work on your end is required here and I can't provide a working solution but the idea is to eg duplicate the blog element code in includes/helper-template-dynamic.php and to add a new element options field to includes/admin/register-admin-dynamic-options.php (based on the blog element) and then you need to the add the &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_post_meta&#60;/a&#62; function which overwrites the default category array.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vibeGirl on "WordPress Code in Template Builder Section?"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-code-in-template-builder-section#post-68410</link>
			<pubDate>Mon, 30 Jul 2012 23:59:21 +0000</pubDate>
			<dc:creator>vibeGirl</dc:creator>
			<guid isPermaLink="false">68410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, can you explain a bit more for me, please?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Heather
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WordPress Code in Template Builder Section?"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-code-in-template-builder-section#post-66965</link>
			<pubDate>Sun, 22 Jul 2012 09:33:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You could use a custom field to save the category id value: &#60;a href=&#34;http://codex.wordpress.org/Custom_Fields&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Custom_Fields&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vibeGirl on "WordPress Code in Template Builder Section?"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-code-in-template-builder-section#post-66496</link>
			<pubDate>Thu, 19 Jul 2012 06:41:13 +0000</pubDate>
			<dc:creator>vibeGirl</dc:creator>
			<guid isPermaLink="false">66496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a blog with 20 categories for 20 cities. Each city has its own page that will have content (photo and video galleries) and post listings for its blog category. I created the first one dynamically in template builder, but it looks like I'd have to choose which category I'd like to appear in that template. &#60;/p&#62;
&#60;p&#62;Does this mean I'd have to create 20 nearly identical dynamic templates? Or is there a way I can utilize WordPress code like this in the dynamic template builder?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php query_posts(&#38;#39;cat=14&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can see the very barebones site at &#60;a href=&#34;http://yourhotspots.com/test/&#34; rel=&#34;nofollow&#34;&#62;http://yourhotspots.com/test/&#60;/a&#62;  The city pages are under Episode Guides.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Heather
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
