Exemple #1
0
                    <div id="site-title">
                        <h1>
                            <a href="<?php 
    echo home_url();
    ?>
"><?php 
    _e('<img src="/wp-content/themes/goga/screenshot.png" alt="goga.sk"/>', 'qns');
    ?>
</a>
                        </h1>
                    </div>
                <?php 
}
?>
                <?php 
echo display_social();
?>

                <!-- BEGIN .topbar-right -->
                <div class="topbar-right clearfix">			

                    <?php 
// Display WooCommerce links
if ($data['top-right-chk-acc'] and is_plugin_active('woocommerce/woocommerce.php')) {
    // Get "My Account" page URL
    $myaccount_page_id = get_option('woocommerce_myaccount_page_id');
    if ($myaccount_page_id) {
        $myaccount_page_url = get_permalink($myaccount_page_id);
    }
    ?>
?>
>
	<div class="post-content">
		<?php 
do_action('stream_meta', $post);
?>
		<h2><a href="<?php 
the_permalink();
?>
"><?php 
echo get_the_title();
?>
</a></h2>
		<?php 
echo apply_filters('the_content', tdr_shorten_text(get_the_excerpt(), 130));
?>
		<div class="archive-author-likes clearfix">
			<div class="author"><?php 
the_author_posts_link();
?>
</div>
			<?php 
display_social($post->ID);
?>
		</div>
		<a class="more" href="<?php 
the_permalink();
?>
">Read More</a>
	</div>
</div>
Exemple #3
0
								<h2>Contact Us</h2>
								<?php 
display_contact_info();
?>
								<h2>Questions and Comments</h2>
								<?php 
display_contact_form();
?>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="main-site-footer">
				<div class="container">
					<p class="main-site-title">University of Central Florida</p>
					<?php 
display_social();
?>
					<?php 
display_footer_menu();
?>
				</div>
			</div>
			<?php 
wp_footer();
?>
		</footer>
	</body>
</html>