Opened 12 years ago
Closed 9 years ago
#21010 closed enhancement (fixed)
View Post Link on edit-comments.php
Reported by: | mordauk | Owned by: | mordauk |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | minor | Version: | 3.4 |
Component: | Comments | Keywords: | has-patch ux-feedback |
Focuses: | Cc: |
Description
Anytime I approve a comment, I'm always irritated by the fact that there isn't a "View Post" link anywhere that links to the live post on the front end. The title of the post, such as "Hello World", is shown, but it links to post.php.
A lot of times I want to read back through the original post before I answer the comment, and I'd prefer to do that on the live site, not the admin, so I think there needs to be a "View Post" link next to the post title that links to the live site.
Attachments (5)
Change History (18)
#2
@
12 years ago
I too agree that this feature should be changed and incorporated.
I honestly do not even know why the post name links to edit post and not view post. This can be very confusing to new users who think the link takes them to the actual post (I know I fell victim to this long ago).
Even if this feature is not incorporated, the anchor name should be switched from the post name to simply edit post and/or a title should be placed on the anchor that stated what the anchor links to (for those who do not verify urls before clicking).
#3
@
12 years ago
To be clear, this applies to the comment list for a particular post.
Related: #15609
21010.patch should also work for RTL and support custom post type labels, like the link in the "In Response To" column. 21010.after.png shows the result.
Replying to kopepasah:
I honestly do not even know why the post name links to edit post and not view post.
That's the common behaviour throughout the admin.
#5
@
12 years ago
I have no problem with the post name linking to the edit page, there just needs to be a way to view the post as well on the front end.
#9
@
12 years ago
What about instead of a View Post link at the very top, we place one just after the comment time stamp? It seems like a better place than the top of the screen, though I do wonder if it might be too redundant to show on each comment.
#10
@
12 years ago
We could probably just always show the "In Response To" column (21010.3.patch).
#11
@
12 years ago
That seems a bit redundant to me (as does my [thought above](http://core.trac.wordpress.org/ticket/21010#comment:9)).
The "View Post" link is available in the "In Response To" column when $_GETp? isn't set, so I really don't see any reason not to show in when viewing comments for a single post.