I looked around through the plugin and discovered a new feature – a template. It turns out if you do not create a template, nothing about the recipe displays.
All is good, but it would have been nice to have something besides a blank template as a starting point.
I was having trouble getting index.php recognized (Solaris, Apache), so I added the following index.html file to both my wordpress main directory and wp-admin:
<html>
<head>
<meta http-equiv=”refresh” content=”0; URL=./index.php”>
</head>
</html>
Theoretically I shouldn’t “need” this file, but I couldn’t get WordPress to work without it.
Good luck.
Geri