Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘ [Resolved] Why do my post slugs display a number at the end?’ is closed to new replies.
This topic is: resolved
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.
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
The topic ‘ [Resolved] Why do my post slugs display a number at the end?’ is closed to new replies.