Everything is possible. So it is possible to promote four lines of code as a plugin. I don’t care, I just want to put my name in it. And also to give my ‘plugin’ some funny name. Permanento, baby, yeah!…
BTW, it is very usefull. It solves a problem. Read on.
Problem
You got yourself a WordPress blog and made some customizations in template css and you have some javascripts. And if you to switch to other template, you’ll lost them all. You want to have them permanently, no matter which template you activated.
Solution
Install Permanento plugin. Put your styles in wp-content/ plugins/ permanento/ style.css
and put your javascripts in wp-content/ plugins/ permanento/ script.js
.
That’s it.