<?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 Topic: Subsidiary Widgets Dropped on CPT not-singular pages</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 18 Jun 2013 23:24:43 +0000</pubDate>

<item>
<title>sloweye on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-20845</link>
<pubDate>Tue, 26 Apr 2011 16:59:37 +0000</pubDate>
<dc:creator>sloweye</dc:creator>
<guid isPermaLink="false">20845@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks cas,&#60;/p&#62;
&#60;p&#62;This fixed missing footer subsidiary asides for me, too. I was having the same problem as Ridgely, above-- but didn't think there were any template redirects anywhere. &#60;/p&#62;
&#60;p&#62;Turns out I was using &#60;a href=&#34;http://wordpress.mfields.org/2010/custom-content-type-add-theme-redirect/&#34;&#62;this code snippet from M. Fields&#60;/a&#62; that DOES use a template redirect to turn on template capability for (in my case hierarchical) custom post types.&#60;/p&#62;
&#60;p&#62;Adding a priority of 12 to the redirect did the trick.
&#60;/p&#62;</description>
</item>
<item>
<title>cas on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-17625</link>
<pubDate>Wed, 08 Dec 2010 16:50:39 +0000</pubDate>
<dc:creator>cas</dc:creator>
<guid isPermaLink="false">17625@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;FIXED IT!&#60;/p&#62;
&#60;p&#62;Added a priority of &#34;12&#34; onto our template_redirect :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_action(&#38;quot;template_redirect&#38;quot;,&#38;#39;CPT_template_redirect&#38;#39;, 12);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Total Deja Vu going on right now - took us only 2 hours to find the priority out this time.... one of these days I'll remember to assign priorities as one of the FIRST troubleshooting things I try...
&#60;/p&#62;</description>
</item>
<item>
<title>cas on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-17624</link>
<pubDate>Wed, 08 Dec 2010 16:27:46 +0000</pubDate>
<dc:creator>cas</dc:creator>
<guid isPermaLink="false">17624@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;We're able to replicate this on both a local 3.0.2 install with a child theme of Thematic, and a remote install of 3.1-beta1-16642 with a child theme of Thematic - in our case, we can't get the thematic_sidebar(); to display on an archive-CPT.php page, but sidebars and widget areas work fine on single-CPT.php pages. Source view shows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- #content --&#38;gt;

		&#38;lt;/div&#38;gt;&#38;lt;!-- #container --&#38;gt;

    &#38;lt;/div&#38;gt;&#38;lt;!-- #main --&#38;gt;

	&#38;lt;div id=&#38;quot;footer&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where the sidebar should be showing up between the ending container and main divs. No errors display in the error logs, the function thematic_primary_aside does not get called on the archive-CPT.php page.&#60;/p&#62;
&#60;p&#62;If we use the index.php file to render the page (default), the sidebar, etc. works. But when we try to re-route it to use a archive-CPT.php page as the template, the sidebar and widgets don't display.&#60;/p&#62;
&#60;p&#62;We're using a template redirect to an archive-CPT.php page inside the child theme. When it's being used, the widgets are not displaying - so maybe when you redirect to a Custom Template, the widgets don't get registered - so what do we do to register them?&#60;/p&#62;
&#60;p&#62;Putting the dynamic sidebar function in directly makes it display. And using the default TwentyTen theme everything is fine and displays correctly - so maybe it's either a child-theme issue, or a Thematic issue???&#60;/p&#62;
&#60;p&#62;(Sorry, I'm explaining this 3rd-party, so I might be mangling the description of what's happening a bit).&#60;/p&#62;
&#60;p&#62;SO - does anyone have a clue as to what we need to change/add to get the functions for the sidebar/widget areas called?
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-16611</link>
<pubDate>Wed, 27 Oct 2010 01:21:49 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">16611@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ridgely,&#60;/p&#62;
&#60;p&#62;I tested your template and cannot recreate the disappearing act. Have you tried turning on &#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php#Debug&#34;&#62;wp-debug &#60;/a&#62; in you config file to see if there is an error somewhere? Set it to log or display errors and that might give you a better idea of what isn't working.&#60;/p&#62;
&#60;p&#62;My family is deeper South. Ridgley is a family name that comes from our Georgia branch. I liked the avatar. If it weren't for the mistaken association to my brother's name, I probably wouldn't have assumed gender.
&#60;/p&#62;</description>
</item>
<item>
<title>ridgely on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-16605</link>
<pubDate>Tue, 26 Oct 2010 16:29:25 +0000</pubDate>
<dc:creator>ridgely</dc:creator>
<guid isPermaLink="false">16605@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think the key here is &#60;code&#62;get_footer();&#60;/code&#62;. Not sure why there wouldn't be the standard footer with all the subs intact. Would it make more sense to copy thematic's &#60;code&#62;footer.php&#60;/code&#62; and paste it where &#60;code&#62;get_footer();&#60;/code&#62; is now?
&#60;/p&#62;</description>
</item>
<item>
<title>ridgely on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-16575</link>
<pubDate>Mon, 25 Oct 2010 16:40:03 +0000</pubDate>
<dc:creator>ridgely</dc:creator>
<guid isPermaLink="false">16575@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ah, gotcha. Mine is Ridgely (e-l-y) but it's a common misconception.  You guys from Maryland by any chance? Also, crap, does the self-portrait seriously look like a dude? Back to the drawing board for me.&#60;/p&#62;
&#60;p&#62;My custom page template is adapted from Devin's &#60;code&#62;type-portfolio.php&#60;/code&#62; but I also use Simple Custom Post Type Archives (which enables pagination):&#60;/p&#62;
&#60;p&#62;Here is &#60;code&#62;type-painting.php&#60;/code&#62;. The drawing page is almost identical.&#60;/p&#62;
&#60;blockquote&#62;&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Template Name: Painting
*/

    // calling the header.php
    get_header();

    // action hook for placing content above #container
    thematic_abovecontainer();

