Example #1
0
        ?>
			</div><!-- .entry-summary -->

		<?php 
    } elseif (empty($audio)) {
        ?>

			<div class="entry-content">
				<?php 
        the_content(__('Read more &rarr;', 'clea-base'));
        ?>
				<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', 'clea-base'), 'after' => '</p>'));
        ?>
			</div><!-- .entry-content -->

		<?php 
    }
    ?>

		<footer class="entry-footer">
			<?php 
    echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('[post-format-link] file published on [entry-published] [entry-permalink before="| "] [entry-comments-link before="| "] [entry-edit-link before="| "]', 'clea-base') . '</div>');
    ?>
		</footer>

	<?php 
}
?>

</article><!-- .hentry -->
Example #2
0
File: video.php Project: jacko5/bjj
    do_atomic('open_entry');
    // Open entry hook
    ?>

				<?php 
    echo apply_atomic_shortcode('entry_title', '[entry-title]');
    ?>

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

				<?php 
    echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('<span class="share">Share this on:</span> [entry-mixx-link] [entry-delicious-link] [entry-digg-link] [entry-facebook-link] [entry-twitter-link] [entry-email-link] [entry-popup-shortlink]', 'news') . '</div>');
    ?>

				<?php 
    do_atomic('close_entry');
    // Close entry hook
    ?>

			</div><!-- .hentry -->

			<?php 
    do_atomic('after_entry');
    // After entry hook
    ?>

		<?php 
Example #3
0
		<?php 
do_atomic('before_footer');
// trending_before_footer
?>

		<div id="footer">

			<?php 
do_atomic('open_footer');
// trending_open_footer
?>

			<div class="wrap">

				<?php 
echo apply_atomic_shortcode('footer_content', hybrid_get_setting('footer_insert'));
?>

				<?php 
do_atomic('footer');
// trending_footer
?>

			</div><!-- .wrap -->

			<?php 
do_atomic('close_footer');
// trending_close_footer
?>

		</div><!-- #footer -->
Example #4
0
								<?php 
        echo apply_atomic_shortcode('byline_date', '<div class="byline byline-date">' . __('[entry-published]', 'oxygen') . '</div>');
        ?>
			
								<?php 
        echo apply_atomic_shortcode('byline_author', '<div class="byline byline-author">' . __('by [entry-author]', 'oxygen') . '</div>');
        ?>
			
								<?php 
        echo apply_atomic_shortcode('byline_edit', '<div class="byline byline-edit">' . __('[entry-edit-link]', 'oxygen') . '</div>');
        ?>
		
							</div>

							<?php 
        echo apply_atomic_shortcode('byline_category', '<div class="byline byline-cat">' . __('[entry-terms taxonomy="category" before=""]', 'oxygen') . '</div>');
        ?>
							
							<div class="entry-summary">
								
								<?php 
        the_excerpt();
        ?>
								
								<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', 'oxygen'), 'after' => '</p>'));
        ?>
								
							</div>
								
							<a class="read-more" href="<?php 
						<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('By [entry-author] on [entry-published] [entry-edit-link before=" | "]', hybrid_get_textdomain()) . '</div>');
        ?>

						<div class="entry-summary">
							<?php 
        the_excerpt();
        ?>
							<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', hybrid_get_textdomain()), 'after' => '</p>'));
        ?>
						</div><!-- .entry-summary -->

						<?php 
        echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('[entry-terms taxonomy="category" before="Posted in "] [entry-terms before="| Tagged "] [entry-comments-link before=" | "]', hybrid_get_textdomain()) . '</div>');
        ?>

						<?php 
        do_atomic('close_entry');
        // prototype_close_entry
        ?>

					</div><!-- .hentry -->

					<?php 
        do_atomic('after_entry');
        // prototype_after_entry
        ?>

				<?php 
Example #6
0
<li <?php 
hybrid_comment_attributes();
?>
>
  <div class="row">
    <div class="col-sm-2">
    	<?php 
