how to pull images description
-
in my site i added WidgetKit Accordion.. and inside each content for according i added content(text) and images. now i want to pull/get those images title and description… i tried but still not success… bellow is my sample code which is in accordion
<tr> <td><img src="https://demo.websitename.net/wp-content/uploads/2012/09/logo_1.gif" alt=".tel" width="106" height="32" /></td> <td><img src="https://demo.websitename.net/wp-content/uploads/2012/09/logo_2.gif" alt=".net" width="106" height="32" /></td> <td><img src="https://demo.websitename.net/wp-content/uploads/2012/09/logo_3.gif" alt=".org" width="86" height="43" /></td> <td><img src="https://demo.websitename.net/wp-content/uploads/2012/09/logo_4.gif" alt=".biz" width="51" height="47" /></td> </tr> <tr> <td>text sample text<br /> text sample text<br />text sample text</td> <td>text sample text</td> <td>text sample text<br />text sample text</td> <td>text sample text</td> </tr>
mainly i want to show my those images title and description under each image.. how ?? if you guys easily i can full vai php code then may be ok. in my wordpress also installed and active Allow PHP in Post and Pages so i guess php also work…also that one one custome page template so i add php code in template too if need.
- The topic ‘how to pull images description’ is closed to new replies.