• I want to add a link to point to the profile.php in the Meta menu on the default theme.

    How would I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to Dashboard -> Presentation -> Theme Editor and select sidebar from the theme files on the right hand side.

    Click on the code that comes up and then search (CTRL F in IE) for “meta”.

    This should show:

    <li><h2>Meta</h2>
    
    <ul>

    Underneath this you can put your link to profile.php.

    <li><a href=profile.php>My profile</a></li>

    Then click “Update file” at the bottom right and test your site.

    Rob

    Thread Starter longhair

    (@longhair)

    Thanks for the reply ??

    I have the WP files in a different directory (as decribed HERE).

    So when I click on the new My Profile link, it goes to https://localhost/profile.php and not https://localhost/wp/profile.php.

    I’m sure you could just link to:

    li><a href=wp/profile.php>My profile</a></li>

    Rob

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding A Link To Profile.php In Sidebar?’ is closed to new replies.