• Hi, guys,

    I’m fairly new to wordpress. I’m trying to have a same message (for example, “contact me at blah blah blah”) at the end of my post. The reason I don’t want to copy and paste the msg every time I write a post is because in the future I might want to edit the msg and I do not want to go back to every single post and edit all the msgs.

    Is there an easy plug in that will help me accomplish this feature, is there a section in configuration that I should’ve used but didn’t find yet, or should I just simply edit the code.

    Thank you.

Viewing 1 replies (of 1 total)
  • You can add some text or code between <?php the_content(); ?> and <?php endwhile; ?> in your index.php or category.php or page.php, depending on what you want to show up and on what page.

Viewing 1 replies (of 1 total)
  • The topic ‘how to add same message at the end of each post’ is closed to new replies.