Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
print '<p id="description">' . plogger_get_picture_description() . '</p>';
print '<p id="description">'<a title="search for this poster on ebay" href="link to your script here">search for this poster on ebay</a>'</p>';
print '<p id="description"><a href="http://www.freefilmposters.com/go.php?'.plogger_get_picture_caption().'">Buy '.plogger_get_picture_caption().' posters on eBay</a>';
<p id="exif-toggle"><?php echo plogger_get_detail_link(); ?></p>
<div id="exif-data-container">
<?php echo generate_exif_table(plogger_get_picture_id()); ?>
</div><!-- /exif-data-container -->
<td class="align-right"><h2 class="date"><?php echo plogger_get_picture_date()?></h2></td>
<td class="align-right"><h2 class="date"><?php echo plogger_get_picture_date()?></h2></td>
<td class="align-right"></td>
<p id="description"><a href="http://www.freefilmposters.com/go.php?<?php echo plogger_get_picture_caption(); ?>">Buy <?php echo plogger_get_picture_caption(); ?> posters on eBay</a></p>
<?php plogger_get_header(); ?>
<div id="inner-wrapper">
<div id="big-picture-container">
<?php if (plogger_has_pictures()) : while(plogger_has_pictures()) : plogger_load_picture(); // Equivalent to the WordPress loop
// Find thumbnail width/height
$thumb_info = plogger_get_thumbnail_info();
$thumb_width = $thumb_info['width']; // The width of the image. It is integer data type.
$thumb_height = $thumb_info['height']; // The height of the image. It is an integer data type.
?>
<table id="caption-date-table">
<tr>
<td><h2 id="picture-caption"><?php echo plogger_get_picture_caption(); ?></h2></td>
<td class="align-right"></td>
</tr>
</table><!-- /caption-date-table -->
<table id="prev-next-table">
<tr>
<td id="prev-link-container"><?php echo plogger_get_prev_picture_link(); ?></td>
<td id="next-link-container"><?php echo plogger_get_next_picture_link(); ?></td>
</tr>
</table><!-- /prev-next-table -->
<div id="picture-holder">
<a accesskey="v" href="<?php echo plogger_get_source_picture_url(); ?>"><img class="photos-large" src="<?php echo plogger_get_picture_thumb(THUMB_LARGE); ?>" width="<?php echo $thumb_width; ?>" height="<?php echo $thumb_height; ?>" title="<?php echo plogger_get_picture_caption('clean'); ?>" alt="<?php echo plogger_get_picture_caption('clean'); ?>" /></a>
<p id="description"><a href="http://www.freefilmposters.com/go.php?<?php echo plogger_get_picture_caption(); ?>">Buy <?php echo plogger_get_picture_caption(); ?> posters on eBay</a></p>
</div><!-- /picture-holder -->
</div><!-- /big-picture-container -->
<?php echo plogger_display_comments(); ?>
<?php endwhile; ?>
<?php else : ?>
<div id="no-pictures-msg">
<h2><?php echo plog_tr('Not Found') ?></h2>
<p><?php echo plog_tr('Sorry, but the image that you requested does not exist.') ?></p>
</div><!-- /no-pictures-msg -->
<?php endif; ?>
</div><!-- /inner-wrapper -->
<?php plogger_get_footer(); ?>
$theme_name = 'Free Film Posters';
$version = '1.0';
$author = 'Elias';
$url = 'http://www.freefilmposters.com/';
$description = 'This is the custom Plogger theme for Free Film Posters. It is a modified version of the Classic (default) Plogger theme.';
$license = 'GNU General Public License (GPL)';
1 to 18 of 18