Making WordPress.org


Ignore:
Timestamp:
11/07/2019 05:16:30 PM (4 years ago)
Author:
iandunn
Message:

WordPress.tv: Add responsive styles to improve UX.

Props nvwd, BrashRebel, iandunn
Fixes #974

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php

    r9175 r9262  
    5050
    5151                <li class="group">
    52                     <a href="<?php the_permalink(); ?>" rel="bookmark">
    5352                        <span class="video-thumbnail">
     53                            <a href="<?php the_permalink(); ?>" rel="bookmark">
    5454                            <?php $wptv->the_video_image( 50, null, false ); ?>
     55                            </a>
    5556                        </span>
    56                         <span class="video-title"><?php the_title(); ?></span>
    57                     </a>
     57                        <span class="video-title">
     58                            <a href="<?php the_permalink(); ?>" rel="bookmark">
     59                                <?php the_title(); ?>
     60                            </a>
     61                        </span>
    5862                    <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    5963                </li>
Note: See TracChangeset for help on using the changeset viewer.