• Resolved Okoth1

    (@okoth1)


    Thanks for the great plugin. This was what I was looking for and it saved me a lote of time!

    At my home page I have posts with a picture and two lines of profile of users. Of course, when I click on the post link, it will take me to the post itself.

    How can I change the link in such a way that if I click on the post title, it will go to the user profile page?

    I’ve tried to change
    <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    into
    ><a href="<?php echo $baselink . urlencode($user['user_login']); ?>"><?php echo $user['display_name']; ?></a><
    but it won’t work…

    Any ideas?

    Thanks
    Okoth

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Okoth1

    (@okoth1)

    Txanny, any idea? Or is it inpossible? There I have to look for other ways…

    Txanny

    (@txanny)

    I cannot see now the way to do this. You can link the author name to the profile just with the plugin settings. But we didn’t think a way to get the link to the user profile.

    I submitted a feature request to the tracker. You can follow it at: https://tracker.alkivia.org/view.php?id=186

    Thread Starter Okoth1

    (@okoth1)

    Used the plugin Redirection to make it happen…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Alkivia Open Community] Titel post linked to user profile page’ is closed to new replies.