RE: Need help with Wordpress themes
Make a copy of /wp-content/themes/default and copy it to something like /wp-content/themes/newtheme. Now edit /wp-content/themes/newtheme/style.css and change the Theme Name, Description, Version, etc. It will show up as a new theme in your Wordpress admin panel.
Most editing is done in style.css, but all other files in /newtheme/ are responsible for the theme as a whole. If you are fine with CSS and HTML it shouldn't be too hard to modify themes to your likings.
Your links aren't working for me btw.
|