If you look at the source code of wp_list_authors
you will see that the link is generated by a call to get_author_posts_url
. The latter has a filter that allows for modification of the url. So, you would have to find the filters in BuddyPress and bbPress and remove them.
Related Posts:
- Template tags for Buddypress
- New custom nev not working [closed]
- Author template help. How to check if field exists in the profile?
- How to add description over forum list on bbpress root page
- What filter or action hook to use in order to load some code before the template begins printing in BuddyPress? [closed]
- Conditional template tag for buddypress pages
- User role templates
- BuddyPress : how can I call the template WordPress would have chosen (template hierarchy)?
- How can I locate the single buddypress forum post template? [closed]
- How can i change email template for new user
- Enable page templates. How?
- Is it possible to override the result of get_template_part()?
- What’s the purpose of the paged.php file?
- Prevent comments_template() to load comments.php
- Page editor missing Templates drop down
- Custom templates folder
- What is the link to my default “archive” page?
- How to Rename a Template File?
- get page templates
- How do you check if a WordPress template file exist?
- How to hide/redirect the author page
- Gutenberg & Pre-formatted Templates: Core Block Attributes
- How to assign a class to a page with a custom template?
- Proper Javascript Implementation
- Guest author’s post not display in author template
- wp_list_authors including custom post types
- How to apply a custom template for posts by default?
- Is there a way to check which template file is being loaded, if it is not a page template file?
- How to remove wp_link_pages() from template
- How can I get WP to use templates in lower-level subfolder?
- how to make a home page for wordpress custom theme
- Generate Catalog Of Posts Based On Template
- Extending body classes in front- and backend
- How do I find the directory of a page template?
- Is there a way to set different post templates for parent posts and child posts in the same post type?
- Why write markup for index.php?
- LaTeX for WordPress strips codes in loop
- Having trouble with Template hierarchy. I Need to create a set of pages that drill down from states to specific locations
- How can I hardcode template selection?
- Changing layout programmatically
- How to identify which template WordPress’s default search-form retrieves in my theme
- Unable to display pagination links on custom category template
- How to use same page template if post status other than ‘publish’?
- Where is Number of Posts Set?
- How can I force URL of a custom post type archive to use a page template?
- How do I override the search template in a plugin?
- Possible to have one template call different sidebars for different pages?
- Is there any way to write custom HTML is some .php file and then call it wherever necessary?
- How to redirect my custom template page to content-none.php if no posts found?
- Are there any downsides to not using get_header(), get_sidebar and get_footer()?
- Get URL of current post but not the page number
- Is template name always same as directory name?
- Single Post Breadcrumb not linking back to Custom Post Type Index?
- Form post to WordPress page = wrong template
- How do I get the page template name chosen?
- Save buddypress xprofile data to author meta
- get_month_link uses what wordpress template?
- Load custom script on a single template
- Archive template limiting to 4 entries?
- Can you use block patterns in block templates or insert them programmatically?
- WP redirect to custom login page if a user is not logged in
- Change default template in the block editor (Gutenberg)
- How do I create post template for different taxonomy
- Ip2location plugin in my template header?
- Pagination issue with tag.php
- How are the HTML classes generated?
- Page Template with Sidebar Naming Convention?
- Adding text to the footer of each post based on tags or categories
- Blog page won’t show Blog template
- How can I abstract code out of a template by using functions.php
- Make Permalink go to specific template
- WordPress function.php on ZendFramework CMS
- Site Title appearing twice on live site
- Give user option to select full post index page or excerpted index?
- how to change already posted blog to custom template wordpress?
- WordPress change title with custom dynamic
- template with multiple post loops for multiple widgets [duplicate]
- Random home page at each refresh between array of page IDs
- Do not trigger page 404 on custom template
- Print different parts of content in template
- How can I pass a variable from a template to header.php of a theme
- Page Template Selector Error
- Commented code in WordPress template?
- Change Page Template Based on URL Rewrite in WordPress
- I want to display all related posts for a selected tag in WordPress
- how to change custom post type search template to output search results in posttype-archive.php
- WordPress Child Theme Template auth_redirect wrapper
- Access methods in plugin template
- Show a custom template, no matter the page being viewed, if the user is not logged in
- printf, translation and the_author_posts_link()
- Search results in custom template
- Tag Posts showing in wrong places
- front page won’t change templates
- Including 2 Negative Is_Template Conditionals in header.php [closed]
- Add custom card template to masonry layout using Essential Grid [closed]
- Where is the general html template file?
- How to limit block activity (insertion/deletion) to inside of a Block Template on the Admin Screen?
- How to change post template
- WordPress template restored by mistake
- Unload templates; disable parent Template Parts using only “theme.json”