<?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 Tag: pages</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 10:03:34 +0000</pubDate>

<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25807</link>
<pubDate>Sat, 10 Mar 2012 05:46:51 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25807@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i must still be missing something.  my engineering profs didn't talk about occam's razor.. they talked about dirt.  small wonder, why i was so bored with it.
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25805</link>
<pubDate>Sat, 10 Mar 2012 03:13:22 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25805@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@helgatheviking, sorry, I was really just being a bit nostalgic; remembering more than one engineering prof beginning a lecture with Occam's razor. That was a long time ago. Without being too cliche' or oxymoronic, my personal observation of Thematic is that it's biggest weakness is it's strength - so many options, so little time. Please don't get me wrong. It's a really, really good problem. Again,  the question wasn't really germane to the thread. Just a Thematician  wanna-be trying to see a forest through the trees. Had to throw in one more cliche`!! ;)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25801</link>
<pubDate>Fri, 09 Mar 2012 16:13:40 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25801@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@fwunder, didn't understand your rhetorical q.  :{
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25779</link>
<pubDate>Thu, 08 Mar 2012 03:41:20 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25779@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Just got back from downtown Philly. Uhhh,...the cat thing....nevermind.&#60;/p&#62;
&#60;p&#62;Ya know, at what point do we get with mods before we just use [child]theme switchers? A rhetorical question.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25776</link>
<pubDate>Thu, 08 Mar 2012 02:02:01 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25776@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;more than 1 way to skin a cat.  which is a weird saying... b/c who skins cats?  but definitely more than 1 answer.  that plugin is the least coding-dependent, but i find it annoying if you have a lot of widgets.  also something pretty elegant/clear about having a sidebar for say the 'shop' section of your site and 1 for the 'blog' section.  to each her own...
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25775</link>
<pubDate>Thu, 08 Mar 2012 01:40:45 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25775@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Uhhh, not to be a nudge or noodge, but why not just use:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/conditional-widgets/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/conditional-widgets/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This plugin adds a form to each widget on the Widgets panel which allows users to choose which pages and/or categories the widget is either displayed&#60;/p&#62;
&#60;p&#62;Works great for me...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25769</link>
<pubDate>Wed, 07 Mar 2012 21:15:49 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25769@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;create new widget areas:&#60;br /&#62;
&#60;a href=&#34;http://themeshaper.com/forums/topic/something-new-bout-widgetized-areas#post-6660&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/something-new-bout-widgetized-areas#post-6660&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and use conditional logic to adjust when it appears.&#60;/p&#62;
&#60;p&#62;currently the only condition in that example is whether or not the sidebar has a widget in it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_sidebar_active(&#38;#39;header-aside&#38;#39;))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but you could have it test for what page you are on w/ WP conditional tags&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;for example to limit the widget to the blog index/home:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_sidebar_active(&#38;#39;header-aside&#38;#39;) AND is_home())&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>barber on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25767</link>
<pubDate>Wed, 07 Mar 2012 16:01:37 +0000</pubDate>
<dc:creator>barber</dc:creator>
<guid isPermaLink="false">25767@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You could check for a page name, ID or custom field and change the sidebar content based on that. I generally don't use widgets but just put together custom functions. I'd be interested to know how people call actual widgets based on different pages, categories etc.
&#60;/p&#62;</description>
</item>
<item>
<title>soluble on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25744</link>
<pubDate>Tue, 06 Mar 2012 11:41:54 +0000</pubDate>
<dc:creator>soluble</dc:creator>
<guid isPermaLink="false">25744@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, I'm a complete newbie to Thematic. &#60;/p&#62;
&#60;p&#62;I have 3 keys pages which I would like to display different content within the sidebar of each page. Is there a way to set up/register multiple sidebars which I can call for each page? I'd like to be able to add different widgets within each sidebar. Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Many thanks, Matt
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24799</link>
<pubDate>Tue, 10 Jan 2012 23:05:26 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24799@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;tested locally this should add the site title to the beginning of the doctitle everywhere except for the home/front pages where it already is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_doctitle($elements) {

	$site_name = get_bloginfo(&#38;#39;name&#38;#39;);
	$separator = apply_filters(&#38;#39;thematic_doctitle_separator&#38;#39;, &#38;#39;&#124;&#38;#39;);

	// and now adding the site name if we&#38;#39;re not on home or front_page
	if (!( is_home() &#124;&#124; is_front_page() )) {
		array_unshift($elements, $site_name, $separator);
	}

	return $elements;
}
add_filter(&#38;#39;thematic_doctitle&#38;#39;, &#38;#39;childtheme_doctitle&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>drewdavid on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24796</link>
<pubDate>Tue, 10 Jan 2012 22:00:11 +0000</pubDate>
<dc:creator>drewdavid</dc:creator>
<guid isPermaLink="false">24796@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I also found this post which has some different code at: &#60;a href=&#34;http://themeshaper.com/forums/topic/change-doctitle?replies=4#post-24794&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/change-doctitle?replies=4#post-24794&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For the most part it seems to work just fine, except my home page has no separator. The blog title and the tagline run straight together...&#60;/p&#62;
&#60;p&#62;Either solution would be great to get working... Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>drewdavid on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24793</link>
<pubDate>Tue, 10 Jan 2012 21:24:46 +0000</pubDate>
<dc:creator>drewdavid</dc:creator>
<guid isPermaLink="false">24793@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Here are lines 19-22:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_doctitle() {
 
 // You don&#38;#39;t want to change this one.
 $site_name = get_bloginfo(&#38;#39;name&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks. :)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24776</link>
<pubDate>Tue, 10 Jan 2012 01:31:44 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24776@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;well what is line 21 and just prior?  though i see this double semi-colon right away&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$content .= &#38;#39; &#38;#39; . single_cat_title(&#38;quot;&#38;quot;, false);;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>drewdavid on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24773</link>
<pubDate>Mon, 09 Jan 2012 23:14:19 +0000</pubDate>
<dc:creator>drewdavid</dc:creator>
<guid isPermaLink="false">24773@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Helga,&#60;/p&#62;
&#60;p&#62;I can't seem to figure out where the offender is! Here is my functions.php code as shown on the theme filters page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_doctitle() {

// You don&#38;#39;t want to change this one.
$site_name = get_bloginfo(&#38;#39;name&#38;#39;);
 
// But you like to have a different separator
$separator = &#38;#39;&#38;amp;raquo;&#38;#39;;
 
// We will keep the original code
if ( is_single() ) {
$content = single_post_title(&#38;#39;&#38;#39;, FALSE);
}
elseif ( is_home() &#124;&#124; is_front_page() ) {
$content = get_bloginfo(&#38;#39;description&#38;#39;);
}
elseif ( is_page() ) {
$content = single_post_title(&#38;#39;&#38;#39;, FALSE);
}
elseif ( is_search() ) {
$content = __(&#38;#39;Search Results for:&#38;#39;, &#38;#39;thematic&#38;#39;);
$content .= &#38;#39; &#38;#39; . wp_specialchars(stripslashes(get_search_query()), true);
}
elseif ( is_category() ) {
$content = __(&#38;#39;Category Archives:&#38;#39;, &#38;#39;thematic&#38;#39;);
$content .= &#38;#39; &#38;#39; . single_cat_title(&#38;quot;&#38;quot;, false);;
}
elseif ( is_tag() ) {
$content = __(&#38;#39;Tag Archives:&#38;#39;, &#38;#39;thematic&#38;#39;);
$content .= &#38;#39; &#38;#39; . thematic_tag_query();
}
elseif ( is_404() ) {
$content = __(&#38;#39;Not Found&#38;#39;, &#38;#39;thematic&#38;#39;);
}
else {
$content = get_bloginfo(&#38;#39;description&#38;#39;);
}

if (get_query_var(&#38;#39;paged&#38;#39;)) {
$content .= &#38;#39; &#38;#39; .$separator. &#38;#39; &#38;#39;;
$content .= &#38;#39;Page&#38;#39;;
$content .= &#38;#39; &#38;#39;;
$content .= get_query_var(&#38;#39;paged&#38;#39;);
}

// until we reach this point. You want to have the site_name everywhere?
// Ok .. here it is.
$my_elements = array(
&#38;#39;site_name&#38;#39; =&#38;gt; $site_name,
&#38;#39;separator&#38;#39; =&#38;gt; $separator,
&#38;#39;content&#38;#39; =&#38;gt; $content
);

// and now we&#38;#39;re reversing the array as long as we&#38;#39;re not on home or front_page
if (!( is_home() &#124;&#124; is_front_page() )) {
$my_elements = array_reverse($my_elements);
}

// And don&#38;#39;t forget to return your new creation
return $my_elements;
}

// Add the filter to the original function
add_filter(&#38;#39;thematic_doctitle&#38;#39;, &#38;#39;childtheme_doctitle&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24769</link>
<pubDate>Mon, 09 Jan 2012 20:09:27 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24769@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;syntax error means exactly that... error in your syntax.  likely missing a ) , ; ' } or something some where.  i can also mean you have some punctuation where you shouldn't but since it says unexpected string, you are probs not closing something right
&#60;/p&#62;</description>
</item>
<item>
<title>drewdavid on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24768</link>
<pubDate>Mon, 09 Jan 2012 19:27:16 +0000</pubDate>
<dc:creator>drewdavid</dc:creator>
<guid isPermaLink="false">24768@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi so I found some information on this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/thematic/guide/?page_id=12&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/thematic/guide/?page_id=12&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Under the heading 'thematic_doctitle()'&#60;/p&#62;
&#60;p&#62;However by using that code I got the following error.&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_STRING in /home/content/x/r/o/xroox/html/24hrknight/wp-content/themes/tuxedo/functions.php on line 21&#60;/p&#62;
&#60;p&#62;Thanks. :)
&#60;/p&#62;</description>
</item>
<item>
<title>drewdavid on "getting blog tagline to show up in browser window"</title>
<link>http://themeshaper.com/forums/topic/blog-tagline-not-showing-up-in-browser-window#post-24767</link>
<pubDate>Mon, 09 Jan 2012 19:20:52 +0000</pubDate>
<dc:creator>drewdavid</dc:creator>
<guid isPermaLink="false">24767@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like the blog tagline/description to be placed in the title before or after the blog title, as well as individual post/page titles.&#60;/p&#62;
&#60;p&#62;Right now I only get the blog title on the home page, and only the page/post title.&#60;/p&#62;
&#60;p&#62;Thanks! :)&#60;/p&#62;
&#60;p&#62;Drew
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding an 'onload' to the body tag?"</title>
<link>http://themeshaper.com/forums/topic/adding-an-onload-to-the-body-tag#post-24246</link>
<pubDate>Mon, 12 Dec 2011 18:21:07 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24246@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you're right, the classes seem to get split.  make sure you are using version 0.9.8&#60;/p&#62;
&#60;p&#62;booyah&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_override_body(){
    echo &#38;#39;&#38;lt;body onload=&#38;quot;onLoad();&#38;quot; onresize=&#38;quot;onResize(); class=&#38;quot;&#38;#39;;
    thematic_body_class();
  	echo &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;quot;\n\n&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Moogleydog on "Adding an 'onload' to the body tag?"</title>
<link>http://themeshaper.com/forums/topic/adding-an-onload-to-the-body-tag#post-24231</link>
<pubDate>Sun, 11 Dec 2011 20:54:32 +0000</pubDate>
<dc:creator>Moogleydog</dc:creator>
<guid isPermaLink="false">24231@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I apologize if this is been dead and I'm missing something.  When you use the BETTER code posted above:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function add_body_onload() {
$onload = &#38;#39;&#38;quot; onload=&#38;quot;onLoad();&#38;quot; onresize=&#38;quot;onResize();&#38;#39;;
echo (child_body_class() . $onload) ;
}
add_filter(&#38;#39;body_class&#38;#39;,&#38;#39;add_body_onload&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It ends up splitting the class attribute of the body tag like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;body class=&#38;quot;home blog &#38;quot; onload=&#38;quot;HereIsMyFunction();&#38;quot; windows firefox ff4&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You end up with some of the class names just floating in your body tag?  Am I missing something or is there a way to have your onload code placed at the END of the $c[] array?
&#60;/p&#62;</description>
</item>
<item>
<title>hierophant on "How to remove "comment" box from Pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-comment-box-from-pages#post-24021</link>
<pubDate>Thu, 01 Dec 2011 04:21:04 +0000</pubDate>
<dc:creator>hierophant</dc:creator>
<guid isPermaLink="false">24021@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;OK I got it. &#60;a href=&#34;http://wordpress.org/support/topic/remove-comment-field-for-selected-pages&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/remove-comment-field-for-selected-pages&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>hierophant on "How to remove "comment" box from Pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-comment-box-from-pages#post-24008</link>
<pubDate>Wed, 30 Nov 2011 08:35:33 +0000</pubDate>
<dc:creator>hierophant</dc:creator>
<guid isPermaLink="false">24008@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I could not locate any reference to this in the acamas forum posts.&#60;/p&#62;
&#60;p&#62;Title pretty much sums up what I wish to achieve. &#60;/p&#62;
&#60;p&#62;I suppose it will mean editing one of the files? Or perhaps adding something to the 'Variants&#34; file.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "Adding multiple loops to a page layout."</title>
<link>http://themeshaper.com/forums/topic/adding-multiple-loops-to-a-page-layout#post-23589</link>
<pubDate>Sun, 23 Oct 2011 10:05:13 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">23589@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;With your code, you are resetting the query instead of making a new one. Take a look at &#60;a href=&#34;http://themeshaper.com/forums/topic/multiple-loops-demystified.&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/multiple-loops-demystified.&#60;/a&#62; I agree with Helga - get_posts might be easier if you have many loops.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding multiple loops to a page layout."</title>
<link>http://themeshaper.com/forums/topic/adding-multiple-loops-to-a-page-layout#post-23586</link>
<pubDate>Sun, 23 Oct 2011 01:30:07 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23586@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i like using get_posts() for multiple loops&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/get_posts&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/get_posts&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dannewman on "Adding multiple loops to a page layout."</title>
<link>http://themeshaper.com/forums/topic/adding-multiple-loops-to-a-page-layout#post-23580</link>
<pubDate>Sat, 22 Oct 2011 18:57:22 +0000</pubDate>
<dc:creator>dannewman</dc:creator>
<guid isPermaLink="false">23580@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey I am trying to design a Single page layout where all of the content feeds into a single page. I am having a problem getting the loop to into the page. I am trying to put use this to insert multiple instances of the loop.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
					$args = array(
					    &#38;#39;posts_per_page&#38;#39; =&#38;gt; get_option( &#38;#39;posts_per_page&#38;#39; ),
					    &#38;#39;paged&#38;#39; =&#38;gt; $paged,
					    &#38;#39;category_name&#38;#39; =&#38;gt; &#38;#39;News&#38;#39;,
					    &#38;#39;tag_slug__and&#38;#39; =&#38;gt; array(  )
					);
					$wp_query-&#38;gt;query( $args );
					$more = 0;
					?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;While having the Category name change to separate different content into different loops that all display on a single page. Nothing is showing up. Am I missing something obvious here?
&#60;/p&#62;</description>
</item>
<item>
<title>louisJ on "Remove static page from menu"</title>
<link>http://themeshaper.com/forums/topic/remove-static-page-from-menu#post-23106</link>
<pubDate>Thu, 15 Sep 2011 10:55:04 +0000</pubDate>
<dc:creator>louisJ</dc:creator>
<guid isPermaLink="false">23106@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi I am trying to hide a page in the access, but this trick doesn't work for me.&#60;br /&#62;
Any idea?&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;edit: I found the plugin Exclude pages, which works great for this
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "How to add pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-pages#post-22347</link>
<pubDate>Sat, 16 Jul 2011 20:44:02 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22347@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;this appears to be a general wordpress question, though i am having a hard time understanding what you are asking.&#60;/p&#62;
&#60;p&#62;by default thematic lists ALL the pages you've created as the main menu.  to get better control over what goes in the menu you should create a custom menu and then set it as the Primary Menu.  Appearance&#38;gt;Menus
&#60;/p&#62;</description>
</item>
<item>
<title>tabasco on "How to add pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-pages#post-22346</link>
<pubDate>Sat, 16 Jul 2011 19:07:14 +0000</pubDate>
<dc:creator>tabasco</dc:creator>
<guid isPermaLink="false">22346@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey hazelzetsuz,&#60;/p&#62;
&#60;p&#62;I'm trying to understand what you mean by &#34;adjust&#34;. When you add a page (not a post) that will get added to the navigation menu. If you wanted to add another page in the &#34;About Us&#34; section as a sub-page then you would create another page and select the original About Us page as the parent page in the Page Attributes box to the right (It's set to No parent by default). Using a page template can then change the design of that page if desired.
&#60;/p&#62;</description>
</item>
<item>
<title>hazelzetsuz on "How to add pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-pages#post-22345</link>
<pubDate>Sat, 16 Jul 2011 16:51:12 +0000</pubDate>
<dc:creator>hazelzetsuz</dc:creator>
<guid isPermaLink="false">22345@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Tabasco,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. I know how to add pages, but I mean the general website navigation pages (e.g. Home, About me, Contact).. The option to create/adjust these should be found under appearance and Thematic Options (I assume), but there's nothing there..
&#60;/p&#62;</description>
</item>
<item>
<title>tabasco on "How to add pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-pages#post-22344</link>
<pubDate>Sat, 16 Jul 2011 16:29:25 +0000</pubDate>
<dc:creator>tabasco</dc:creator>
<guid isPermaLink="false">22344@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Go to the tab labeled &#34;Pages&#34; (it's above Appearance), expand it and select Add New. Insert your content and select preview if you want to view it first or just select publish.
&#60;/p&#62;</description>
</item>
<item>
<title>hazelzetsuz on "How to add pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-pages#post-22343</link>
<pubDate>Sat, 16 Jul 2011 14:30:41 +0000</pubDate>
<dc:creator>hazelzetsuz</dc:creator>
<guid isPermaLink="false">22343@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have installed Thematic and the child theme: Early Morning, but under 'appearance' in Dashboard I can't find the option of adding pages. The only page on my website right now is the 'sample page' but I can't add any other. Can someone help me out? My website is: &#60;a href=&#34;http://www.aagje.me&#34; rel=&#34;nofollow&#34;&#62;www.aagje.me&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
