Thread Starter
groq
(@groq)
Ok, I figured it out guys. I changed this piece of code:
apply_filters('the_title', $page->post_title)
to
`apply_filters(‘the_title’, $page->meta_value)’
Cool!
Say I have a photo album, at the following url:
http://test.site.com/blog/pics/?album=1&photo=2
How could I add the comment form to just those photos? I’m trying to create something similar to how Myspace adds comments to their photos in a user’s photo album.
Thanks,
Groq