Separate Single Entry View
For styling purposes, it would be useful if there was an option to use a different View for the single entry layout versus the multi-entry layout. Since both share the same CSS classes and exist on the same WordPress "page" when inserted with shortcode, the single entry can't be styled differently from the multi-entry. For example, on my single-entry view, I strip out the entire page header and navigation, but I need these to appear on the multi-entry view. My solution is to hardwire the links from the multi-layout to another view's single entry layout. But if someone were to backstep the URL in the browser, the multi-view of the single entry is not something I want anyone to see. To solve this, I placed text on the multi-view layout to make it appear to be a 404 error, with a link back to the other multi-entry view.