August 2017
Beginner
412 pages
10h 30m
English
In this case, we're going to create the widget as a standalone plugin. So, just like any other plugin, it needs a unique name and a unique appearance in the wp-content/plugins folder.
I'll name the new plugin file (which holds the widget) kk_tag_cloud_widget.php and put it in its own kk_tag_cloud_widget folder inside wp-content/plugins.
This main PHP file starts just like any other plugin, with this declaration:
<?php /* Plugin Name: Karol ...
Read now
Unlock full access