Example #1
0
/**
 * Shortcode to display a link back to the site.
 *
 * @since 0.6.0
 * @access public
 * @uses get_bloginfo() Gets information about the install.
 * @return string
 */
function hybrid_site_link_shortcode()
{
    return hybrid_get_site_link();
}
Example #2
0
/**
 * Outputs the link back to the site.
 *
 * @since  2.0.0
 * @access public
 * @return void
 */
function hybrid_site_link()
{
    echo hybrid_get_site_link();
}
Example #3
0
//hybrid_get_sidebar( 'footer' ); // Loads the sidebar/subsidiary.php template.
?>

		<footer <?php 
hybrid_attr('footer');
?>
>

			<?php 
hybrid_get_menu('social');
// Loads the menu/social.php template.
?>

			<p class="credit">
				<?php 
printf(esc_html__('Copyright &#169; %1$s %2$s', 'magik'), date_i18n('Y'), hybrid_get_site_link());
?>
			</p><!-- .credit -->
			<p class="credit">
				<?php 
echo __('Built with <big>&hearts;</big> at <a href="https://magikpress.com">MagikPress</a>', 'magik');
?>
			</p>

		</footer><!-- #footer -->

	</div><!-- #container -->

	<?php 
wp_footer();
// WordPress hook for loading JavaScript, toolbar, and other things in the footer.
Example #4
0
<footer <?php 
hybrid_attr('footer');
?>
>

	<div class="wrap">

		<div class="credit-icon">&#169;</div>
		<p class="credit">
			<?php 
echo hybrid_get_site_link();
?>
<br />
			<?php 
echo date_i18n('Y');
?>
		</p><!-- .credit -->

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

</footer><!-- #footer -->
Example #5
0
hybrid_get_sidebar('subsidiary');
// Loads the sidebar/subsidiary.php template.
?>

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

		<footer <?php 
hybrid_attr('footer');
?>
>

			<div class="wrap">

				<p class="credit">
					<?php 
printf(__('Copyright &#169; %1$s %2$s. Powered by %3$s and %4$s.', 'ex-astris'), date_i18n('Y'), hybrid_get_site_link(), hybrid_get_wp_link(), hybrid_get_theme_link());
?>
				</p><!-- .credit -->

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

		</footer><!-- #footer -->

	</div><!-- #container -->

	<?php 
wp_footer();
// WordPress hook for loading JavaScript, toolbar, and other things in the footer.
?>

</body>
Example #6
0
<footer <?php 
hybrid_attr('footer');
?>
>

	<div class="wrap">

		<p class="credit">
			<?php 
echo hybrid_get_site_link() . ' &#169; ' . date_i18n('Y');
?>
			<?php 
hybrid_get_menu('footer');
?>
		</p><!-- .credit -->

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

</footer><!-- #footer -->
Example #7
0
// Loads the sidebar/subsidiary.php template.
?>

		<?php 
hybrid_get_menu('subsidiary');
// Loads the menu/subsidiary.php template.
?>

		<footer <?php 
hybrid_attr('footer');
?>
>

			<p class="credit">
				<?php 
printf(esc_html__('Copyright &#169; %1$s %2$s. Powered by %3$s and %4$s.', '<%= themeSlug %>'), date_i18n('Y'), hybrid_get_site_link(), hybrid_get_wp_link(), hybrid_get_theme_link());
?>
			</p><!-- .credit -->

		</footer><!-- #footer -->

	</div><!-- #container -->

	<?php 
wp_footer();
// WordPress hook for loading JavaScript, toolbar, and other things in the footer.
?>

</body>
</html>
Example #8
0
>
		<div class="wrap">
		
			<?php 
do_action('theone_footer_top');
?>

			<?php 
hybrid_get_menu('social');
// Loads the menu/social.php template.
?>

			<div class="site-info">
				<p class="copyright">
					<?php 
printf(esc_html__('Copyright &#169; %1$s %2$s.', 'the-one'), date_i18n('Y'), hybrid_get_site_link());
?>
				</p><!-- .copyright -->
				<p class="credit">
					<?php 
printf(esc_html__('Powered by %1$s and %2$s.', 'the-one'), hybrid_get_wp_link(), hybrid_get_theme_link());
?>
				</p><!-- .credit -->
			</div><!-- .site-info -->

		</div><!-- .wrap -->
	</footer><!-- #colophon -->

