Can I grab a users listing URL?

This topic contains 6 replies, has 3 voices, and was last updated by  Dotty Directory 8 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #339525

    Dotty Directory
    Full Member
    Post count: 254

    I would like to create a set of banners for users to put on their own website, is there a way I can get the URL of the users listing (they are limited to 1 each) to make it easier for them?

    #339571

    Kor
    Moderator
    Post count: 16516

    Hi Dotty,

    Since every listing has it’s author. You can just use the author link to get the list of listing from that author itself. Have you thought of this already?

    Thanks!

    #339578

    Dotty Directory
    Full Member
    Post count: 254

    Yes I’d thought of that (not how to do it though so that would be interesting to do) I was just hoping a direct link to the listing

    #339718

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    there is no direct link to a users listings.

    There will be always the variable of the username in the URL.

    Thanks

    #340239

    Dotty Directory
    Full Member
    Post count: 254

    Can you point me to the right direction for that please?

    Thanks again paolo

    #340522

    Paolo
    Site Admin
    Post count: 31211

    The link is:

    site.com/author/admin/?geodir_dashbord=true&stype=gd_place

    The part in bold is the variable and now we need to get the username of the currently logged in user so that the variable is changed according to the logged in user.

    For that we can use this function: https://codex.wordpress.org/Function_Reference/wp_get_current_user

    and you can do something like:

    
    
    <?php $current_user = wp_get_current_user(); ?>
    <a href="http://site.com/author/<?php echo $current_user->user_login; ?>/?geodir_dashbord=true&stype=gd_place">My Listings</a>
    

    Let us know how it goes,

    Thanks

    #342094

    Dotty Directory
    Full Member
    Post count: 254

    Great that worked, thanks! 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount