Get edit attachment link
-
Hi there!
I am trying to solve a problem that seems trivial, but I am spinning around quite some time now, so I ask for help.
$prev_post = get_previous_post();
$prev_post_ID = $prev_post->ID;
get_edit_post_link( $prev_post_ID )With this tree lines of codes I retrieve the link to the next post in the admin.
For some unknown reason get_previous_post() ignores attachment. In the ductus of WP atachment are also posts, but it seems that in this particular case they got filtered out.
So the one millio dollar question is, how do Iretrieve the same information for attachments?
I would be very thankful for some support here.
Best regards
El asador aleman
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Get edit attachment link’ is closed to new replies.