Skip to content

need help migrating content #2065

Closed Answered by bbontrager-arcm
bbontrager-arcm asked this question in Q&A
Discussion options

You must be logged in to vote

This pointed us in the right direction.

We needed to apply UseBlocks = false and/or IsArchive = true in a few places in our Model Templates. Once we did that, the content in the Manager appeared as we are used to.

[PageType(Title = "Blog archive", UseBlocks = false, IsArchive = true)]

No content appeared on our landing page because options.UseCms() had not been added at startup. We have some more debugging to do, but we can tell Piranha is trying to render the view now instead of the application's default html.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@tidyui
Comment options

@bbontrager-arcm
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by bbontrager-arcm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants