March 2011
Beginner to intermediate
300 pages
7h 23m
English
As always, we're going to go through the same setup steps to get our plugin outlined so we can get it activated and tested as soon as possible.
wp-content/plugins/ directory. We are naming this plugin "Content Rotator", so create a new folder inside wp-content/plugins/ named content-rotator.index.php file.index.php file. If you forgot the format, just copy and modify it from the Hello Dolly plugin like we did in previous chapters.We're giving you bigger sections of code than before because hopefully by now you're more comfortable adding and testing them. Here is what our index.php looks like:
<?php /*------------------------------------------------------------------------------ ...
Read now
Unlock full access