Fatal error in home.php
-
Hi there! I’m relatively new to WordPress but have worked with it a little. I’m setting up a site at directoryscriptreviews.com using a template that is based on the Kubrick theme. In setting up a static front page, I’ve selected the “home” template however the site refuses to display the home page. I get this error message:
Fatal error: Call to undefined function meta() in /home/kathee/directoryscriptreviews.com/wp-content/themes/productreview/home.php on line 34
This is the code on line 34:
<td width=”477″ valign=”top”><img align=”left” src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/<?php meta(‘p_image’); ?>” style=”margin: 10px” />“><b><?php the_title(); ?></b>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/<?php meta(‘p_rating’); ?>.jpg” /><?php the_content(); ?></td>
I do not know enough to spot what is wrong here – can anyone help?
Thank you so much,
Kathee
The topic ‘Fatal error in home.php’ is closed to new replies.