Hi,
1. the Preview page does not show the title by default, if you would like to have it shown then you would need to edit the wpadverts/templates/add-preview.php template file
The below code will show the title
<h1><?php echo esc_html( get_post( $post_id )->post_title ) ?></h1>
also if you customize the template file consider creating a child template file for it as explained here https://wpadverts.com/doc/child-themes-and-templates/
2. we do not have a feature that would allow the unregistered users to edit the ads they posted, only users whose are logged-in or registered while posting the Ads can later edit them from the page with the [adverts_manage] shortcode.
Hi Greg Winiarski,
2. I’m using your code: “https://github.com/simpliko/wpadverts-snippets/blob/master/anon-edit/anon-edit.php” to allow anonymous users to post and edit edit their post via a link sent to email. It worked fine and had only the problem I mentioned above. Can you please fix it in the next update?
Thank you!
Ok, sure, i will look into the snippet next week.