Your supernav div needs to be inside the header div, not following it.
The title does not necessarily have to point to the permalink for the post. You can change this in the index.php file. The link is generated by
echo get_permalink();
Remove the link in index.php. Then when you enter the title in the post, you can also enter the html for the link to your external page. If you are using 1.2b, a more elegant solution could probably be created using the post meta data fields.
Thread Starter
cbtlsl
(@cbtlsl)
Thanks, this is what I am looking for!
Thread Starter
cbtlsl
(@cbtlsl)
Yes, I have. But this isn’t quite what I want to do. I have a subdomain that I have pointing to my MT blog. I want to change this subdomain so that it points to my WP blog. As such, keeping all of my MT individual archive entries with redirects to WP won’t work.