Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gdeleon

    (@gdeleon)

    @sewmyheadon,

    The tag is a custom taxonomy I added to the news-event post type.

    Here’s what I did in functions.php:

    `register_taxonomy(
    ‘news-tag’,
    ‘news-event’,
    array(
    ‘hierarchical’ => false,
    ‘labels’ => __( ‘Tags’, TEXT_DOMAIN ),
    ‘show_ui’ => true,
    ‘update_count_callback’ => ‘_update_post_term_count’,
    ‘query_var’ => true,
    ‘rewrite’ => array( ‘slug’ => ‘news-tag’ ),
    ));

    Then I just created my “facility-expansion” tag from the post type page.

    Thanks,

    Gerald

    • This reply was modified 7 years, 7 months ago by gdeleon.

    Without any code to see we cannot see what is causing the problem. This could be attributed to incorrect CSS.

    Thread Starter gdeleon

    (@gdeleon)

    Thanks for the response, but I’m very new to this, and a little more insight as to which plugin, how to do it, would help extremely. All I see are plugins to buy, and no real logic to buy which one. I believe we already have the pro-pack and tagalong. Has this not come up before? (the number of results). Sorry for the confusion.

    Thanks again,

Viewing 3 replies - 1 through 3 (of 3 total)