Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jOOc
tagDiv Member

Do you know when any update will come? I had to disable the theme due to the lack of support for php 7.2

jOOc
tagDiv Member

Thx Ill understand, but what about my other wuestion:
>If I use the built in “Category” taxonomy in my own custom post type. I see the category in loop-single.php but not in td_module_11.php
How come?

jOOc
tagDiv Member

Hi,

Thank you but Im not that good with php/wordpress.

But I found this in wp_booster/td_module.php
Shouldn’t that pick up my custom post type/taxonomy?

function get_category() {
if (array_key_exists($current_post_type, $builtin_post_types)) {
// default post type
} else {
// custom post type

And if I use the built in “Category” taxonomy in my custom post type the get_category works in loop-single.php but not in td_module_11.php

jOOc
tagDiv Member

Hi,
Maybe you can you point me in the right direction how to add the taxonomy tag next to the category tag on the posts.

Im not a developer but it looks like your function get_category in includes/wp_booster/td_module.php do something with taxonomy. Can it be altered to show what I want?

  • This reply was modified 8 years by jOOc.
Viewing 4 posts - 1 through 4 (of 4 total)