Home › Forums › Back End › Static paragraph before blog posts in WordPress › Reply To: Static paragraph before blog posts in WordPress
March 2, 2015 at 8:19 am
#197098
Participant
You’re going to need a custom post type, and then create a new post of that type that contains the text for that static paragraph.
Then in your single post templates (single.php in a lot of themes, but can be different in other themes), you need to call the contents of that specific static custom post, before the contents of the actual single post.