Example #1
0
&amp;summary=<?php 
                echo urlencode(get_the_excerpt());
                ?>
&amp;source=<?php 
                esc_attr(get_bloginfo('name'));
                ?>
" target="_blank" title="<?php 
                printf(esc_html__('Share on %s', 'barcelona'), 'Linkedin');
                ?>
"><span class="fa fa-linkedin"></span></a></li>
						</ul>

					</div><!-- .post-sharing -->
					<?php 
            }
            barcelona_author_box();
            barcelona_page_nav();
            barcelona_post_ad();
            comments_template();
            ?>

				</footer><!-- .post-footer -->
				<?php 
        }
        ?>

			</article>

			<?php 
    }
}
Example #2
0
">

		<main id="main" class="<?php 
esc_attr(barcelona_main_class());
?>
">

			<div class="box-header has-title">
				<h3 class="title"><?php 
echo esc_html(get_the_title());
?>
</h3>
			</div>

			<?php 
foreach ($barcelona_authors as $barcelona_author_id) {
    barcelona_author_box($barcelona_author_id, false);
}
?>

		</main>

		<?php 
get_sidebar();
?>

	</div>

</div>
<?php 
get_footer();