예제 #1
0
            ?>
 
				
				<?php 
        }
        ?>
					<?php 
        if (!has_post_format('gallery', get_the_id())) {
            ?>
						<div class="overdefultlink"></div>
						<div class="blogsingleimage">			
							<?php 
            if (!get_post_format()) {
                ?>
								<?php 
                pmc_getImage('homepost');
                ?>
							<?php 
            }
            ?>
							<?php 
            if (has_post_format('video', get_the_id())) {
                ?>
							
								<?php 
                if (isset($postmeta["selectv"][0])) {
                    if ($postmeta["selectv"][0] == 'vimeo') {
                        echo '<iframe src="http://player.vimeo.com/video/' . $postmeta["video_post_url"][0] . '" width="580" height="280"  ></iframe>';
                    } else {
                        if ($postmeta["selectv"][0] == 'youtube') {
                            echo '<iframe width="580" height="280" src="http://www.youtube.com/embed/' . $postmeta["video_post_url"][0] . '"  ></iframe>';
예제 #2
0
">
					<div class="overdefult">
					</div>
					</a>
					
					<div class="blogimage">	
						<div class="loading"></div>		
						
						<a href="<?php 
            the_permalink();
            ?>
" rel="bookmark" title="Permanent Link to <?php 
            the_title_attribute();
            ?>
"><?php 
            pmc_getImage('blog');
            ?>
</a>
					</div>
					<div class="bottomborder"></div>
					<?php 
            get_template_part('includes/boxes/loopBlog');
            ?>
			</div>	
			<?php 
        }
        ?>
		
				<?php 
    }
    ?>
예제 #3
0
								<div class="prevbutton slidebackward port"><i class="icon-angle-left"></i></div>
								<div class="nextbutton slideforward port"><i class="icon-angle-right"></i></div>
								<?php 
            }
            ?>
							  <?php 
        } else {
            ?>
								<a href="<?php 
            echo wp_get_attachment_url(get_post_thumbnail_id(get_the_id()));
            ?>
" rel="lightbox[port]" title="<?php 
            the_title();
            ?>
"><?php 
            pmc_getImage('sinbgleport');
            ?>
</a>
							  <?php 
        }
        ?>
						
						</div>	
						
					<div class="bottomborder"></div>
			</div>
			<div class="projectdescription">
				<h1><?php 
        the_title();
        ?>
</h1>
예제 #4
0
					<div class="one_fourth">
				<?php 
                } else {
                    ?>
					<div class="one_fourth last">
				<?php 
                }
                ?>
						<div class="image"><a href="<?php 
                the_permalink();
                ?>
" rel="bookmark" title="Permanent Link to <?php 
                the_title();
                ?>
"><?php 
                pmc_getImage('related');
                ?>
</a></div>
						<h4><a href="<?php 
                the_permalink();
                ?>
" rel="bookmark" title="Permanent Link to <?php 
                the_title();
                ?>
"><?php 
                the_title();
                ?>
</a></h4>			
					</div>
						
				<?php