Help Creating a Plugin
Hi, I'm busy creating a new Classipress Plugin (My First)
The code I did works fine and accomplish what I need, but I have to edit some core files of the Theme and this is not good so I want to go the Plugin route.
I basically edit 3 main files (step2.php, step-functions.php, admin-values.php) But only a few lines of code
I have to put them all into one .php file and use Hooks to get it to work, but this is where I'm stuck. Can someone help me?
Thanks in advance