• Resolved Marc Serra

    (@elseudomininet)


    Hi!

    I want to change the tag cloud for something like a list of categories, is it possible?

    Thanks you very much!

    SOLVED!!! Here’s how…

    edit the file wp-includes/taxonomy.php

    And after
    register_taxonomy( 'post_tag', 'post', array(
    Change
    'hierarchical' => false,
    with
    'hierarchical' => true,

  • The topic ‘Change tag cloud in admin post page’ is closed to new replies.