<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums User Favorites: TheJesper</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 20 Jun 2013 05:24:34 +0000</pubDate>

<item>
<title>TheJesper on "More Tag not working. please help!"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-working-please-help#post-23615</link>
<pubDate>Wed, 26 Oct 2011 18:17:00 +0000</pubDate>
<dc:creator>TheJesper</dc:creator>
<guid isPermaLink="false">23615@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I figured it out... I just have to put $more = 0; in my post listing template directly below the &#38;lt;div id=&#34;content&#34;&#38;gt; tag... Hope this helps!
&#60;/p&#62;</description>
</item>
<item>
<title>TheJesper on "More Tag not working. please help!"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-working-please-help#post-23609</link>
<pubDate>Wed, 26 Oct 2011 00:09:31 +0000</pubDate>
<dc:creator>TheJesper</dc:creator>
<guid isPermaLink="false">23609@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi having problems with the more tag. It just doesn'r work. For now I have implemented a temporary solution in function thematic_content():&#60;/p&#62;
&#60;p&#62;(in the last else)&#60;br /&#62;
if(!is_single())&#60;br /&#62;
	{&#60;br /&#62;
		global $more; $more = FALSE;&#60;br /&#62;
}&#60;br /&#62;
else&#60;br /&#62;
{&#60;br /&#62;
	global $more; $more = TRUE;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It works for now but, I don't wanna mess arounth with tha mother theme, and I guess it really should work, so what am I doing wrong?&#60;/p&#62;
&#60;p&#62;Thanks/Jesper
&#60;/p&#62;</description>
</item>
<item>
<title>TheJesper on "Add list of custom objects!?"</title>
<link>http://themeshaper.com/forums/topic/add-list-of-custom-objects#post-23314</link>
<pubDate>Sun, 02 Oct 2011 10:58:34 +0000</pubDate>
<dc:creator>TheJesper</dc:creator>
<guid isPermaLink="false">23314@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks! Pods CMS seems awesome!!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Show only child pages in sidebar!?"</title>
<link>http://themeshaper.com/forums/topic/show-only-child-pages-in-sidebar#post-23285</link>
<pubDate>Fri, 30 Sep 2011 14:48:07 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23285@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;uhh no- you weren't unclear.  the thing listing all your pages is a widget.  you can remove that widget in your dashboard and insert the function found in the codex in the manner i have illustrated.... to any of the available sidebar hooks.  &#60;/p&#62;
&#60;p&#62;or there might be a widget that does that already. lo and behold:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/subpages-widget/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/subpages-widget/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>TheJesper on "Show only child pages in sidebar!?"</title>
<link>http://themeshaper.com/forums/topic/show-only-child-pages-in-sidebar#post-23284</link>
<pubDate>Fri, 30 Sep 2011 11:49:39 +0000</pubDate>
<dc:creator>TheJesper</dc:creator>
<guid isPermaLink="false">23284@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, Maybe I was a bit unclear... The sidebare lists all pages in my site dynamically in a tree-like structure. It lists all pages on the same level as the one I am looking at as well as all of their children.&#60;/p&#62;
&#60;p&#62;Ho do I make it ONLY display the sub-pages of my current page?&#60;/p&#62;
&#60;p&#62;Thanks...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Show only child pages in sidebar!?"</title>
<link>http://themeshaper.com/forums/topic/show-only-child-pages-in-sidebar#post-23281</link>
<pubDate>Fri, 30 Sep 2011 01:04:20 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23281@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;start with the codex:&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_list_pages#List_Sub-Pages&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_list_pages#List_Sub-Pages&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;then adding stuff to thematic is as easy as :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function function_name(){ ?&#38;gt;
   &#38;lt;div id=&#38;quot;bacon&#38;quot;&#38;gt;Gosh I love bacon&#38;lt;/div&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;name_of_hook_you_want_to_add_function_to&#38;#39;,&#38;#39;function_name&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "Add list of custom objects!?"</title>
<link>http://themeshaper.com/forums/topic/add-list-of-custom-objects#post-23280</link>
<pubDate>Fri, 30 Sep 2011 00:58:02 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23280@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you could either do a custom post type for employees w/ custom meta boxes. &#60;/p&#62;
&#60;p&#62;OR... probably much more appropriate you could look into PodsCMS.  the big 2.0 release is coming out soon too.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://podscms.org/&#34; rel=&#34;nofollow&#34;&#62;http://podscms.org/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>TheJesper on "Add list of custom objects!?"</title>
<link>http://themeshaper.com/forums/topic/add-list-of-custom-objects#post-23276</link>
<pubDate>Thu, 29 Sep 2011 23:40:55 +0000</pubDate>
<dc:creator>TheJesper</dc:creator>
<guid isPermaLink="false">23276@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I was just wondering... you could add posts, pages, media... But you can't add categorized custom objects with custom fields... &#60;/p&#62;
&#60;p&#62;I would like to be able to create new objects like, an employee with custom fields, i.e. name, image and email. I would like it to be as simple to add/remove or fetch new employees as it is to add a new page?&#60;/p&#62;
&#60;p&#62;Anyone got any ideas regarding this? A workaround? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>TheJesper on "Show only child pages in sidebar!?"</title>
<link>http://themeshaper.com/forums/topic/show-only-child-pages-in-sidebar#post-23275</link>
<pubDate>Thu, 29 Sep 2011 23:36:05 +0000</pubDate>
<dc:creator>TheJesper</dc:creator>
<guid isPermaLink="false">23275@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to do something really simple.. (Should be simple anyway). &#60;/p&#62;
&#60;p&#62;-How do I show ONLY the children of the current page, in the sidebar? Do I need to hack and in that case, where do I hack it :)?&#60;/p&#62;
&#60;p&#62;Thanks!!! /Jesper
&#60;/p&#62;</description>
</item>

</channel>
</rss>
