• Resolved project_subdomain

    (@project_subdomain)


    How can I add the edit post/page link in this theme?

    I tried

    <?php edit_post_link('edit', '<p>', '</p>'); ?>

    as well as

    <?php edit_post_link(); ?>

    in page.php, single.php, content.php, content-single.php and content-php, within the loop and before or after the content part.
    Nothing worked yet (no link at all) 🙁

Viewing 1 replies (of 1 total)
  • Thread Starter project_subdomain

    (@project_subdomain)

    don’t know the reason, but worked suddenly.
    put the first code into content-single.php and content-page.php right behind the content-part.

Viewing 1 replies (of 1 total)

The topic ‘Add Edit Post/Page link’ is closed to new replies.