I created a custom post meta in which I enter a topic name. For example if I have 2 posts about Apple's Ipad, I would enter "ipad" in the custom meta for each post. Then I can query related posts WHERE custom_meta = 'ipad'
This is sort of like tags but works better for relating posts. Is there a short WP code I can use to query post titles where a custom meta equals something?