View Single Post
Old 12-24-2011, 07:31 AM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,603
some wordpress and css trickery, did this recently.

some designers add a class to the last item in tube designs

example to 4th item (last video in the row)

Code:
<div class="video last">
code here
</div>
this will help you do this in wordpress

Code:
<div class="video<?php if (!((1+$wp_query->current_post) % 4)) echo ' last' ?>">
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


My Cam Feeds Script / Gallery Scraper / WPXXX Theme / Free Templates
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote