Guest User

Untitled

a guest
Jan 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php if ( 1 < $featured_num ) { ?>
  2. <div id="controllers_wrapper">
  3. <ul id="flex_controllers" class="clearfix">
  4. <?php for ($i = 0; $i < $featured_num; $i++) { ?>
  5. <li><a href="#"><?php the_title(); ?></a></li>
  6. <?php } ?>
  7.  
  8. </ul>
  9. </div>
Add Comment
Please, Sign In to add comment