wpex_schema_markup('body');
?>
>

<?php 
wpex_outer_wrap_before();
?>

<div id="outer-wrap" class="clr">

	<?php 
wpex_hook_wrap_before();
?>

	<div id="wrap" class="clr">

		<?php 
wpex_hook_wrap_top();
?>

		<?php 
wpex_hook_main_before();
?>

		<main id="main" class="site-main clr"<?php 
wpex_schema_markup('main');
?>
>

			<?php 
wpex_hook_main_top();
Ejemplo n.º 2
0
"<?php 
        wpex_schema_markup('publish_date');
        ?>
><?php 
        echo get_the_date();
        ?>
</time></li>
		<?php 
    }
    ?>

		<?php 
    if ('author' == $section) {
        ?>
			<li class="meta-author"><span class="fa fa-user"></span><span class="vcard author"<?php 
        wpex_schema_markup('author_name');
        ?>
><span class="fn"><?php 
        the_author_posts_link();
        ?>
</span></span></li>
		<?php 
    }
    ?>

		<?php 
    if ('categories' == $section) {
        ?>
			<li class="meta-category"><span class="fa fa-folder-o"></span><?php 
        the_category(', ', get_the_ID());
        ?>
Ejemplo n.º 3
0
<?php

/**
 * Single Custom Post Type Media
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 3.3.0
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
?>

<h1 class="single-post-title entry-title"<?php 
wpex_schema_markup('heading');
?>
><?php 
the_title();
?>
</h1><!-- .single-post-title -->
<ul class="meta clr">

	<?php 
// Loop through meta sections
foreach ($meta_sections as $meta_section) {
    ?>

		<?php 
    // Date
    if ('date' == $meta_section) {
        ?>
			<li class="meta-date"><span class="fa fa-clock-o"></span><time class="updated" datetime="<?php 
        the_date('Y-m-d');
        ?>
"<?php 
        wpex_schema_markup('publish_date');
        ?>
><?php 
        echo get_the_date();
        ?>
</time></li>
		<?php 
    }
    ?>

		<?php 
    // Author
    if ('author' == $meta_section) {
        ?>
			<li class="meta-author"><span class="fa fa-user"></span><?php 
        the_author_posts_link();
Ejemplo n.º 5
0
 * @subpackage Partials
 * @version 3.0.0
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
?>

<div class="testimonial-entry-content clr">
	<span class="testimonial-caret"></span>
	<?php 
if (wpex_get_mod('testimonial_entry_title', false)) {
    ?>
		<h2 class="testimonial-entry-title entry-title clr">
			<?php 
    the_title();
    ?>
		</h2><!-- .testimonial-entry-title -->
	<?php 
}
?>
	<div class="testimonial-entry-text"<?php 
wpex_schema_markup('entry_content');
?>
>
		<?php 
the_content();
?>
	</div><!-- .testimonial-entry-text -->
</div><!-- .home-testimonial-entry-content-->
Ejemplo n.º 6
0
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
?>

<?php 
wpex_hook_header_before();
?>

<header id="site-header" class="<?php 
echo wpex_header_classes();
?>
"<?php 
wpex_schema_markup('header');
?>
>

	<?php 
wpex_hook_header_top();
?>

	<div id="site-header-inner" class="container clr">

		<?php 
wpex_hook_header_inner();
?>

	</div><!-- #site-header-inner -->
Ejemplo n.º 7
0
<?php

/**
 * Template Name: Login
 *
 * @package Total WordPress Theme
 * @subpackage Templates
 * @version 3.3.0
 */
?>
<!DOCTYPE html>
<html <?php 
language_attributes();
wpex_schema_markup('html');
?>
>
<head>
<meta charset="<?php 
bloginfo('charset');
?>
" />
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
">
<?php 
wp_head();
?>
</head>
Ejemplo n.º 8
0
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
?>

<?php 
wpex_hook_footer_before();
?>

<?php 
if (wpex_global_obj('has_footer_widgets')) {
    ?>

    <footer id="footer" class="site-footer"<?php 
    wpex_schema_markup('footer');
    ?>
>

        <?php 
    wpex_hook_footer_top();
    ?>

        <div id="footer-inner" class="container clr">

            <?php 
    wpex_hook_footer_inner();
    // widgets are added via this hook
    ?>
            
        </div><!-- #footer-widgets -->
Ejemplo n.º 9
0
 * @package Total WordPress Theme
 * @subpackage Partials
 * @version 3.0.0
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
// Get copyright info
$copyright = wpex_get_mod('footer_copyright_text', 'Copyright <a href="#">Your Business LLC.</a> - All Rights Reserved');
// WPML translations
$copyright = wpex_translate_theme_mod('footer_copyright_text', $copyright);
?>

<div id="footer-bottom" class="clr"<?php 
wpex_schema_markup('footer_bottom');
?>
>

	<div id="footer-bottom-inner" class="container clr">

		<?php 
// Display copyright info
if ($copyright) {
    ?>

			<div id="copyright" class="clr" role="contentinfo">
				<?php 
    echo do_shortcode($copyright);
    ?>
			</div><!-- #copyright -->
wpex_hook_content_before();
?>

		<div id="content" class="site-content clr">

			<?php 
wpex_hook_content_top();
?>

			<?php 
while (have_posts()) {
    the_post();
    ?>

				<article class="single-blog-article clr"<?php 
    wpex_schema_markup('blog_post');
    ?>
>

					<?php 
    get_template_part('partials/blog/blog-single-layout');
    ?>

				</article><!-- .entry -->

			<?php 
}
?>

			<?php 
wpex_hook_content_bottom();
Ejemplo n.º 11
0
    ?>

	<?php 
    wpex_hook_main_menu_before();
    ?>

	<div id="site-navigation-wrap" class="<?php 
    echo $wrap_classes;
    ?>
">

		<nav id="site-navigation" class="<?php 
    echo $inner_classes;
    ?>
"<?php 
    wpex_schema_markup('site_navigation');
    ?>
>

			<?php 
    wpex_hook_main_menu_top();
    ?>

				<?php 
    // Display global multisite menu
    if (is_multisite() && $ms_global_menu) {
        switch_to_blog(1);
        wp_nav_menu($menu_args);
        restore_current_blog();
        // Display this site's menu
    } else {
Ejemplo n.º 12
0
/**
 * Main sidebar area containing your defined widgets.
 * You shouldn't have to edit this file ever since things are added via hooks.
 *
 * @package Total WordPress Theme
 * @subpackage Templates
 */
?>

<?php 
wpex_hook_sidebar_before();
?>

<aside id="sidebar" class="sidebar-container sidebar-primary"<?php 
wpex_schema_markup('sidebar');
?>
>

	<?php 
wpex_hook_sidebar_top();
?>

	<div id="sidebar-inner" class="clr">

		<?php 
wpex_hook_sidebar_inner();
?>

	</div><!-- #sidebar-inner -->
Ejemplo n.º 13
0
<?php

/**
 * Single blog post title
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}
?>

<header class="single-blog-header clr">
	<h1 class="single-post-title entry-title"<?php 
wpex_schema_markup('headline');
?>
><?php 
the_title();
?>
</h1><!-- .single-post-title -->
</header><!-- .blog-single-header -->