Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Static paragraph before blog posts in WordPress Reply To: Static paragraph before blog posts in WordPress

#197227
Alen
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.