• can someone tell me why this doesn’t work:

    case 'console':
                    $tags_list = get_yoast_term_title( $post->ID, 'Console', '',',', ' ' );
                    if (!$get_yoast_term_title) break;
                    $result[] = '<span class="art-posttagicon">' . sprintf(__('<span class="%1$s">Available on</span> %2$s', THEME_NS), 'tags', $get_yoast_term_title) . '</span>';
                    break;

    i’m trying to add custom taxonomy to footer of post using yoast taxonomies…

    thx

  • The topic ‘Help with code’ is closed to new replies.