</div><!-- #page -->

<?php 
Example #9
0
/**
 * Display footer credits for the theme.
 *
 * @since   1.0.0
 * @return  void
 */
function compass_footer_creds()
{
    echo '<p class="credit">';
    printf(__('Copyright &#169; %1$s %2$s. Powered by %3$s and %4$s.', 'compass'), date_i18n('Y'), hybrid_get_site_link(), hybrid_get_wp_link(), hybrid_get_theme_link());
    echo '</p><!-- .credit -->';
}
Example #10
0
<footer <?php 
hybrid_attr('footer');
?>
>

<div class="wrap">

<?php 
locate_template(['misc/loop-nav.php'], true);
// Loads the misc/loop-nav.php template.
?>

    <p class="credit">
      <?php 
printf(__('Copyright &#169; 2008-%1$s %2$s. Written and maintained by %3$s.', 'starsailor'), date_i18n('Y'), hybrid_get_site_link(), '<a href="http://andreabrandi.com/">Andrea Brandi</a>');
?>
    </p><!-- .credit -->

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

</footer><!-- #footer -->

</div><!-- #container -->

<?php 
wp_footer();
// WordPress hook for loading JavaScript, toolbar, and other things in the footer.
?>

</body>
Example #11
0
hybrid_get_sidebar('subsidiary');
// Loads the sidebar/subsidiary.php template.
?>

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

		<footer <?php 
hybrid_attr('footer');
?>
>

			<div class="wrap">

                <p class="credit">
                    <?php 
printf(__('Copyright &#169; %1$s %2$s.', 'buntu'), date_i18n('Y'), hybrid_get_site_link());
printf(' ' . __('%1$s by %2$s.', 'buntu'), __('Buntu', 'buntu'), '<a href="' . esc_url('http://nilambar.net') . '" target="_blank">' . __('Nilambar', 'buntu') . '</a>');
?>
                </p><!-- .credit -->
                <?php 
wp_nav_menu(array('theme_location' => 'footer', 'container' => 'nav', 'container_id' => 'footer-navigation', 'depth' => 1, 'fallback_cb' => false));
?>

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

		</footer><!-- #footer -->

	</div><!-- #container -->

	<?php 
wp_footer();
Example #12
0
		</div><!-- #main -->

		<footer id="footer">

			<div class="wrap">

				<?php 
hybrid_get_menu('social');
// Loads the menu/social.php template.
?>

				<p class="credit">
					<?php 
printf(__('Copyright &#169; %1$s %2$s.', 'socially-awkward'), date_i18n('Y'), hybrid_get_site_link());
?>
					<br />
					<?php 
printf(__('Powered by %1$s and %2$s.', 'socially-awkward'), hybrid_get_wp_link(), hybrid_get_theme_link());
?>
				</p><!-- .credit -->

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

		</footer><!-- #footer -->

	</div><!-- #container -->

	<?php 
wp_footer();
// wp_footer
?>
Example #13
0
		<footer <?php 
hybrid_attr('footer');
?>
>

			<div class="wrap">

				<?php 
hybrid_get_menu('social');
// Loads the menu/social.php template.
?>

				<p class="credit">
					<?php 
printf(__('Copyright &#169; %1$s %2$s. All Rights Reserved. 苏ICP备16003754号'), date_i18n('Y'), hybrid_get_site_link());
?>
				</p><!-- .credit -->

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

		</footer><!-- #footer -->

		<button id="top"><span class="dashicons dashicons-arrow-up-alt2"></span></button>

	</div><!-- #container -->

	<?php 
wp_footer();
// WordPress hook for loading JavaScript, toolbar, and other things in the footer.
?>
Example #14
0
hybrid_attr('footer');
?>
>

			<?php 
tha_footer_top();
?>

			<div <?php 
hybrid_attr('wrap', 'footer');
?>
>

				<p class="credit">
					<?php 
printf(__('Copyright &#169; %1$s %2$s. Powered by %3$s.', 'compass'), date_i18n('Y'), hybrid_get_site_link(), hybrid_get_wp_link());
?>
				</p><!-- .credit -->

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

			<?php 
tha_footer_bottom();
?>

		</footer><!-- .footer -->

		<?php 
tha_footer_after();
?>