|
Yep, you can use them in parallel. Here’s a recommended method we’ve gone with:
* Make a template and a channel called “blog”
* Put your blog template code into this template. Test to make sure categories, pagination, etc work.
* Make a structure page called “Blog”, but give it a URI of something like “blog-entries-XXX”
* Declare it as a “Listing” for the “blog” channel
Now you have a blog that works, but that your users can also see when they’re in Structure. The downsides to this method:
* Your blog isn’t in Structure, so you’ll have to do a little work to make Structure features (getting the “current page”, breadcrumbs, including the blog in a nav) to work
* You’ll need to find a way exclude blog-entries-XXX from navs, the sitemap, etc. I usually just have a status called “Hidden” for this.
|