After creating a new WordPress site, how can I edit the default links like “Site Admin” found in the sidebar “meta” section?
Leave a Reply
You must be logged in to post a comment.
After creating a new WordPress site, how can I edit the default links like “Site Admin” found in the sidebar “meta” section?
You must be logged in to post a comment.
I assume you’re talking about the “Meta” box you see in the sidebar. These links can’t be edited, they’re part of the sidebar widget itself. Your safest bet would be to replace the Meta widget with your own Text widget that lists out whatever links you do want displayed.
@Techboy – do you want to add links to what is already there? If so, you can create a plugin using
add_action('wp_meta', 'your_wp_meta_function');
Ours has this function: