Need to add an echo in your about.php
-
line 108 in the about.php file. need to change to this
<tr valign="top"> <th scope="row"><a href="<?php echo site_url(); ?>/wp-admin/profile.php" class="button-primary">Edit your profile</a></th>
You’re missing the echo from the link.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Need to add an echo in your about.php’ is closed to new replies.