<?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: taxonomies</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 21 May 2013 17:37:03 +0000</pubDate>

<item>
<title>mirko77 on "Custom taxonomies are not saved when 'hierarchical' =&#62; false"</title>
<link>http://themeshaper.com/forums/topic/custom-taxonomies-are-not-saved-when-hierarchical-gt-false#post-18535</link>
<pubDate>Thu, 20 Jan 2011 15:48:05 +0000</pubDate>
<dc:creator>mirko77</dc:creator>
<guid isPermaLink="false">18535@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I figured it out.&#60;br /&#62;
The &#34;Choose from most used tags&#34; does not display a list of tags, but only the most used or those which has been used at least once.&#60;/p&#62;
&#60;p&#62;Is there a way to override this behaviour from functions.php?? &#60;/p&#62;
&#60;p&#62;Otherwise is there a way to remove the &#34;parenting&#34; feature if I use a custom category (with &#60;code&#62;hierarchical =&#38;gt; true;&#60;/code&#62;) instead of tags?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>mirko77 on "Custom taxonomies are not saved when 'hierarchical' =&#62; false"</title>
<link>http://themeshaper.com/forums/topic/custom-taxonomies-are-not-saved-when-hierarchical-gt-false#post-18527</link>
<pubDate>Thu, 20 Jan 2011 13:25:14 +0000</pubDate>
<dc:creator>mirko77</dc:creator>
<guid isPermaLink="false">18527@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I created a custom post type called &#34;Images&#34; and a custom taxonomy &#34;Galleries&#34; to group these image entries together.&#60;/p&#62;
&#60;p&#62;I do not want &#34;Galleries&#34; to be hierarchical but I just need tags therefore 'hierarchical' =&#38;gt; false&#60;br /&#62;
If I add the galleries via the main page they are saved and shown properly.&#60;br /&#62;
The problem is when I add a new post &#34;Image&#34; and I want to pick up an existing gallery in my meta box, no tags are shown and I get the &#34;no tags&#34; message.&#60;/p&#62;
&#60;p&#62;If I add my galleries (tags) using the meta box they are actually saved and shown correctly. It is only adding the tags through the main page which does not work. It works if I set 'hierarchical' =&#38;gt; true but I do not need categories, I just need tags.&#60;/p&#62;
&#60;p&#62;Any suggestion?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>iCristiano on "Taxonomy Archive Page?"</title>
<link>http://themeshaper.com/forums/topic/taxonomy-archive-page#post-17910</link>
<pubDate>Fri, 24 Dec 2010 15:53:43 +0000</pubDate>
<dc:creator>iCristiano</dc:creator>
<guid isPermaLink="false">17910@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks again Gene! Now it´s working fine! ;)
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Taxonomy Archive Page?"</title>
<link>http://themeshaper.com/forums/topic/taxonomy-archive-page#post-17905</link>
<pubDate>Fri, 24 Dec 2010 03:05:41 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">17905@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Looks like I made a pretty common mistake up there. I filtered a function based on a condition but did not pass the original function's output into the filter and I did not return anything when the condition was not met.&#60;/p&#62;
&#60;p&#62;Try this instead.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_title($content) {
  if (is_tax()) {
     $content=&#38;quot;&#38;lt;!-- my tax title markup --&#38;gt;&#38;quot;;
  }
 return $content;
}
add_filter(&#38;#39;thematic_page_title&#38;#39;,&#38;#39;childtheme_title&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Sorry about that ;)
&#60;/p&#62;</description>
</item>
<item>
<title>iCristiano on "Taxonomy Archive Page?"</title>
<link>http://themeshaper.com/forums/topic/taxonomy-archive-page#post-17904</link>
<pubDate>Fri, 24 Dec 2010 01:42:26 +0000</pubDate>
<dc:creator>iCristiano</dc:creator>
<guid isPermaLink="false">17904@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Gene, I have a question:&#60;/p&#62;
&#60;p&#62;I tryed to filter the &#60;code&#62;thematic_page_title()&#60;/code&#62; like you said, but in my case, it works fine to the &#60;code&#62;is_tax()&#60;/code&#62;, but the other page titles, like &#60;code&#62;is_search()&#60;/code&#62; or &#60;code&#62;is_category()&#60;/code&#62; doesn´t work.&#60;/p&#62;
&#60;p&#62;Do I need to repeat the whole &#60;code&#62;thematic_page_title()&#60;/code&#62; function and change just the &#60;code&#62;is_tax()&#60;/code&#62; part? Or there is a way to just play with this part of code?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>elderberry on "Create email link from taxonomy display?"</title>
<link>http://themeshaper.com/forums/topic/create-email-link-from-taxonomy-display#post-17311</link>
<pubDate>Sat, 27 Nov 2010 21:36:07 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">17311@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am displaying taxonomies for my custom post type, and I added something like this to the custom template page, and it is working well.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;div class=&#34;custom-taxo-list&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_address1', '', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_telephone', 'Phone: ', ', ', '' );?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_email', 'Email: ', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;show-link&#34;&#38;gt;&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_cat', 'Categories: ', ', ', '' ); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt; &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What does not work is the email taxonomy - I need to create an actual email link to the contained text rather than the automatic link to the email taxonomies.&#60;/p&#62;
&#60;p&#62;Suggestions from you php gurus? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>elderberry on "help with logic for New Category Loop"</title>
<link>http://themeshaper.com/forums/topic/help-with-logic-for-new-category-loop#post-17043</link>
<pubDate>Tue, 16 Nov 2010 16:12:17 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">17043@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have 2 custom post types with custom taxonomies, and want to show the taxonomies as part of the excerpt so I cobbled together a new function. It works if I just echo the term list for one post type, but I want to have an if else... here's the section I am not sure will work.&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;entry-meta&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php get_post_type( $post ) if ($post =='real_estate'){ ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'rdc_price', 'Price: ', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'rdc_contract', 'Contract: ', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'rdc_purpose', 'Property Use: ', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'rdc_size', 'Size: ', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php }elseif ($post =='merchants') {?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_address1', '', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_address2', '', ', ', '' ); ?&#38;gt;&#60;br /&#62;
Ronceverte, WV 24970&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_telephone', 'Phone: ', ', ', '' ); ?&#38;gt;&#38;lt;&#38;nbsp;&#38;gt;&#38;lt;&#38;nbsp;&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_fax', 'Fax: ', ', ', '' ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo get_the_term_list( $post-&#38;gt;ID, 'merchant_email', 'Email: ', ', ', '' ); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php }&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt; &#60;/p&#62;
&#60;p&#62;Help is really welcome!
&#60;/p&#62;</description>
</item>
<item>
<title>jcollier on "WP3 Custom Taxonomies and Thematic"</title>
<link>http://themeshaper.com/forums/topic/wp3-custom-taxonomies-and-thematic#post-16547</link>
<pubDate>Sun, 24 Oct 2010 13:37:19 +0000</pubDate>
<dc:creator>jcollier</dc:creator>
<guid isPermaLink="false">16547@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/simple-fields/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/simple-fields/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;... instead of ...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/custom-fields/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-fields/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/csv-importer/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/csv-importer/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;now imports custom post types and taxonomies
&#60;/p&#62;</description>
</item>
<item>
<title>jcollier on "WP3 Custom Taxonomies and Thematic"</title>
<link>http://themeshaper.com/forums/topic/wp3-custom-taxonomies-and-thematic#post-16412</link>
<pubDate>Mon, 18 Oct 2010 19:18:42 +0000</pubDate>
<dc:creator>jcollier</dc:creator>
<guid isPermaLink="false">16412@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;So far, I'm using &#34;GD Custom Posts Types and Taxonomies&#34;, &#34;Custom Fields&#34; and &#34;Custom Post Type Archives&#34; plugins and I'm able to do everything except:&#60;/p&#62;
&#60;p&#62;- Import taxonomies from an external file&#60;br /&#62;
- Display all custom tax terms associated with a post via get_the_category_list(', ')&#60;/p&#62;
&#60;p&#62;With GD, custom taxonomies can be associated with both custom types as well as standard posts. As soon as I can get the category links, I hope to be able to do just what you described.
&#60;/p&#62;</description>
</item>
<item>
<title>Seijun on "WP3 Custom Taxonomies and Thematic"</title>
<link>http://themeshaper.com/forums/topic/wp3-custom-taxonomies-and-thematic#post-15446</link>
<pubDate>Wed, 08 Sep 2010 10:38:18 +0000</pubDate>
<dc:creator>Seijun</dc:creator>
<guid isPermaLink="false">15446@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;br /&#62;
I've been looking at the examples &#60;a href=&#34;http://net.tutsplus.com/tutorials/wordpress/introducing-wordpress-3-custom-taxonomies/&#34;&#62;here&#60;/a&#62; and &#60;a href=&#34;http://www.1stwebdesigner.com/wordpress/essential-guide-wordpress-custom-taxonomies/&#34;&#62;here&#60;/a&#62; showing how Custom Taxonomies can be used in Wordpress postings. I would like to do something similar but I don't know if it's possible in the way I would be using it.&#60;/p&#62;
&#60;p&#62;Here is one of my WP posts:&#60;br /&#62;
&#60;a href=&#34;http://wolfdogrescue.net/adoption/all-available/balto-fl/&#34; rel=&#34;nofollow&#34;&#62;http://wolfdogrescue.net/adoption/all-available/balto-fl/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Where it says &#34;Location&#34; and &#34;Contact&#34; I would like those to be the taxonomy classifications and link to the pages with other posts in the same classification (i.e. all other posts with the same location or contact). Is it even possible to position a post's taxonomy classification within the content like that? Should I even be using Custom Taxonomies for something like this, or is there another method that would work better?
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Taxonomy Archive Page?"</title>
<link>http://themeshaper.com/forums/topic/taxonomy-archive-page#post-7614</link>
<pubDate>Mon, 02 Nov 2009 14:58:11 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">7614@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Malcolm-&#60;/p&#62;
&#60;p&#62;You probably want to look at &#60;code&#62;thematic_page_title()&#60;/code&#62; you can find it in thematic/library/extensions/content-extensions.php .  Filter it with a conditional &#60;code&#62;is_tax()&#60;/code&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_tax_title() {
  if (is_tax()) {
     $content=&#38;quot;&#38;lt;!-- my tax title markup --&#38;gt;&#38;quot;;
     return $content;
  }
}
add_filter(&#38;#39;thematic_page_title&#38;#39;,&#38;#39;my_tax_title&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>manlikemalcolm on "Taxonomy Archive Page?"</title>
<link>http://themeshaper.com/forums/topic/taxonomy-archive-page#post-7613</link>
<pubDate>Mon, 02 Nov 2009 14:37:01 +0000</pubDate>
<dc:creator>manlikemalcolm</dc:creator>
<guid isPermaLink="false">7613@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry i am not sure if i phrased this question clearly, I am going to try again.&#60;/p&#62;
&#60;p&#62;A Category Archive page in Thematic will have a heading at the top of the page telling you which category archive you are in.&#60;/p&#62;
&#60;p&#62;e.g. Category Archives: Uncategorized&#60;/p&#62;
&#60;p&#62;I need to add a similar heading for the Taxonomies i am using&#60;/p&#62;
&#60;p&#62;e.g Genre Archives: Impressionism&#60;/p&#62;
&#60;p&#62;Genre = taxonomy&#60;br /&#62;
Impressionism = category within the taxonomy&#60;/p&#62;
&#60;p&#62;I am using the Yoast Taxonomy plugin to generate the taxonomies.&#60;/p&#62;
&#60;p&#62;I am unclear which file generates these headings. If i could find it I could probably figure how to adapt the code to include the taxonomy information.&#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;br /&#62;
Malcolm
&#60;/p&#62;</description>
</item>
<item>
<title>manlikemalcolm on "Taxonomy Archive Page?"</title>
<link>http://themeshaper.com/forums/topic/taxonomy-archive-page#post-7588</link>
<pubDate>Sun, 01 Nov 2009 16:19:44 +0000</pubDate>
<dc:creator>manlikemalcolm</dc:creator>
<guid isPermaLink="false">7588@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I would like to add the the equivalent to &#60;/p&#62;
&#60;p&#62;Category Archives: Uncategorized&#60;/p&#62;
&#60;p&#62;to a taxonomy archive page&#60;/p&#62;
&#60;p&#62;For example:&#60;br /&#62;
Genre Archives: Impressionism&#60;/p&#62;
&#60;p&#62;Genre = Taxonomy&#60;br /&#62;
Impressionism = tag within the taxonomy&#60;/p&#62;
&#60;p&#62;Thanks for your help, Malcolm
&#60;/p&#62;</description>
</item>

</channel>
</rss>
