Support

Account

Home Forums Front-end Issues Relationship field – slug only? Reply To: Relationship field – slug only?

  • I solved it. I just needed to use this:

    echo( basename(get_permalink()) );
    
    

    instead of get_permalink().