echo hybrid_avatar();
?>

    </div>
    <div class="col-sm-10">
    	<?php 
echo apply_atomic_shortcode('comment_meta', '<div class="comment-meta">[comment-author] [comment-published] [comment-permalink before="| "] [comment-edit-link before="| "]</div>');
?>

    	<div class="comment-content">
    		<?php 
comment_text();
?>
    	</div><!-- .comment-content -->

    	<?php 
echo hybrid_comment_reply_link_shortcode(array());
?>

    </div>

  </div>

Example #7
0
							<?php 
        //echo strip_tags(preg_replace('@\<li([^>]*)>\<a([^>]*)>(.*?)\<\/a>@i', '<li$1><a$2><span>$3</span></a>', wp_list_bookmarks('category=47&title_li=&categorize=0&echo=0&orderby=name&order=asc&show_images=0') ),'<li>'  );
        ?>
							<?php 
        $links = get_bookmarks(array('category' => 47));
        foreach ($links as $link) {
            echo '<li id="' . $link->link_image . '">' . $link->link_name . "</li>";
        }
        ?>
							</ul>
							</div>

						</div>
						
						<?php 
        echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">[entry-edit-link]</div>');
        ?>

						<?php 
        do_atomic('close_entry');
        // dschool_close_entry
        ?>

					</div><!-- .hentry -->

					<?php 
        do_atomic('after_entry');
        // dschool_after_entry
        ?>

					<?php 
Example #8
0
?>

			<?php 
echo hybrid_avatar();
?>

			<?php 
echo apply_atomic_shortcode('comment_meta', '<div class="comment-meta">[comment-author] [comment-published] [comment-permalink before="| "] [comment-edit-link before="| "]</div>');
?>

			<div class="comment-content comment-text">
				<?php 
if ('0' == $comment->comment_approved) {
    ?>
					<?php 
    echo apply_atomic_shortcode('comment_moderation', '<p class="alert moderation">' . __('Your comment is awaiting moderation.', hybrid_get_textdomain()) . '</p>');
    ?>
				<?php 
}
?>

				<?php 
comment_text($comment->comment_ID);
?>
			</div><!-- .comment-content .comment-text -->

			<?php 
echo do_shortcode('[comment-reply-link]');
?>

			<?php 
 /**
  * Rendering Post Element.
  *
  * @since  1.0.0
  * @param string $value
  * @access public
  * @return string
  */
 public function render_post($value)
 {
     $o = apply_filters('bon_toolkit_builder_render_post_output', '', $value);
     if ($o != '') {
         return $o;
     }
     extract($value);
     $o .= $this->render_header('post', $header);
     $post_size = apply_filters('bon_toolkit_builder_render_column_class', 'span3');
     $post_col = '';
     if (!empty($size)) {
         switch ($size) {
             case '1-col':
                 $post_size = apply_filters('bon_toolkit_builder_render_column_class', 'span12');
                 $post_col = 1;
                 break;
             case '2-col':
                 $post_size = apply_filters('bon_toolkit_builder_render_column_class', 'span6');
                 $post_col = 2;
                 break;
             case '3-col':
                 $post_size = apply_filters('bon_toolkit_builder_render_column_class', 'span4');
                 $post_col = 3;
                 break;
             case '4-col':
                 $post_size = apply_filters('bon_toolkit_builder_render_column_class', 'span3');
                 $post_col = 4;
                 break;
         }
     }
     $loop = array('post_type' => 'post', 'posts_per_page' => $numberposts, 'ignore_sticky_posts' => true, 'cat' => $category, 'order' => $order, 'orderby' => $orderby);
     query_posts($loop);
     global $wp_query;
     if (have_posts()) {
         $i = 1;
         while (have_posts()) {
             the_post();
             $temp_title = the_title('<h4 class="entry-title">', '</h4>', false);
             $temp_link = get_permalink();
             $temp_id = get_the_ID();
             $temp_ex = bon_toolkit_the_excerpt($excerpt_length);
             if ($i == 1) {
                 $o .= '<div class="entries-container row">';
             }
             $o .= '<article id="post-' . $temp_id . '" class="post-entry ' . $post_size . '">';
             $o .= '<div class="entry-content">';
             if (function_exists('apply_atomic_shortcode')) {
                 $o .= apply_atomic_shortcode('entry_title', $temp_title);
             } else {
                 $o .= $temp_title;
             }
             $o .= '<div class="entry-summary">';
             $o .= $temp_ex;
             $o .= '</div>';
             $o .= apply_atomic_shortcode('entry-permalink', '[entry-permalink class="button radius small flat"]');
             $o .= '</div><div class="entry-image">';
             if ($show_thumbnail == 1) {
                 $o .= current_theme_supports('get-the-image') ? get_the_image(array('size' => 'medium', 'echo' => false)) : '';
             }
             $o .= '</div></article>';
             $i++;
             if ($i > $post_col) {
                 $i = 1;
                 $o .= '</div>';
             }
         }
         if ($i > 1) {
             $o .= '</div>';
         }
     }
     wp_reset_query();
     return $o;
 }
