Example #1
0
		<div class="wrap">

			<header class="entry-header">

				<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

				<div class="entry-byline">
					<span class="image-sizes"><?php 
    printf(__('Sizes: %s', 'saga'), hybrid_get_image_size_links());
    ?>
</span>
				</div><!-- .entry-byline -->

			</header><!-- .entry-header -->

			<div <?php 
    hybrid_attr('entry-content');
    ?>
>
				<?php 
    the_content();
    ?>
				<?php 
    wp_link_pages();
    // End check for image caption.
    ?>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(esc_html__('Sizes: %s', 'the-one'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();
    // End check for image caption.
    ?>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(__('Sizes: %s', 'socially-awkward'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();
		</div>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(esc_html__('Sizes: %s', 'ubuntugnome'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();
Example #5
0
// End check for image caption.
?>

	<header class="entry-header">

		<h1 <?php 
hybrid_attr('entry-title');
?>
><?php 
single_post_title();
?>
</h1>

		<div class="entry-byline">
			<span class="image-sizes"><?php 
printf(__('Sizes: %s', 'compass'), hybrid_get_image_size_links());
?>
</span>
		</div><!-- .entry-byline -->

	</header><!-- .entry-header -->

	<div <?php 
hybrid_attr('entry-content');
?>
>
		<?php 
the_content();
?>
		<?php 
wp_link_pages();
Example #6
0
    // End check for image caption.
    ?>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(__('Sizes: %s', 'hybrid-base'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();
/**
 * @since      0.1.0
 * @deprecated 1.0.0
 */
function socially_awkward_get_image_size_links()
{
    _deprecated_function(__FUNCTION__, '1.0.0', 'hybrid_get_image_size_links()');
    return hybrid_get_image_size_links();
}
Example #8
0
    // End check for image caption.
    ?>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(__('Sizes: %s', 'stargazer'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();
Example #9
0
    // End check for image caption.
    ?>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(esc_html__('Sizes: %s', 'vaidusworld'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();
    // End check for image caption.
    ?>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(esc_html__('Sizes: %s', '<%= themeSlug %>'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();
Example #11
0
    // End check for image caption
    ?>

    <header class="entry-header">

      <h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

      <div class="entry-meta">
        <span class="image-sizes"><?php 
    printf(__('Sizes: %s', 'taylor'), hybrid_get_image_size_links());
    ?>
</span>  
      </div><!-- .entry-meta -->

    </header><!-- .entry-header -->

    <div <?php 
    hybrid_attr('entry-content');
    ?>
>
      <?php 
    the_content();
    ?>
      <?php 
    wp_link_pages();
Example #12
0
    // End check for image caption.
    ?>

		<header class="entry-header">

			<h1 <?php 
    hybrid_attr('entry-title');
    ?>
><?php 
    single_post_title();
    ?>
</h1>

			<div class="entry-byline">
				<span class="image-sizes"><?php 
    printf(esc_html__('Sizes: %s', 'magik'), hybrid_get_image_size_links());
    ?>
</span>
			</div><!-- .entry-byline -->

		</header><!-- .entry-header -->

		<div <?php 
    hybrid_attr('entry-content');
    ?>
>
			<?php 
    the_content();
    ?>
			<?php 
    wp_link_pages();