Quote:
Originally Posted by habitaquoz
I donīt know how to add the download link in CSS Gallery Theme, any help?
|
File Name: single.php
You have to add a custom field
download and put there your download link path.
Code:
<a href="<?php $values = get_post_custom_values("download"); echo $values[0]; ?>">Download</a>
Add above code before this line:
Code:
<div class="clear"></div>