Example #10
0
						<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('By [entry-author] on [entry-published] [entry-comments-link before=" | "] [entry-edit-link before=" | "]', hybrid_get_textdomain()) . '</div>');
        ?>

						<div class="entry-summary">
							<?php 
        the_excerpt();
        ?>
							<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', hybrid_get_textdomain()), 'after' => '</p>'));
        ?>
						</div><!-- .entry-summary -->

						<?php 
        echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta"><a class="more-link" href="' . get_permalink() . '">' . __('Continue reading <span class="meta-nav">&rarr;</span>', hybrid_get_textdomain()) . '</a></div>');
        ?>

						<?php 
        do_atomic('close_entry');
        // trending_close_entry
        ?>

					</div><!-- .hentry -->

					<?php 
        do_atomic('after_entry');
        // trending_after_entry
        ?>

				<?php 
Example #11
0
        ?>
		</header><!-- .entry-header -->

		<div class="entry-summary">
			
			<?php 
        the_excerpt();
        ?>
			<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . '<span class="before">' . __('Pages:', 'bearded') . '</span>', 'after' => '</p>'));
        ?>
		</div><!-- .entry-summary -->

						<footer class="entry-footer">
							<?php 
        echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . sprintf(__('[entry-published] &mdash; <code>%s</code>', 'chun'), get_permalink()) . '</div>');
        ?>
						</footer><!-- .entry-footer -->

					</article><!-- .hentry -->

				<?php 
    }
    ?>

			<?php 
} else {
    ?>

				<?php 
    get_template_part('loop-error');
Example #12
0
						<?php 
        do_atomic('open_entry');
        // Open loop hook
        ?>

						<?php 
        get_the_image(array('meta_key' => array('Thumbnail'), 'size' => 'news-thumbnail'));
        ?>

						<?php 
        echo apply_atomic_shortcode('entry_title', '[entry-title]');
        ?>

						<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">[entry-published] [entry-comments-link] [entry-popup-shortlink] [entry-edit-link before=" | "]</div>');
        ?>

						<div class="entry-summary">
							<?php 
        the_excerpt();
        ?>
						</div><!-- .entry-summary -->

						<?php 
        do_atomic('close_entry');
        // Close loop hook
        ?>

					</div><!-- .hentry -->
									<h3><?php 
            _e('Gallery', 'ltheme');
            ?>
</h3>
									<?php 
            echo $gallery;
            ?>
								</div>
							<?php 
        }
        ?>
							
						</div><!-- .entry-content -->
						
						<?php 
        echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('Published on [entry-published] [entry-edit-link before="| "]', 'ltheme') . '</div>');
        ?>
						
						<?php 
        do_atomic('close_entry');
        // close_entry
        ?>

					</div><!-- .hentry -->
					
					<?php 
        do_atomic('after_entry');
        // after_entry
        ?>
						
					<?php 
<?php

