• Hello everyone… Im having a small issue, i tryed Mingle’s official website but nothing came out of that… My issue is this..

    I got a website with user created content/Social hub using mingle. WHat im trying to do is redirect the author link in the index/search/wherever to mingle profile page using the /username path

    ie. https://www.site.com/username

    As it is the /username is already working, if i type https://www.site.com/username on my browser it will elad to any given profile, but i just can find the function to create a link on post to it…

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have a look in /wp-content/plugins/mingle/classes/views/shared/user_grid.php

    When you click a profile avatar you are linked to their profile page, so maybe you can take some code from there.

    Not sure if that helps but anyway…

    Thread Starter dskhury

    (@dskhury)

    SO, i sort of found out…

    this line

    <a href="<?php bloginfo('url'); ?>/<?php the_author_nickname(); ?>"><?php the_author(); ?></a>

    Does what i want, it created a link to the author post using /USERNAME path….

    Now the index link to author goes to Mingle’s profile..

    Resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: MINGLE] link to /username’ is closed to new replies.