displaying different text for different things

I am using a wordpress video plugin that plays youtube videos with a nice frame. In the php file of this plugin I added a paragraph tag with a sentence describing the video. This sentence is displayed just below the video. But I need this sentence to be different for each video. How can I do this? I’m thinking some sort of class or attribute within the a tag of the video and then have some line in my php that detects and displays it. Or in css is there a way to target this? Any help or links to appropriate tutorials would be greatly appreciated.

Well this would be simple find the spot in the database where the information for the videos is being stored already then add a new field to the table, then in the admin section where you upload the videos, alter the form and add a new input, then find the insert query and alter that to coincide.

Sponsor our Newsletter | Privacy Policy | Terms of Service