Hi,
Trying to get my wordpress site to show my search-page properly. When I go to http://walleyebaits.net/search-page/ I get the following error: Fatal error: Call to undefined function virtual() in /home/gil49r/walleyebaits.net/wp-content/themes/ridizain/mysearch.php on line 28
I think I’ve followed all the steps:
1) Placed a Zoom folder for the index files in walleyebaits.net root directory
2) copied my page.php, gave it new template name: mysearch.php.
3) removed the Loop in mysearch.php and inserted
<?php
virtual("http://walleyebaits.net/zoom/search.php");
?>
4) Added new wordpress page: “Search Page” and selected the mysearch template under Attributes.
5) The permalink url for the search page is http://walleyebaits.net/search-page/ , but going there gives me the error message..
BTW, http://walleyebaits.net/zoom/search.php works as it should...
End result I'm shooting for is a search box on every page that will take folks to .../search-page/, but first things first.
Not total newbie, I had zoom working fine a couple years ago, but rebuilt site and lost all previous zoom settings.
Thanks much!
phil
Trying to get my wordpress site to show my search-page properly. When I go to http://walleyebaits.net/search-page/ I get the following error: Fatal error: Call to undefined function virtual() in /home/gil49r/walleyebaits.net/wp-content/themes/ridizain/mysearch.php on line 28
I think I’ve followed all the steps:
1) Placed a Zoom folder for the index files in walleyebaits.net root directory
2) copied my page.php, gave it new template name: mysearch.php.
3) removed the Loop in mysearch.php and inserted
<?php
virtual("http://walleyebaits.net/zoom/search.php");
?>
4) Added new wordpress page: “Search Page” and selected the mysearch template under Attributes.
5) The permalink url for the search page is http://walleyebaits.net/search-page/ , but going there gives me the error message..
BTW, http://walleyebaits.net/zoom/search.php works as it should...
End result I'm shooting for is a search box on every page that will take folks to .../search-page/, but first things first.
Not total newbie, I had zoom working fine a couple years ago, but rebuilt site and lost all previous zoom settings.
Thanks much!
phil
Comment