- Timestamp:
- 01/20/2016 12:24:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php
r1557 r2334 23 23 <?php $wptv->the_video(); ?> 24 24 <h3> 25 <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"class="video-title"><?php the_title(); ?></a>25 <a href="<?php the_permalink() ?>" rel="bookmark" class="video-title"><?php the_title(); ?></a> 26 26 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?> 27 27 </h3> … … 48 48 49 49 <li class="group"> 50 <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">50 <a href="<?php the_permalink(); ?>" rel="bookmark"> 51 51 <span class="video-thumbnail"> 52 52 <img src="<?php $wptv->the_video( true, true ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.