Need help adding code to current theme
-
hi,
i’m wondering if it’s possible to add some code to the following. What I’m looking to do is add option for image hover titles in addition to the one specified in the following code:
case ‘Portfolio Content’:
default:
?>
<img src=”<?php echo $small_image_url[0]; ?>” alt=”” class=”portfolio_img”/><div class=”mask”>
ID); ?>”>
<h6><?php //echo $portfolio_item->post_title?></h6>
<span class=”button white”><?php _e( ‘View Project’, THEMEDOMAIN ); ?></span>
</div><?php
break;
//end Portfolio Contentany help will be greatly appreciated, thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Need help adding code to current theme’ is closed to new replies.