BUG: "Edit Ad" link is wrong
When a User is logged in, there is an "edit this add" link on the add, that links to:
http://www.classipress-site.xy/wp-admin/post.php?post=[AD-ID]&action=edit
But when Users click on it, it links them to the wordpress backend. If you have
restricted Backend-Access only to administrators they will get a message, that
access is denied.
The link should instead link to:
http://www.classipress-site.xy/edit-item/?aid=[AD-ID] so it keeps them in the
Classipress Front-End.