the file archives.php has a little error, a bracked is missed at line 11
the code is:
<?php include (TEMPLATEPATH . '/searchform.php'; ?>
right code is:
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
the file archives.php has a little error, a bracked is missed at line 11
the code is:
<?php include (TEMPLATEPATH . '/searchform.php'; ?>
right code is:
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
Fixed.
Shouldn't the packaged Kubrick theme contained in the beta be named something a little different so folks don't overwrite their customized version?
Kubrick-bundled eh?
Shouldn't customized version be copied to e.g. "wp-content/themes/myownkubrikincarnation"?
Oops, I knew this would happen:
http://wordpress.org/support/topic.php?id=19847
I suspect there will be more.
should be usefull in the file searchform.php use the bloginfo('url') for the form action instead the $_SERVER['PHP_SELF'], or if you try to search from a page that isn't the homepage (ie. the link static template page) the search engine doesn't work!
This topic has been closed to new replies.