Need help with a custom blogs loop
-
I’m in the process of customizing my blogs loop for my blogs directory. Everything is going well so far, but I want to change the output of one of the functions.
bp_blog_latest_post() Outputs as “Latest Post: Name of post as a link”
I want to remove the Latest Post: part of the output so that only the post title appears as a link. I tried replacing it with bp_blog_latest_post_title, which I found on the net when searching for solutions so maybe that one isn’t available anymore. Is there a different function I can use for this, or a way to add a filter to it to customize the output? I’m still learning php and I’m not sure if there is a way or even how to write those few lines of code that should be able to do it.
I’d appreciate any help anyone can give.
- The topic ‘Need help with a custom blogs loop’ is closed to new replies.