Adding some html to single image display
-
Hello,
I’m working on a site that’s using buddypress and bp-album, and I need to add some html to the single image display. From the comments in the code:
`You can define a custom load template filter for your component. This will allow
you to store and load template files from your plugin directory.`
it seems like there may be a way to do this with a filter (or custom template?), but I haven’t been able to figure out which filter and/or what parameters to pass to it. I know I can just edit the single image template directly, but I’m trying to avoid modifying the bp-album files directly, I would rather hook into it w/my code. I just need to know what filter to use to modify the page that’s displayed when you view an image… (if such a filter exists?)thanks!
You must be logged in to reply to this topic.