rkverma2006
Member
Posted 3 years ago #
I have the oddest problem on our WordPress blog. I recently installed WordPress and when I add a new post, the title in the new post will always end with "editpost"
Can someone please advise on how I can correct this issue or where to look? Thanks much.
rkverma2006
Member
Posted 3 years ago #
Also, the blog is located http://www.netip.org/blog
Are you logged in as admin when you see that? That's fine.
If so, try to log out and check the title again. It should not be there anymore.
If I understand this correctly, you're seeing something like this:
"Post Title! Edit Post" followed by the body of your post.
This is most likely where your selected WordPress Theme decided to place the "Edit Post" link, instead of after the post like most themes choose to do. Try to find the .php file in your theme that controls posts, and move the PHP code that generates that "Edit Post" to after your post, instead of after your title.
Hope that helps!