Migrated from fixing-and-extending-comicpress v1

johnbintz 2010-09-13 05:13:51 -07:00
parent 179e25c4a8
commit a89a357805
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
Unless you already have the code written, __don't do development on your live site!__ Install a test/local copy of WordPress and work on that.
Windows: http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html
Mac OS X: http://www.tech-recipes.com/rx/2764/leopard_install_local_wordpress_using_mamp/
Ubuntu w/ XAMPP for Linux: http://ubuntu.philipcasey.com/11/04/2009/xampp-and-wordpress-revisited/
h2. functions.php
If you're not using the default ComicPress theme (say, you're using 3 column or GN), and you haven't customized your <code>functions.php</code> file, a new one can (theoretically) be dropped into the target directory without affecting functionality.