Ejemplo n.º 1
0
    }
    ?>
</label></span></a>
	                </div>
	                <div class="videoWrapper player">
	                	<?php 
    print do_shortcode(apply_filters('videoframe', null));
    ?>
	                </div>
	                <div id="lightoff"></div>
				<?php 
}
?>
				<?php 
$defaults = array('before' => '<ul class="pagination">', 'after' => '</ul>', 'before_link' => '<li>', 'after_link' => '</li>', 'current_before' => '<li class="active">', 'current_after' => '</li>', 'previouspagelink' => '&laquo;', 'nextpagelink' => '&raquo;');
bootstrap_link_pages($defaults);
?>
            	<div class="row video-options">
                    <div class="col-xs-3">
                        <a href="javascript:void(0)" class="option comments-scrolling">
                            <i class="fa fa-comments"></i>
                            <span class="option-text"><?php 
_e('Comments', 'mars');
?>
</span>
                        </a>
                    </div>
                    <div class="col-xs-3">
                        <a href="javascript:void(0)" class="option share-button" id="off">
                            <i class="fa fa-share"></i>
                            <span class="option-text"><?php 
Ejemplo n.º 2
0
    post_class();
    ?>
>
		<header id="post-<?php 
    the_ID();
    ?>
" class="entry-header page-header">
			<h1 class="entry-title"><?php 
    the_title();
    ?>
</h1>
	    </header>
	    <div class="entry-content">
			<?php 
    the_content();
    ?>
	    </div>
		<footer class="clearfix">
			<?php 
    bootstrap_link_pages();
    ?>
			<?php 
    get_template_part('templates/entry-meta');
    ?>
	    </footer>
		<?php 
    comments_template('/templates/comments.php');
    ?>
	</article>
<?php 
}
Ejemplo n.º 3
0
/**
 * Ouputs page links.
 */
function bootswatch_link_pages()
{
    $args = array('before' => '<ul class="pagination">', 'after' => '</ul>', 'before_link' => '<li>', 'after_link' => '</li>', 'current_before' => '<li class="active">', 'current_after' => '</li>', 'previouspagelink' => '&laquo;', 'nextpagelink' => '&raquo;');
    bootstrap_link_pages($args);
}