/**
 * Portfolio item template
 */
?>
<div id="post-<?php 
the_ID();
?>
" class="<?php 
hybrid_entry_class();
?>
 columns medium-4 small-6 grid-item">
  <div class="post-portfolio">

    <!-- The image -->
    <?php 
do_atomic("open_entry");
if (current_theme_supports("get-the-image") && has_post_thumbnail()) {
    get_the_image(array("size" => "medium", "image_class" => "featured", "width" => 300, "default_image" => get_template_directory_uri() . "/images/archive_image_placeholder.png"));
}
// Title
echo apply_atomic_shortcode("entry_title", "[entry-title]");
?>
  </div> <!-- .post-excerpt -->
</div><!-- .grid-item -->
Example #15
0
    echo apply_atomic_shortcode('entry_byline', '<div class="entry-byline">' . __('[post-format-link] published on [entry-published] [entry-comments-link before=" | "] [entry-edit-link before=" | "]', 'spine2') . '</div>');
    ?>
		</header><!-- .entry-header -->

		<div class="entry-content">
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages(array('before' => '<p class="page-links">' . '<span class="before">' . __('Pages:', 'spine2') . '</span>', 'after' => '</p>'));
    ?>
		</div><!-- .entry-content -->

		<footer class="entry-footer">
			<?php 
    echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('[entry-terms before="Posted in " taxonomy="category"] [entry-terms before="| Tagged "]', 'spine2') . '</div>');
    ?>
		</footer><!-- .entry-footer -->

	<?php 
} else {
    ?>

		<div class="entry-content">
			<?php 
    the_content(__('Read more &rarr;', 'spine2'));
    ?>
			<?php 
    wp_link_pages(array('before' => '<p class="page-links">' . '<span class="before">' . __('Pages:', 'spine2') . '</span>', 'after' => '</p>'));
    ?>
		</div><!-- .entry-content -->
Example #16
0
			<?php 
echo hybrid_avatar();
?>

			<?php 
echo apply_atomic_shortcode('comment_meta', '<div class="comment-meta">[comment-author] [comment-published] [comment-edit-link before="&middot; "] &middot; [comment-reply-link before="" after=" &rarr;"]</div>');
?>

			<div class="comment-content comment-text">
				
				<?php 
if ('0' == $comment->comment_approved) {
    ?>
				
					<?php 
    echo apply_atomic_shortcode('comment_moderation', '<p class="alert moderation">' . __('Your comment is awaiting moderation.', 'oxygen') . '</p>');
    ?>
					
				<?php 
}
?>

				<?php 
comment_text($comment->comment_ID);
?>
			</div><!-- .comment-content .comment-text -->

			<?php 
do_atomic('close_comment');
// oxygen_close_comment
?>
Example #17
0
        ?>
	
								<div class="entry-content">
									
									<?php 
        the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', hybrid_get_parent_textdomain()));
        ?>
									
									<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', hybrid_get_parent_textdomain()), 'after' => '</p>'));
        ?>
									
								</div><!-- .entry-content -->
	
								<?php 
        echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('[entry-terms taxonomy="post_tag" before="Tags: "]', hybrid_get_parent_textdomain()) . '</div>');
        ?>
	
								<?php 
        do_atomic('close_entry');
        // oxygen_close_entry
        ?>
							
							</div><!-- .post-content -->
	
						</div><!-- .hentry -->
	
						<?php 
        do_atomic('after_entry');
        // oxygen_after_entry
        ?>
Example #18
0
								<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('[entry-published]', hybrid_get_parent_textdomain()) . '</div>');
        ?>
			
								<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('by [entry-author]', hybrid_get_parent_textdomain()) . '</div>');
        ?>
			
								<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('[entry-edit-link]', hybrid_get_parent_textdomain()) . '</div>');
        ?>
		
							</div>

							<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline-cat">' . __('[entry-terms taxonomy="category" before=""]', hybrid_get_parent_textdomain()) . '</div>');
        ?>
							
							<div class="entry-summary">
								
								<?php 
        the_excerpt();
        ?>
								
								<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', hybrid_get_parent_textdomain()), 'after' => '</p>'));
        ?>
								
							</div>
								
							<a class="read-more" href="<?php 
