Forums
(@matratzentestercom)
11 years, 2 months ago
Did you also include it in e.g. content-page.php?
You need to include it in page template also.
Hi adeel h,
you can add this code to your WP theme (e.g. content.php) :
<?php edit_post_link( ‘Edit’, ‘<p>’, ‘</p>’ ); ?>
Regards