use this at functions.php
/* Tagcloud, change the font size */
function custom_tag_cloud_widget($args) {
$args['largest'] = 13; //largest tag
$args['smallest'] = 13; //smallest tag
$args['unit'] = 'px'; //tag font unit
return $args;
}
add_filter( 'widget_tag_cloud_args', 'custom_tag_cloud_widget' );
Related Posts:
- Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
- Show all post tags on post edit screen/sidebox
- Share Tags Between Custom Posts in Admin
- sort tags by tag ID in admin panel
- Is there a quick way to find out what posts haven’t been tagged?
- 100+ terms in any taxonomy slows down post updates?
- Editing edit-tags.php page in wp-admin
- How can I remove commas when adding tags?
- How do I add something to the “Edit Tag” page in wp-admin?
- Can’t change language (only “English (United States)”)
- How can we make managing lots of pages in WordPress Admin better?
- How to redirect/rewrite all /wp-login requests
- Add “external” link to admin menu in the backend
- Disable image attachment links
- Remove “Time to upgrade” message from dashboard
- How can I enable Google Analytics on a file download link?
- What is the best method to close off the backend?
- Change Login URL Without Plugin
- Checklist of selected categories
- Change the link of ‘Howdy’ at the top right
- wp-admin pages return ERR_EMPTY_RESPONSE
- Reorder custom submenu item
- Options for restricting access to wp-admin
- Unwanted redirect in admin area
- Looking for a hook to add attachment information to the media library tab
- How to move wp-admin login page to another location? [closed]
- WP-admin giving 404
- How to control contextual help section by code?
- Can’t access wp-admin Internal Server Error 500
- File exceeds upload_max_filesize, despite max filesize being large enough
- Can’t access dashboard, connection times out (other pages work fine)
- Getting post meta data, while editing a post in wp-admin panel [closed]
- Adding HTML/Text to Top of Subscriber’s Profile Backend Page
- submit for review issue
- wp-admin does not redirect to dashboard
- Display $pagenow error notice on all admin pages
- Change WP-Login or WP-Admin
- Custom roles showing HTML entities in title form field
- WordPress address URL keeps dropping the www
- How to show postmeta in custom columns for the posts screen?
- disable a wp javascript on live website, but not on wp-admin page
- How can I remove the user avatar from admin toolbar?
- How to stop – Database Update Required – from happening again?
- using wp_sprintf at wordpress option page,
- Can’t login to Dashboard when changing site URL to HTTPS
- Limit access to wp_admin
- Not Found (404) error on admin page, CSS gone on blog
- Remove All in One Pack from the admin bar
- Disable wordpress reordering functions in backend screen element
- transition_post_status not working via Quick Edit
- Enque script based on url paramater
- WordPress server change – slow admin login time for first time
- I can´t access my admin panel. I tried all possible solutions
- Ajax solution similar to WP Categories functioning in Admin area
- Difference between admin and user admin
- Hooks: admin_footer and admin_print_footer_scripts not working?
- What is the correct way to get only display plugin for Administrator Only
- displaying an error before update_post_meta
- Browse Happy in 3.2
- Adding Notification Bubble on Admin Top Bar
- Outputting something based on the presence of post variable in admin screens
- “Add New” button on custom post type grid
- Where is function to prevents non logged users access wp-admin?
- WordPress site stopped working after simply opening header.php in the wp-admin editor
- CSS of the admin panel
- Ajax requests from front-end with jQuery Fancybox
- Dismiss Admin Pointer Temporarily
- WordPress admin right sidebar isn’t working
- WordPress menu to change page title
- wp-admin blocking causing http error on uploads
- Performance-issue in WP-admin with a lot of posts
- Disable some features in Admin
- DISALLOW_FILE_EDIT is false but I still am not able to edit files from the admin interface and the menus do not show up
- Don’t run code if in customizer or privew
- What hooks should you use to create a table only once?
- Redirect WordPress login for customers but not admin
- Cant access wp-admin
- Unable to open specific posts on WP Dashboard [duplicate]
- How to list newly ftp added HTML webpage under Pages section of wp-admin?
- Hi everyone, I have Problem with using wp_die()
- WordPress wp-admin Page
- How can I trigger a javascript function after a post update on edit post screen in wordpress admin panel?
- restrict admin panel sections to users
- how to set not to be logined in wp-admin except administrator?
- Disable flyout (popup) menus in backend
- WordPress, content editor default type
- Random HTTPs redirections at admin area in shared hosting
- WordPress Login for multiple sites
- Blank sign in page
- add_post_meta displays in admin edit area
- Forcing WordPress Administration onto a separate SSL Host
- How to prevent Google adsense invalid impressions while performing admin tasks on my wordpress site?
- Action for opening edit page in admin?
- What is the point of new confirm admin email process?
- ‘Too many redirects’ error after changing site URL in WordPress [closed]
- Is it possible to tell if a user is logged into WordPress from looking at the cookies which are set?
- Redirecting the user to the admin table area after publishing a post, getting an invalid response error?
- How can you change the admin dashboard URL without symlinking?
- Degraded WordPress admin dashboard performance [closed]
- WordPress Localhost migration issue