Hi I have the ANGULAR Theme and i really love, but i need some help with a bit of code if possible
i have this code which is in the index,php
<div class="post-header">
<?php angular_media($post->ID); ?>
</div>
but i need to add this
rel="shadowbox[selected_work]"
sow it will look like this in the finial HTML
<div class="post-header">
<a rel="shadowbox[selected_work]" href=
Please Help














