Home › Forums › Back End › Static paragraph before blog posts in WordPress › Reply To: Static paragraph before blog posts in WordPress
March 3, 2015 at 8:04 pm
#197227
Participant
@gardenshovel, I see that you’re currently editing…
I’ve looked at the HTML and you can’t have two same id’s on a same page. Following is incorrect:
<div id="main" class="site-main">
<div id="main" class="site-main">
<div id="primary" class="content-area">...</div>
<div id="primary" class="content-area">...</div>
</div>
</div>
I’m guessing you just copy/pasted stuff around. If you have the original files you’re working with, and you can post them some where, I can take a quick look and tell you how to add static content. In addition, we can make content editable and I can show you how to do that as well.