Hello,
I’m currently working on a project that requires certain text to be entered after each post title. For example, if there are posts titled Foo and Bar I’d like to insert Test after each of them so the titles would display Foo Test and Bar Test on the main page. Editing the single.php file in bp-default, specifically at line 20, where it says, `
` changing it instead to `
test
`, but this doesn’t work.
Is there something that I’m missing out on here, or am I going about this the wrong way?
Edit: forgot to mention, latest versions of Frisco, BP, and WP