[Plugin: Alkivia Open Community] Titel post linked to user profile page
-
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)
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.