Just to contradict all the posters, if you have a problem with your site regardless of software the answer is rarely to install more plugins

KISS keep it simple stupid - might be an engineering principle but far to many web developers forget it.
A couple of things given how you described the problem I'm going to guess that the following happened:
You installed wordpress and got it working, you might have even setup permalinks to change ?id=12 to /02/02/2008/mytitle
You created pages for each of your content, you then deleted the original content.
I'm also going to assume you were ranking prior to installing Wordpress.
So starting back at the basics visit Google and put in the following:
site:yoursite
replace yoursite with well your site
Did it return results? if so something of your site is in the index, chance are Google has yet to index the new pages, proceed to install all the plugins you want. your rankings will return if you want to be adventurous try 301 the old pages to their new home. This will speed up the reranking process and help visitors following links to the old pages finding your content.
If it didn't return results then use the following again in Google
link:yoursite
Did it return results? If it did one of two possibilities is occurring 1) You have got yourself banned by Google and will need to apply for reinclusion this is
very unlikely. 2) The much more likely reason you are somehow blocking or preventing spiders,
first check if your pages can be found if you visit yoursite does it return your wordpress blog if it doesn't do you have one or more links to the blog index page?
Second are you accidentally blocking it log into your admin page, then options, and privacy or simply jumpt to wp-admin/options-privacy.php
make sure the option "I would like my blog to be visible to everyone" is ticked and save.
If it was ticked go to the root of your site and look at robots.txt open it up
if it has a line that looks like:
User-agent: *
Disallow: /
The delete it.
Finally if you have found nothing to this point go to your blog home page and click view source in the header look at the meta tag:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
If the link command didn't return any results and the site command did not return any results then you are not indexed and nor is any site that linked to you! given you use to be in the index this is unlikely so make sure you put in the right name site:
www.mysite include .com or whatever the end is as well, don't include http and only include the www if your is accessed via
www.mysite. If however you still get no results then do the checks detailed for result on the links and then go find some links from sites you know rank to help Google refind your site, you might also want to write a post on your blog to allow it to ping the various services which will in turn notify Google.
If none of this worked for you

then you might need to let someone know the URL to have a look.