What file do I need to edit in wordpress to change the bottom of every blog post?
So if I wanted to add social media buttons to the bottom of each of these blog posts.
http://angeloesposito.com/view/blog/
Thank you,
Art
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually – single.php is the page that renders blog posts. loop.php will be template specific, and wont appear in all templates and Evan’s answer doesn’t technically answer what you asked.
So anyone searching – single.php in your template folder is the file that renders your single blog post page. to add something after the blog post add it directly after the_content()
Some posts will reference loop.php (including the default template) – in there you’ll find the_content()