How to show more tags in Wordpress tag cloud?
WP by default shows 45 tags in a tag cloud displayed in sidebar. If you want to change this value then open file wp-includes/category-template.php and look for function wp_tag_cloud.
If you have it then change value 45 to anything you want- for example 60. After you do it you should end with something like this:
function wp_tag_cloud( [...]
Wordpress error: File not readable.
A few days ago I tried to create a new Wordpress theme based on Kubrick theme. So I made a copy of the themes/default directory and did some changes. Then I tried to enable this theme in Wordpress and I got this error: “File not readable” next to my new theme’s CSS file.