Hi all!
I have agreed to create a custom theme for a friend in exchange for her services of photographing my wedding. This will be my second WP custome theme, but I haven't worked on coding WP for about 2 years and am struggling more than I thought I would.
There are a few issues I am running tino simultaneously and I have posted to several other spots on this forum with the individual problems.
Currently, I have gotten the index page to function as I want it to (i think). I am now working on individual post layouts and specifically working on single.php. The problem is that no matter what I put in my single.php file, nothing shows up in the browser - I get a completey blank screen.
I assume there is a problem in my php somewhere, but can not identify the error. I copied the code from my index page into single.php - nothing shows. I copied the twetyeleven single.php page - nothing shows.. I followed a couple tutorials for single.php - nothing shows. I'm so frustrated, I don't even know where to troubleshoot anymore.
So far, I have coded the index, footer, sidebar, header and styles files, as well as adding a couple custom functions. Admittedly, my error could be a faulty function, but since my idex.php page works so far I assumed my functions.php was ok.
My index.php can be viewed here:
http://www.niagarathistle.com/clients/weekend_housewife/wordpress/
Currently, I have pared down the single.php to bare necessities to try to get it functioning. Here is what I currently have in it and still get a blank white screen in the browser:
<?php get_header(); ?>
<?php the_post(); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Thanks for any help.
I am not sure what else you will need to see to help me, but let me know and I will provide it.