Exemplo n.º 1
0
        the_title();
        ?>
</h1>

					<div class="entry-meta">
						<?php 
        nebula_meta('on');
        ?>
 <?php 
        nebula_meta('by', 0);
        ?>
 <?php 
        nebula_meta('cat');
        ?>
 <?php 
        nebula_meta('tags');
        ?>
						<span class="nebulasocialcon"><?php 
        nebula_social(array('facebook', 'twitter', 'google+', 'linkedin', 'pinterest'), is_dev());
        ?>
</span>
					</div>

					<div class="entry-content">
						<?php 
        the_content();
        ?>

						<div class="row prevnextcon">
							<?php 
        if (get_previous_post_link()) {
Exemplo n.º 2
0
						<?php 
        nebula_meta('on');
        ?>
 <?php 
        nebula_meta('dimensions');
        ?>
 <?php 
        nebula_meta('exif');
        ?>

						<span class="nebulasocialcon">
			        		<?php 
        if (is_dev()) {
            nebula_meta('social', 1);
        } else {
            nebula_meta('social', 0);
        }
        ?>
			        	</span>
					</div><!-- .entry-meta -->

					<div class="entry-content">
						<div class="entry-attachment">
							<?php 
        if (wp_attachment_is_image()) {
            ?>
								<?php 
            $attachments = array_values(get_children(array('post_parent' => $post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID')));
            foreach ($attachments as $k => $attachment) {
                if ($attachment->ID == $post->ID) {
                    break;