Forums

[resolved] Change tag cloud in admin post page (1 post)

  1. elseudomini.net
    Member
    Posted 1 year ago #

    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,

Topic Closed

This topic has been closed to new replies.

About this Topic