• We have a long list of categories, but they appear within a scroll box on the edit post page.

    Anyone know what & where to edit to make the entire list appear alphabetically please?

    TIA
    Mark

Viewing 4 replies - 1 through 4 (of 4 total)
  • WordPress always shows category in alphabetical order on edit post page. But it shows in two different way.

    group of Checked/Unchecked category.

    1. Checked category – Alphabetically
    2. Unchecked category – Alphabetically

    If the above is not pertinent, feel free to ignore it. And do let me know more about your problem.

    Thread Starter m.edwards

    (@medwards-1)

    Sorry bad question on my part.

    I really meant making them visible, without the scroll bar, altogether on the edit post page!

    Thanks!

    To alter height on edit Page

    .wp-admin #category-all {
       min-height: 500px;
       max-height: 400px;
    }

    To alter height on quick Edit mode (All post page)

    .wp-admin ul.cat-checklist {
       height: 24em;
    }

    Add above CSS portion to your plugin.

    Thread Starter m.edwards

    (@medwards-1)

    Many thanks Bhavesh, I’ll give that a try today!
    Thanks
    Mark

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Making all categories appear in edit post page’ is closed to new replies.