Jump to content

Wordpress content import successful but can't view pages


RedGreen
 Share

Recommended Posts

I'm using the module https://github.com/nicoknoll/MigratorWordpress along with ProcessMigrator.

 

The import works fine, but all imported pages lack the option to view them within the file tree.  I am importing into a fresh install of Processwire 3.0.98.  Have tried this on my local machine using xampp as well as in a Digital Ocean install.  Same results.

Tracy Debug does not shed any light on the issue.

Any suggestions appreciated.

Link to comment
Share on other sites

I think the most likely situation is that you haven't created any template files to match the templates of the imported pages. If you are importing a WP blog, then you need something like blogs.php and blog.php in your /site/templates/ folder.

You can create these manually yourself, or you could use the blog module http://modules.processwire.com/modules/process-blog/ depending on your needs.

  • Like 2
Link to comment
Share on other sites

14 minutes ago, Christopher Woods said:

Thanks, missing templates seem to be at the heart of the matter.

Yeah, without a template.php file ProcessWire doesn't know how you want the admin template rendered - what fields do you want to output where and in what structure and with what CSS. Remember that PW doesn't output anything on the frontend by default - which is why it's so flexible rather than fighting against the system.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...