• Resolved freeace00

    (@freeace00)


    Hello,

    I need to display specific taxonomies. but it calls all of them.

    <?php the_taxonomies(); ?>

    and displayed like this.

    Job Categories: Services. Job Types: Full-Time. Job Tags: tagssss. Salary: Less than 1000000.

    I don’t really need to show “job tags” or display another line.
    Maybe like this…

    Job Categories: Services.
    Job Types: Full-Time.
    Job Tags: tagssss.
    Salary: Less than 1000000.

    How can I do?
    I thought I could do… like this.
    <?php the_taxonomies(‘job_type’); ?>

    or like this

    $author_phone = wptexturize(strip_tags(get_post_meta($post->ID, ‘_Phone’, true)));

    But it is not working..

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the_taxonomies() === Can I get specific taxonomy only?’ is closed to new replies.