How to make King Text widget work in 2.2
-
Hello,
I was so distraught about King Text widget not working in WP 2.2 that I started poking around in the plugin to see if with my extreme limited knowledge, I could figure out how to make it work. This really started by my trying to find where the stuff I had in there was stored (which I never did find).
Anyway, I fixed it!
Open up the king text.php file and look for this line of code near the top:
include_once('widgets.php');
if you comment it out so it looks like this
/*include_once('widgets.php'); */
the plugin will now activate and it works like it used to! The plugin was looking for that old widgets.php plugin that is now a part of WP 2.2 automatically.
Now my site is back to normal and I can stop obsessing!
- The topic ‘How to make King Text widget work in 2.2’ is closed to new replies.