Hi folks,
I'm in the process of setting up WordPress Multiuser, and attempting to find a suitable plugin to search across all blogs & comments. I've found one that actually works... now I just need to shoehorn it into my Atahualpa theme.
The search results page is in the root at wp-search.php. The theme is not being applied.
If I put:
<?
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>
ahead of the page contents, I get the Atahualpa stuff with "Not Found
Sorry, but you are looking for something that isn't here." in the center column, with both sidebars working, and the search results are displayed below the footer.
Looking at the index page in /atahualpa3, I'm guessing that I need to alter the stuff under "Post Body Copy" to somehow identify that the page name is wp-search.php and then do an include.
Any tips on how to do that?
Thanks in advance.