Thanks, your probably right. I am trying to dive into it way too fast than usual. But thats how i learn things 😀
I learned to swim like that too, i jumped in at the deep end…i didn’t drown though 😀
<?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. 🙁