Site URL: http://www.electricalaudio.com/recorders
I made a page on our site that I wanted a few image gallery blocks on, so I created it as a Blog page. We're running 7.1, so this is one of only a few ways to have a gallery block on a page. I'd like to have this be on the main navigation, but since it is a blog, the blog page gets a slug and the post gets a slug that's inside the blog's (eg the blog slug is /recorders, and the blog post is /recorders/recorders).
I figured out how to have a navigation item that links to the blog post, but ideally I'd have the blog in the nav, and have the preview look exactly like the post, so that the navigation is as simple as possible (ie. I can point someone to electricalaudio.com/recorders, rather than electricalaudio.com/recorders/recorders).
The problem with putting the blog itself in the navigation is that when I put the preview to "full post" and "single column" layout, it changes the formatting. The line breaks don't actually separate lines, there is no padding on sides, etc. I thought if I re-wrote this in html, creating markdown blocks with <p> and </p> or <br> tags it would solve this, but it didn't.
The blog page is electricalaudio.com/recorders
The blog post I'd like to link to, or have the blog preview mimic is at electricalaudio.com/recorders/recorders
Thanks in advance.