Is there a Wordpress theme you use as a base template?
-
I find most of my templates have a unique homepage image, and the rest of the pages are essentially the same. Any reccomendations for a theme that is easy to skin?
-
I found an online tutorial on how to make your own WP theme in its simplest form. I created an index, header and footer PHP file and it worked great. Then some addons weren’t working, and discovered i needed a wp_head() or whatever tag in my header.php file. Now I am trying to show comments in my custom theme, what is the best way to pull that in?
In short, I am looking for the easiest solution/theme/whatever to wrap the content of wordpress in custom HTML from head to the body and content div, and then to the end of the content div and footer. But I have to open multiple files and read through commented code. Any tricks?
Kind Regards,
Kevin