<?php include (<?php get_bloginfo(‘template_directory’); ?>); ?>
Parse error: syntax error, unexpected ‘<‘ in C:\xampp\htdocs\wordpress\wp-content\themes\PimpinYourPCRed\index.php on line 55
Also tried
<?php include(<?php get_bloginfo(‘template_directory’); ?> . ‘/searchform.php’); ?>
Nope, that doesn’t seem to fix it either. ??