Hi,
in my loop-index.php I have put in this code snippet
edit_post_link(__('EDIT'));
so that I can easily access editing a post from the frontend of my site.
But where and in which file can I put this code for pages, created with the Advanced Layout Builder?
Thanks.
Hey! You can place it at the bottom of the template-builder.php page.
But if you have enabled the wordpress toolbar there will automatically be a link to edit the current page:
great, thanks! I have added it to the template-builder.php, because I never use the toolbar – costs to much space on my wide screen ;-)