Example #19
0
            get_the_image(array('meta_key' => 'Thumbnail', 'size' => 'thumbnail'));
        }
        ?>

						<?php 
        echo apply_atomic_shortcode('entry_title', '[entry-title]');
        ?>

						<div class="entry-summary">
							<?php 
        the_excerpt();
        ?>
						</div><!-- .entry-summary -->

						<?php 
        echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . sprintf(__('[entry-published] &mdash; %s', hybrid_get_textdomain()), '<code><a href="' . get_permalink() . '">' . get_permalink() . '</a></code>') . '</div>');
        ?>

						<?php 
        do_atomic('close_entry');
        // trending_close_entry
        ?>

					</div><!-- .hentry -->

					<?php 
        do_atomic('after_entry');
        // trending_after_entry
        ?>

				<?php 
Example #20
0
/**
 * Displays the default entry metadata.  Shows the category, tag, and comments 
 * link.  Use the hybrid_entry_meta filter to customize.
 *
 * @since 0.5
 */
function hybrid_entry_meta( $metadata = '' ) {
	global $post;

	$domain = hybrid_get_textdomain();

	if ( $metadata )
		$metadata = '<p class="entry-meta">' . $metadata . '</p>';

	elseif ( 'post' == $post->post_type )
		$metadata = '<p class="entry-meta">[entry-terms taxonomy="category" before="' . __( 'Posted in', $domain ) . ' "] [entry-terms taxonomy="post_tag" before="| ' . __( 'Tagged', $domain ) . ' "] [entry-comments-link before="| "]</p>';

	elseif ( is_page() && current_user_can( 'edit_pages' ) )
		$metadata = '<p class="entry-meta">[entry-edit-link]</p>';

	echo apply_atomic_shortcode( 'entry_meta', $metadata, $post->ID );
}
Example #21
0
						<div class="entry-content">
						
						<ul class="category-list">
						<?php 
        foreach (get_the_category() as $category) {
            echo '<li><a href="' . get_category_link($category->term_id) . '" >' . $category->cat_name . '</a></li>';
        }
        ?>
						</ul>
						
							<?php 
        echo apply_atomic_shortcode('entry_title', '[entry-title]');
        ?>
							<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('[entry-author] <span>|</span> [entry-published] [entry-edit-link before=" <span>|</span> "]', hybrid_get_textdomain()) . '</div>');
        ?>
							<?php 
        the_excerpt();
        ?>
							
							<div class="entry-meta">
							
							<a href="<?php 
        the_permalink();
        ?>
#respond" title="Comments"><?php 
        comments_number('Comment', 'Comments (1)', 'Comments (%)');
        ?>
</a> <a href="<?php 
        the_permalink();
Example #22
0
			<div class="entry-wrap">

				<div class="entry-content">
					<?php 
    the_content();
    ?>
					<?php 
    wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', 'satu'), 'after' => '</p>'));
    ?>
				</div><!-- .entry-content -->

				<?php 
    // Loads entry-terms shortcode
    // Please open library/functions/shortcodes.php for more information
    echo apply_atomic_shortcode('entry_meta', '<footer class="entry-meta">' . __('[post-format-link] &middot; [entry-published] &middot; [entry-author] &middot; [entry-terms taxonomy="category" before="Posted in "] &middot; [entry-terms before="Tagged "]', 'satu') . '</footer><!-- .entry-meta -->');
    ?>

			</div><!-- .entry-wrap -->

		<?php 
}
?>

		<?php 
// Action hook for placing content before closing post content
do_action('satu_entry_close');
?>

	</article><!-- #post-<?php 
the_ID();
Example #23
0
    ?>
">

		<span class="categories"><?php 
    the_category(' ');
    ?>
