當前位置: 首頁>>代碼示例>>PHP>>正文


PHP joints_page_navi函數代碼示例

本文整理匯總了PHP中joints_page_navi函數的典型用法代碼示例。如果您正苦於以下問題:PHP joints_page_navi函數的具體用法?PHP joints_page_navi怎麽用?PHP joints_page_navi使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。


在下文中一共展示了joints_page_navi函數的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: joints_page_navi

" /></a>
												<?php 
            }
            echo '</div>';
            echo '</div>';
        }
        ?>
			
					
						<?php 
    }
    ?>
	
					
						        <?php 
    joints_page_navi();
    ?>
	
					
					    <?php 
} else {
    ?>
					
    					    <article id="post-not-found" class="hentry clearfix">
    					    	<header class="article-header">
    					    		<h1>Sorry, No Results.</h1>
    					    	</header>
    					    	<section class="entry-content">
    					    		<p>Try your search again.</p>
    					    	</section>
    					    	<section class="search">
開發者ID:jasonglisson,項目名稱:babylifehacks,代碼行數:31,代碼來源:search.php

示例2: the_archive_title

		<div id="inner-content" class="row">
	
		    <main id="main" class="large-24 medium-24 columns" role="main">
			    
		    	<header>
		    		<h1 class="page-title"><?php the_archive_title();?></h1>
					<?php the_archive_description('<div class="taxonomy-description">', '</div>');?>
		    	</header>
		
		    	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			 
					<!-- To see additional archive styles, visit the /parts directory -->
					<?php get_template_part( 'parts/loop', 'archive' ); ?>
				    
				<?php endwhile; ?>	

					<?php joints_page_navi(); ?>
					
				<?php else : ?>
											
					<?php get_template_part( 'parts/content', 'missing' ); ?>
						
				<?php endif; ?>
		
			</main> <!-- end #main -->
	    
	    </div> <!-- end #inner-content -->
	    
	</div> <!-- end #content -->

<?php get_footer(); ?>
開發者ID:supahseppe,項目名稱:path-of-gaming,代碼行數:31,代碼來源:archive.php


注:本文中的joints_page_navi函數示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。