- This topic has 4 replies, 3 contibutors, and was last updated 8 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Question
Answers
Viewing 5 posts - 1 through 5 (of 5 total)
- The question ‘Username in URL’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Plugins › BuddyPress User Blog › Username in URL
Hello,
Right now when a user publishers a blog post it will add that blog to the top directory (example.com/blog-post/). That’s a problem because it leads to duplicate posts between other user blog posts and main site pages.
I’d like for blog posts to be published to the BuddyPress user page (example.com/members/username/blog/blog-post/). How would I go about doing that?
Thanks!
Any idea, @tjchester?
Hi @skyrie
for regular blog posting you can add username inside post url.
https://codex.wordpress.org/Using_Permalinks
%author% will be used to display username inside regular blog page.
Regards
—
Varun Dubey
BuddyBoss Support Specialist
@buddyboss @vapvarun Thanks! But how would I apply this only to blog posts? I don’t want to use the %author% permalink for regular pages (such as /support/).
It should be applied on blog post only not for pages.
Regards
Varun Dubey