コード例 #1
0
    ?>
" rel="prev"><?php 
    printf('<span>&laquo; </span> ' . esc_html__('Previous %s', 'the-events-calendar'), $events_label_plural);
    ?>
</a>
		</li><!-- .tribe-events-nav-left -->
	<?php 
}
?>

	<!-- Right Navigation -->
	<?php 
if (tribe_has_next_event()) {
    ?>
		<li class="<?php 
    echo esc_attr(tribe_right_navigation_classes());
    ?>
">
			<a href="<?php 
    echo esc_url(tribe_get_listview_next_link());
    ?>
" rel="next"><?php 
    printf(esc_html__('Next %s', 'the-events-calendar'), $events_label_plural . ' <span>&raquo;</span>');
    ?>
</a>
		</li><!-- .tribe-events-nav-right -->
	<?php 
}
?>
</ul>
コード例 #2
0
ファイル: nav.php プロジェクト: amitmula/amitandaastha.in
    ?>
" rel="prev"><?php 
    _e('<span>&laquo;</span> Previous Events', 'tribe-events-calendar');
    ?>
</a>
			</li><!-- .tribe-events-nav-left -->
			<?php 
}
?>

			<!-- Right Navigation -->
			<?php 
if (tribe_has_next_event()) {
    ?>
			<li class="<?php 
    echo tribe_right_navigation_classes();
    ?>
">
				<a href="<?php 
    echo tribe_get_next_events_link();
    ?>
" rel="next"><?php 
    _e('Next Events <span>&raquo;</span>', 'tribe-events-calendar');
    ?>
</a>
			</li><!-- .tribe-events-nav-right -->
			<?php 
}
?>
		</ul>
	</div>