Support ForumCustom Taxonomy not showing in Blog view – Support Forum https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/feed Tue, 01 Jul 2025 13:27:43 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3294 <![CDATA[Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3294 Fri, 04 Jul 2014 08:33:33 +0000 OlalaWeb Hi,

I have a CPT with a Custom Taxonomy and I see that the Taxonomy is not diplayed in archives.

Meta are displayed as : ‘DATE by AUTHOR NAME’ but the custom tax (named ‘categories’) are not displayed.

How can I include Custom Tax in this meta data ?

Thank you for your support

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3321 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3321 Mon, 07 Jul 2014 08:47:42 +0000 IshYoBoy Hey,

You will have to override the function “ishyoboy_get_post_details” in your child-theme or create a separate one for your custom post type and then use it in your template.

The following code needs to be changed:

As you can see this uses the default category taxonomy. You can change it to get the details about your custom one.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3332 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3332 Mon, 07 Jul 2014 14:17:30 +0000 OlalaWeb Hi,

Thank you for your answer. Could you please explain me how I can do to overwrite your custom function in my child theme ?

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3354 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3354 Tue, 08 Jul 2014 06:26:59 +0000 IshYoBoy Hey,

It’s very easy, just copy paste it into the child-theme functions.php and change it’s content :)

The function is located in this file in the parent theme:

wp-content\themes\boldial\assets\functions\theme-plugin-functions.php

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3361 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3361 Tue, 08 Jul 2014 07:20:59 +0000 OlalaWeb Ok thanks, but I’ve done that and actually, it overwrites for the Blog view.

But I think the_category() doesn’t work with CPT.

I’ll try to write a working custom function and I let you know

Thank you

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3373 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3373 Tue, 08 Jul 2014 09:22:41 +0000 IshYoBoy Hey,

If you use override the function which keeps it for all post types, you will need to do some tests using “get_post_type” and based on that decide whether to use the_category or alternative code for the custom taxonomy based on the post type.

We therefore recommend an alternative custom function which you can then use to replace the original one in the overview and single CPT templates.

I hope it’s clear. If not, you know where to find us :)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3403 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3403 Wed, 09 Jul 2014 07:30:41 +0000 OlalaWeb Hi,

Thank you for your answer. Here’s my custom function :

BUT IT IS NOT WORKING.

The word Test is not showing so it means that your function ishyoboy_get_post_details is not overrided.

Can you tell me what’s wrong with the function ?

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3429 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3429 Wed, 09 Jul 2014 14:42:04 +0000 IshYoBoy Hey Matt,

You are trying to register a filter ishyoboy_get_post_details but there is no such filter.

Try using the function:

Now open the templates for the detail of your CPT and replace the used function:

<?php echo ishyoboy_get_post_details() ?>

with:

This will however not output any other info. so rather copy the original function:

And either rename it and change the content. Or just add some “if” checks for post type and based on that decide whether to use the_category or the custom taxonomy.

Hope it’s clear.
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3533 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3533 Sun, 13 Jul 2014 09:01:15 +0000 OlalaWeb Hi,

Thank you for your support.

I was looking for this function actually.

I’ll try to customize it and let you know if I need more help on this issue.

Regards

]]>
https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3560 <![CDATA[Reply To: Custom Taxonomy not showing in Blog view]]> https://support.ishyoboy.com/forums/topic/custom-taxonomy-not-showing-in-blog-view/#post-3560 Mon, 14 Jul 2014 06:31:00 +0000 IshYoBoy Sure thing ;)

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>