BuddyDev

Search

[Resolved] Why do my post slugs display a number at the end?

  • Participant
    Level: Initiated
    Posts: 3
    Ian on #10419

    My posts slugs are displaying as https://thesisinmotion.com/members/icd-1976/buddyblog/my-posts/260/

    I am using Buddyblog. Is there anyway to get control over these? It looks awful in the breadcrumbs and can’t be good for SEO either.

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #10422

    I guess it has become irrelevent after your last settings update.

    In future, to enable the use of slug on profile, you can add following code to your theme’s functions.php or the bp-custom.php

    
    
    add_filter( 'buddyblog_use_slug_in_permalink', '__return_true' );
    
    

    Hope that helps.
    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    Ian on #10428

    Thanks! yes that one setting change addressed quite a few issues. I will bookmark this though in case I have a site where I run into the same issue.

The topic ‘ [Resolved] Why do my post slugs display a number at the end?’ is closed to new replies.

This topic is: resolved