I have made a site but the 'Edit' button is no longer opnb any of the pages. I need to get to dashboard...any ideas? And yes I have logged in!
I have made a site but the 'Edit' button is no longer opnb any of the pages. I need to get to dashboard...any ideas? And yes I have logged in!
Go to the /wp-admin section. Just add /wp-admin to the end of your site's url.
Do you mean the "Edit This Post/Page" link you find on the front end of your site when you are logged in? It depends whether the theme author of the theme you are using added the tag there or not. You can add the tag yourself in single.php and/or page.php within the WP loop - <?php edit_post_link(); ?>
This topic has been closed to new replies.