Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Rename sitewide page headers so “Blog” doesn't appear


Brajesh Singh
Participant

@sbrajesh

That is because you missed this line

add_filter("bp_page_title", "bpdev_blog_title",10,2);

This should also be present in the bp-custom.php other wise no filtering of title will be done.

Skip to toolbar