?&#38;gt;

	&#38;lt;div id=&#38;quot;container&#38;quot;&#38;gt;
		&#38;lt;div id=&#38;quot;portfolio&#38;quot; class=&#38;quot;paintings&#38;quot;&#38;gt;
 				&#38;lt;div class=&#38;quot;archive-head&#38;quot;&#38;gt;&#38;lt;h1 class=&#38;quot;page-title&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Painting&#38;lt;/span&#38;gt;&#38;lt;/h1&#38;gt;&#38;lt;div class=&#38;quot;archive-meta&#38;quot;&#38;gt;&#38;lt;p&#38;gt;These are fingerprints of transmutation and the yields of a tangible alchemy. I engage diverse species of paint: oils, ink over tea, watercolor, encaustic, and soon, egg tempera.&#38;lt;/p&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;
            &#38;lt;?php

						$paged = (get_query_var(&#38;#39;paged&#38;#39;)) ? get_query_var(&#38;#39;paged&#38;#39;) : 1;
						$args = array( &#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;painting&#38;#39;,
							   &#38;#39;posts_per_page&#38;#39; =&#38;gt; 15,
							   &#38;#39;paged&#38;#39; =&#38;gt; $paged );
						query_posts($args);
            if (have_posts()) : $count = 0;
            while (have_posts()) : the_post(); $count++; global $post; 

						// displays the page title
		        thematic_page_title(); ?&#38;gt;

            &#38;lt;div class=&#38;quot;portfolio-item painting &#38;lt;?php echo $count; ?&#38;gt; &#38;lt;?php if ($count % 5 == 0) { echo &#38;#39;last&#38;#39;; } ?&#38;gt;&#38;quot;&#38;gt;

				&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Permanent Link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#38;quot; class=&#38;quot;thumb&#38;quot;&#38;gt;&#38;lt;?php get_the_image(array(&#38;#39;custom_key&#38;#39; =&#38;gt; array( &#38;#39;Thumbnail&#38;#39;, &#38;#39;thumbnail&#38;#39; ), &#38;#39;size&#38;#39; =&#38;gt; &#38;#39;thumbnail&#38;#39;, &#38;#39;link_to_post&#38;#39; =&#38;gt; false)); ?&#38;gt; &#38;lt;/a&#38;gt; 

				&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Permanent Link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#38;quot; class=&#38;quot;title-overlay&#38;quot;&#38;gt;&#38;lt;?php the_title() ?&#38;gt; &#38;lt;/a&#38;gt;

            &#38;lt;/div&#38;gt;

            &#38;lt;?php if ($count % 5 == 0) { echo &#38;#39;&#38;lt;div class=&#38;quot;clear&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;; } ?&#38;gt;

            &#38;lt;?php endwhile; ?&#38;gt; 

            &#38;lt;?php /* Display navigation to next/previous pages when applicable */ ?&#38;gt;

			&#38;lt;?php if (  $wp_query-&#38;gt;post_count &#38;gt; 15 &#124;&#124; $wp_query-&#38;gt;max_num_pages &#38;gt; 1 &#124;&#124; is_paged() ) : ?&#38;gt;

			&#38;lt;?php if (function_exists(&#38;#39;wp_pagenavi&#38;#39;) ) { ?&#38;gt;

				&#38;lt;?php wp_pagenavi(); ?&#38;gt;

			&#38;lt;?php } else { ?&#38;gt;

				&#38;lt;nav id=&#38;quot;nav-below&#38;quot;&#38;gt;
				&#38;lt;h1 class=&#38;quot;screen-reader-text&#38;quot;&#38;gt;&#38;lt;?php _e( &#38;#39;Post navigation&#38;#39;, &#38;#39;themename&#38;#39; ); ?&#38;gt;&#38;lt;/h1&#38;gt;
				&#38;lt;div class=&#38;quot;nav-previous&#38;quot;&#38;gt;&#38;lt;?php next_posts_link( __( &#38;#39;&#38;lt;span class=&#38;quot;meta-nav&#38;quot;&#38;gt;&#38;amp;larr;&#38;lt;/span&#38;gt; Older posts&#38;#39;, &#38;#39;themename&#38;#39; ) ); ?&#38;gt;&#38;lt;/div&#38;gt;
				&#38;lt;div class=&#38;quot;nav-next&#38;quot;&#38;gt;&#38;lt;?php previous_posts_link( __( &#38;#39;Newer posts &#38;lt;span class=&#38;quot;meta-nav&#38;quot;&#38;gt;&#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;, &#38;#39;themename&#38;#39; ) ); ?&#38;gt;&#38;lt;/div&#38;gt;
				&#38;lt;/nav&#38;gt;&#38;lt;!-- #nav-below --&#38;gt;

    		&#38;lt;?php } ?&#38;gt;
		&#38;lt;?php endif; ?&#38;gt;

		&#38;lt;?php else: ?&#38;gt;

            &#38;lt;h2 class=&#38;quot;title&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Sorry, no posts matched your criteria.&#38;#39;, &#38;#39;themename&#38;#39;) ?&#38;gt;&#38;lt;/h2&#38;gt;

            &#38;lt;?php endif;
			 			// calling the widget area &#38;#39;page-bottom&#38;#39;
       			get_sidebar(&#38;#39;page-bottom&#38;#39;);

        		?&#38;gt;

		&#38;lt;/div&#38;gt;&#38;lt;!-- #paintings --&#38;gt;
	&#38;lt;/div&#38;gt;&#38;lt;!-- #container --&#38;gt;

&#38;lt;?php 

    // action hook for placing content below #container
    thematic_belowcontainer();

    // calling footer.php
    get_footer();

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;&#60;/blockquote&#62;
&#60;p&#62;Please let me know what is up.
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-16530</link>
<pubDate>Sat, 23 Oct 2010 07:09:50 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">16530@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Ridgley,&#60;/p&#62;
&#60;p&#62; Nice site. It's good to finally get to know you better. I'm the fool for assuming you were a guy all of this time. My brother's name is Ridgley. Anyway, what does the template or hook you are using look like for your custom post type pages?&#60;/p&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>ridgely on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-16528</link>
<pubDate>Sat, 23 Oct 2010 04:17:12 +0000</pubDate>
<dc:creator>ridgely</dc:creator>
<guid isPermaLink="false">16528@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Different issue...your situation is mentioned &#60;a href=&#34;http://themeshaper.com/forums/topic/custom-taxonomies-not-showing-in-singlephp&#34; title=&#34;Custom Taxonomies not showing in single.php&#34;&#62;&#60;strong&#62;here&#60;/strong&#62;&#60;/a&#62;, correct?
&#60;/p&#62;</description>
</item>
<item>
<title>mrc2407 on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-16516</link>
<pubDate>Fri, 22 Oct 2010 17:42:21 +0000</pubDate>
<dc:creator>mrc2407</dc:creator>
<guid isPermaLink="false">16516@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Mhhhh.. I have problems with custom post types too... In my case, I can't get to show custom Taxonomies :S
&#60;/p&#62;</description>
</item>
<item>
<title>ridgely on "Subsidiary Widgets Dropped on CPT not-singular pages"</title>
<link>http://themeshaper.com/forums/topic/subsidiary-widgets-dropped-on-cpt-not-singular-pages-1#post-16514</link>
<pubDate>Fri, 22 Oct 2010 17:06:03 +0000</pubDate>
<dc:creator>ridgely</dc:creator>
<guid isPermaLink="false">16514@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi. So on my pages showing custom post types my subsidiary widgets get dropped, but they show up everywhere else. I'm not using any Widget Logic/Widget Context plugins.&#60;br /&#62;
I am using 0.9.7.7 and I have all thematic-specifics defined &#60;code&#62;true&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;As you can see &#60;a href=&#34;http://ridgelyschantz.com/painting/&#34; title=&#34;WRONG!&#34;&#62;&#60;strong&#62;here&#60;/strong&#62;&#60;/a&#62; and &#60;a href=&#34;http://ridgelyschantz.com/drawing/&#34; title=&#34;WRONG AGAIN!&#34;&#62;&#60;strong&#62;here&#60;/strong&#62;&#60;/a&#62;: Magic Disappearing Act. Firebug shows a subsidiary div but there's nothing inside.&#60;/p&#62;
&#60;p&#62;Compare to home page showing &#60;a href=&#34;http://ridgelyschantz.com/&#34; title=&#34;Correct&#34;&#62;footer with all subs intact&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Checked all interacting plugins, no change regardless. No Widget conditional plugins are installed. Truly stumped. Help!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
