WordPress-Powered Portfolios

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    WordPress-Powered Portfolios - Presentation Transcript

    1. <?php $fields = get_post_custom(); if (isset($fields['gallery'])) { $images = split(',',$fields['gallery'][0]); $current = ($paged == '') ? 1 : $paged; $image = $images[$current-1]; ?> <div id="gallery"> <img src="<?php echo $image; ?>" alt="<?php echo "Image $current of ".count($images); ?>" /> <?php if (count($images) > 1) { ?> <ul> <?php if ($current > 1) { ?><li class="prev"><a href="<?php the_permalink() ?>page/<?php echo $current-1; ?>">Previous Image</a></li><?php } ?> <?php if ($current < count($images)) { ?><li class="next"><a href="<?php the_permalink() ?>page/<?php echo $current+1; ?>">Next Image</a></li><?php } ?> </ul> <?php } ?> </div> <?php } ?>
    2. <?php function get_work( $exclude=null, $limit=-1, $parent=3, $args = array('orderby'=>'menu_order', 'order'=>'ASC', 'post_type'=>'page') ) { $args['numberposts'] = $limit; if ($exclude) { $args['exclude'] = $exclude; } if ($parent) { $args['post_parent'] = $parent; } return get_posts($args); } ?>
    3. <?php function list_work($exclude=null, $limit=-1, $parent=3, $args = array('orderby'=>'menu_order', 'order'=>'ASC', 'post_type'=>'page')) { $work = get_work($exclude,$limit,$parent,$args); if ($work) : ?> <ul> <?php foreach ($work as $item) : $fields = get_post_custom($item->ID); ?> <li><a href="<?php echo get_permalink($item->ID) ?>"> <img src="<?php echo $fields['tn'][0] ?>" alt="" /> <?php echo apply_filters('the_title',$item->post_title); ?> </a></li> <?php endforeach; ?> </ul> <?php else : ?> <p>Our apologies, but we have yet to add any examples of our work. Check back soon!</p> <?php endif; } ?>
    4. @EricCurtis
    5. @meldel_pdx
    6. @swestbrook
    7. Slides and code snippets are posted at http://sticka.us/wcpdx09 I converse and emote on Twitter as @tylersticka My blog and portfolio are at http://tylersticka.com

    + Tyler StickaTyler Sticka, 2 months ago

    custom

    392 views, 1 favs, 3 embeds more stats

    Presented at WordCamp 2009 in Portland, Oregon. A s more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 392
      • 194 on SlideShare
      • 198 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 0
    Most viewed embeds
    • 190 views on http://tylersticka.com
    • 5 views on http://www.fifthandmain.com
    • 3 views on http://www.lvidmar.com

    more

    All embeds
    • 190 views on http://tylersticka.com
    • 5 views on http://www.fifthandmain.com
    • 3 views on http://www.lvidmar.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories