Show entire blog in div container
-
Hello all,
I’m currently working on a single page/one page website based on the roots theme. What I’m currently struggling with is to display the blog in a section of the website without leaving the current page.
Like this:
<div id=”blog”>
blog content (similar to embedding it)– entries
– single posts
– blog navigation<div>
I managed to make a list of posts show in this “section” but am stuck with issues like showing single posts in the same section without leaving the current page. So what I’m basically trying to do is show a list of recent blog posts (working), and when somebody clicks on a post/permalink this one should be shown in the same place (instead not additional to it). The whole thing should go along with some basic prev/next navigation.
Any hint pointing me in the right direction is highly appreciated!
- The topic ‘Show entire blog in div container’ is closed to new replies.