</span>
		<?php 
    if (current_theme_supports('get-the-image')) {
        get_the_image(array('meta_key' => 'Thumbnail', 'size' => 'large'));
    }
    ?>

		<header class="entry-header">
			<?php 
    echo apply_atomic_shortcode('entry_title', '[entry-title tag="h3"]');
    ?>
		</header><!-- .entry-header -->
		<span class="entry-summary"><?php 
    the_excerpt();
    ?>
 </span>


		</p>
	</article><!-- .hentry -->
	<?php 
}
?>

Example #24
0
                                 </a>
                             </span>
                         <?php 
 }
 ?>
                         <div class="clear"></div>
                     </div>
                 </div>
                 <div class="col-sm-7">
                     <div class="itemHeader">
                         <div class="blogHeaderInfo">
                             <?php 
 echo apply_atomic_shortcode('entry_title', '[entry-title]');
 ?>
                             <?php 
 echo apply_atomic_shortcode('byline', '<div class="byline">' . __('Written by [entry-author] [entry-terms taxonomy="category" before=" | Published in "] [entry-terms before="| Tagged under "]', 'ltheme') . '</div>');
 ?>
                         </div>
                         <div class="clear"></div>
                     </div>
                     <div class="itemIntroText">
                         <?php 
 the_excerpt();
 ?>
                         <?php 
 wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', 'ltheme'), 'after' => '</p>'));
 ?>
                     </div>
                     <div class="itemReadMore">
                         <a class="btn-read-more" href="<?php 
 the_permalink();
Example #25
0
	<?php 
    } else {
        ?>

		<header class="entry-header">
			<?php 
        if (current_theme_supports('get-the-image')) {
            get_the_image(array('attachment' => false, 'size' => 'listing_large', 'before' => '<div class="featured-image">', 'after' => '</div>'));
        }
        ?>
			<?php 
        echo apply_atomic_shortcode('entry_title', the_title('<h3 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute(array('before' => 'Permalink to: ', 'echo' => false)) . '">', '</a></h3>', false));
        ?>
			<?php 
        echo apply_atomic_shortcode('entry_byline', '<div class="entry-byline">' . __('[entry-icon class="show-for-large"] [entry-author] [entry-published format="M, d Y" text="' . __('Posted on ', 'bon') . '"] [entry-comments-link] [entry-terms text="' . __('Category', 'bon') . ':" limit="1" exclude_child="true" taxonomy="category"] [entry-edit-link]', 'bon') . '</div>');
        ?>
		</header><!-- .entry-header -->

		<div class="entry-summary">
			<?php 
        the_excerpt();
        ?>
			<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . '<span class="before">' . __('Pages:', 'bon') . '</span>', 'after' => '</p>'));
        ?>
		</div><!-- .entry-summary -->


	<?php 
    }
Example #26
0
						<div class="<?php 
        hybrid_entry_class();
        ?>
