You can add a custom hook to the functions.php for that:
function my_add_cat_id($category_name, $category) {
return $category_name ." (ID-".$category->term_id.")";
}
add_filter('list_cats', 'my_add_cat_id', 10,2);
Related Posts:
- How to remove admin menu pages inserted by plugins?
- Making Custom Fields Standard in the Admin UI
- Custom ReCaptcha Login
- Creating my own Admin Forms in a WordPress CMS?
- How to make custom bulk actions work on the media/upload page?
- Removing fields from the Media Uploader/Gallery
- deleted users still show in count?
- How to build custom WP admin with custom URLs
- Redirect members to custom page upon logging in through WP admin
- Custom Dashboard Home Screen Options
- Add a page that appears in the backend admin that lists files to download? WP 3.3
- Adding “Interesting Tags” & “Ignored Tags” like StackOverflow.com in a WordPress Blog?
- How do I change the default admin color scheme in MP6
- Extend Screen Options
- Admin Panel – Custom Menu Sub-Item LINK
- Adding custom styles to dropdown in editor
- how to add custom css and js on wordpress post editor directly without using .php file
- How to customize core admin pages within a theme?
- Allow non-admins to access the Customize theme page
- How to change popular term checklist title when edit post?
- WordPress customizer Preview not loading
- How to use default WP form elements to interact with custom DB table?
- Extend WordPress Core Classes in OOP Theme?
- Customizing Users in Admin Area
- Custom Columns WordPress Admin
- Restrict Viewing of post on both front and backend?
- add custom content to appearance/widgets screen
- theme customizer – can a single option pass multiple values?
- How to remove admin menu pages inserted by plugins and themes in the top admin bar?
- Customizing admin look and feel for just one particular type of user
- Open login logo URL in new tab
- Change admin_title of a plugin using code snippet/functions
- Delete a column in edit.php generated with a plugin
- Add admin page for specific post status (for example)
- How to create custom backend admin menu in different languages?
- POST 429 Error when trying to place more than 20 images into post at once
- Figuring out how to create “Option Pages” in WordPress admin
- Check get_post value after wp-admin login
- Custom Admin Section
- where can i find the login page in wordpress and add my header to it
- Style Radio Buttons inside Edit Page (Custom Fields)
- Changing a setting in the wp-admin/customize.php reverts CSS styles to parent theme [closed]
- Create Custom Admin Fields
- How to create functions that affect only a specific user
- Prevent posts from being published if the ‘Uncategorized’-category or no category is selected
- Import bootstrap 5 and bootstrap icons in wp-admin backend
- Looking for a lightweight theme using WP3 new tags and features (not 2010) [closed]
- How can I get posts in a subcategory to display on it’s parent categories archive page?
- Custom taxonomy: same terms, but for different years
- Best practices for A/B testing?
- Editing the Number at the end of Page URLs / Editing Page Slugs
- simple wp_insert_post example
- Can I use $wpdb for my custom tables in the WordPress database?
- How to get input_attrs in the sanitize function?
- Integrating MailChimp newsletters as post
- What is WordPress file encoding?
- Change from /wp-admin/ to something else?
- WP_Query with the “offset” argument
- Auto add taxonomy if post has category
- Add a containing DIV to core Gutenberg blocks
- Allow comments without approval for custom content type
- Are there any security issues with setting the WP_INSTALLING constant to true?
- Naming script handles right way
- WordPress generated links – menus and home_url() – not using https despite settings
- How to use
- Name/Word Replacement Plugin
- Get page ID outside the loop, matching menu ID
- How to check if a custom user profile field is empty
- Author Tracking Code!
- Show Featured Post Only On The Homepage
- How can I create a second multisite network in a subdirectory?
- order event posts by multiple custom fields
- Customize option – add two image uploader under same section
- Moving wp-content folder
- Modify the display Text of number of comments
- Toggle custom fields?
- How to add span on WordPress Title for first and third word
- Edit specific text on a static page
- Showing Meta Box via Jquery Checkbox
- Problem with custom function from jQuery slider tutorial
- Some questions about best practices for custom code
- I want to change url structure of my created archieve pages
- Simple Add To Cart Ajax Button
- How to prepend block content in getSaveElement filter?
- How to separate the taxonomies list from the form so that editing taxonmies is the same as pages and posts?
- Advice on how to structure a custom plugin
- How can I delete the word `Category:` from page titles? [duplicate]
- How can I add category variable inside posts?
- Create page when a new site in multisite network is created?
- Including a Customized Initialize File with a wordpress header
- How do I change the content of an element for a theme without losing the styling?
- Change the – WordPress from titlebar?
- I can’t override CSS
- How to replace specific word in wordpress without losing their functionality
- Url rewriting on custom post with CPT UI plugin
- Add field to post form
- Create dashboard setting which lets me set ID of category which is inserted into template
- How to restore deleted wordpress site?
- Which IDE best for WordPress Development? [closed]
- Why after customizing Home Page, the site is loading six missing blob sources, slowing down all site?