Thread Starter
effika
(@effika)
I found the problem. WordPress was not properly setting teh status or category.
My MT export file needed some modification to get entries to show up. You could also use phpMyAdmin to do this to posts already uploaded, if you desire. Here’s what I added:
CATEGORY: (the category you want)
STATUS: publish
ALLOW COMMENTS: (0 or 1)
ALLOW PINGS: (0 or 1)
(I found the format from this site.)
Make sure each post has a title, ie the TITLE: field is not blank.
Thread Starter
effika
(@effika)
Is it possible that they’re in the database, but I need to run a command (like the comments bug I keep seeing posts about)?
If so, would anybody take a guess at what that command might be?
Thread Starter
effika
(@effika)
Nobody else has had this issue?