">

							<?php 
        get_the_image(array('meta_key' => array('Thumbnail'), 'size' => 'news-thumbnail'));
        ?>

							<?php 
        echo apply_atomic_shortcode('entry_title', the_title('<h4 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '" rel="bookmark">', '</a></h4>', false));
        ?>

							<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">[entry-published]</div>');
        ?>

						</div><!-- .hentry -->

					<?php 
    }
    ?>

				</div><!-- .ui-tabs-panel -->

			</div><!-- .ui-tabs-wrap -->

		</div><!-- .ui-tabs -->

		<?php 
Example #27
0
    ?>
			<?php 
    echo apply_atomic_shortcode('entry_tag', '<div class="entry-tag">' . __('[entry-terms text="' . __('Tagged in:', 'bon') . '"]', 'bon') . '</div>');
    ?>
		</footer><!-- .entry-footer -->

	<?php 
} else {
    ?>

		<header class="entry-header">
			<?php 
    echo apply_atomic_shortcode('entry_title', the_title('<h3 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute(array('before' => 'Permalink to: ', 'echo' => false)) . '">', '</a></h3>', false));
    ?>
			<?php 
    echo apply_atomic_shortcode('entry_byline', '<div class="entry-byline">' . __('[entry-icon class="show-for-large"] [entry-author] [entry-published format="M, d Y" text="' . __('Posted on ', 'bon') . '"] [entry-edit-link]', 'bon') . '</div>');
    ?>
		</header><!-- .entry-header -->

		<div class="entry-summary">
			<?php 
    the_content();
    ?>
		</div><!-- .entry-summary -->


	<?php 
}
?>

</article><!-- .hentry -->
Example #28
0
            get_the_image(array('meta_key' => 'Thumbnail', 'size' => 'featured-thumbnail'));
        }
        ?>
						
						<h2 class="post-title entry-title">
							<a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a>
						</h2>
						
						<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('[entry-published]', 'oxygen') . '</div>');
        ?>
					
					</div> <!-- .featured-post -->
					
				<?php 
    }
    ?>

			<span id="slider-prev" class="slider-nav">&larr;</span>
			<span id="slider-next" class="slider-nav">&rarr;</span>
			
		</div><!-- #featured-content -->
				
		<div id="slider-nav">
		
Example #29
0
function miss_footer($args = array('echo' => 'true'))
{
    if (!is_home() && !is_page()) {
        return;
    }
    $out = '<footer class="base-layout">
              <div class="container">
                <div class="row">
                  <div class="span12">
                    <div class="caption alig-center">
                      ' . stripcslashes(miss_get_setting('footer_contacts')) . '
                    </div>
                  </div>
                </div>
              </div>
            </footer>';
    /*$out .= '	<footer>';
    	$out .= '		<div class="container">';
    	$out .= '			<div class="row-fluid">';
    	$out .= '				<div class="span6">';
    	if ( has_nav_menu('footer-links') ) {
    		$menu_args = array(
    			'theme_location' => 'footer-links',
    			'container' => 'nav', 
    			'container_class' => 'navbar', 
    			'menu_class' => 'nav', 
    			'echo' => false, 
    		);
    		$out .= wp_nav_menu($menu_args);
    	}
    	$out .= '					<div class="clearboth"></div>';
    	$out .= '					<div class="copyrights">';
    	$out .=							stripcslashes(miss_get_setting('footer_text'));
    	$out .= '					</div>';
    	$out .= '				</div><!-- /.span6-->';
    	$out .= '				<div class="span3">';
    	$out .= miss_header_sociable( 
    		array(
    			'echo' => false,
    			'container_class' => 'sociable'
    		) 
    	);
    	$out .= '				</div><!-- /.span3-->';
    	$out .= '				<div class="span3">';
    	if( miss_get_setting('footer_contacts') != '' ){
    		$out .= '<h4 class="footer_contact_info">' . miss_get_setting('footer_title') . '</h4>';
    		$out .= '<pre class="contacts">' . stripcslashes(miss_get_setting('footer_contacts')) . '</pre>';
    	}
    	$out .= '				</div><!-- /.span3-->';
    	$out .= '			</div><!-- /.row-fluid-->';
    	$out .= '		</div><!-- /.container-->';
    	$out .= '	</footer><!-- /.region footer-->';
        */
    if ($args['echo'] == 'true') {
        echo apply_atomic_shortcode('miss_footer', $out);
    } else {
        return $out;
    }
}
Example #30
0
" class="<?php 
        hybrid_entry_class();
        ?>
">

							<?php 
        do_atomic('open_entry');
        // origin_open_entry
        ?>

							<?php 
        echo apply_atomic_shortcode('entry_title', '[entry-title]');
        ?>

							<?php 
        echo apply_atomic_shortcode('byline', '<div class="byline">' . __('[entry-published] [entry-author]', 'origin') . '</div>');
        ?>

							<div class="entry-summary">
								
								<?php 
        the_excerpt();
        ?>
								
								<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', 'origin'), 'after' => '</p>'));
        ?>
								
							</div><!-- .entry-summary -->

							<?php