The MU forums have moved to WordPress.org

how to call <?php echo get_option('home'); ?>/wp-admin.php (8 posts)

  1. famous
    Member
    Posted 14 years ago #

    for mu.wordpress? I used the above and it will reference the homepage, but it won't show the user account. For instance:

    http://website.com/user/wp-admin.php

    It will show everything but the username

    How would I write the code to grab the username also?

  2. andrea_r
    Moderator
    Posted 14 years ago #

    It won't. It's built to grab the user's blog name.

  3. famous
    Member
    Posted 14 years ago #

    Maybe I should have reworded that. Is there any code that I can use to point the user to a new post, edit a post, their account profile or to any of their admin settings? 

  4. andrea_r
    Moderator
    Posted 14 years ago #

    From..... where?

    If they are on their own blog, any regular WP function in the theme on their blog will work. Nothing mu-special about it.

    If you want them to see that from the main blog, that's different.

  5. famous
    Member
    Posted 14 years ago #

    yes, you are correct. I want them to see it anywhere, not just on their blog, but other blogs as well. How can I do that?
    Thanks

  6. andrea_r
    Moderator
    Posted 14 years ago #

    Why not just use the menu bar plugin? They'll have links to their stuff at the top of any page on the site, but it won;t be within the actual pages themselves.

    you didn't really specify where on the page you wanted links. sidebar? In the posts? top?

  7. famous
    Member
    Posted 14 years ago #

    I plan on putting my own custom logos with links in the upper sidebar for a more customized feel. I am gonna put an icon and text description right below, and both will be links to their backened (write posts, edit posts, etc...) blogs. There has to be some kind of solution?
    Thanks

  8. famous
    Member
    Posted 14 years ago #

    any ideas? Thanks

About this Topic