本文整理汇总了PHP中next_post函数的典型用法代码示例。如果您正苦于以下问题:PHP next_post函数的具体用法?PHP next_post怎么用?PHP next_post使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了next_post函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: edit_post_link
edit_post_link(__('Edit', 'andreas04'), '<span class="editlink"> | ', '</span>');
?>
</p>
</div>
<?php
comments_template();
?>
<p class="pagenav"><?php
previous_post('%', __('« Previous', 'andreas04'), 'no');
?>
| <?php
next_post('%', __('Next »', 'andreas04'), 'no');
?>
</p>
<?php
}
?>
<?php
} else {
?>
<?php
}
?>
示例2: comments_template
?>
</div>
<div class="clear"></div>
</div><!-- (class="post") -->
<?php
comments_template();
?>
<div class="navigation">
<div class="alignleft"><?php
previous_post('« Previous Post: %', '', 'yes');
?>
</div>
<div class="alignright"><?php
next_post('Next Post: % »', '', 'yes');
?>
</div>
</div><!-- (class="navigation") -->
<?php
}
} else {
?>
<h2>Error 404 - Not Found</h2>
<p>Sorry, but you are looking for something that isn't here.</p>
<?php
}
?>
示例3: get_next_post
</div><?php
$Image = get_next_post();
$attr = wp_get_attachment_image_src(get_post_thumbnail_id($Image->ID), 'single-post-thumbnail');
?>
<div class="postFooterNext" style="background:url(<?php
echo $attr[0];
?>
); ">
<div class="postControlsOpaque">
</div>
<h2 class="nextHeader"><?php
echo next_post('%', 'NEXT', 'no');
?>
</h2>
<?php
echo '<div class="nextJournalPost">' . next_post('%', '', 'yes') . '</div>';
?>
</div>
<div class="postFooterBack">
<a href="<?php
bloginfo('url');
?>
/work"><h2>Back to featured works</h2></a>
</div>
</div>
</div>
<?php
}
}
?>
示例4: the_author
<p>Posted by <?php
the_author();
?>
<br /><?php
the_time('F jS, Y @ g:i A');
?>
</p>
<?php
}
comments_template();
if (!is_page()) {
?>
<p>« <?php
next_post('%', 'Next: ', 'yes');
?>
| <?php
previous_post('%', 'Previous: ', 'yes');
?>
»</p>
<?php
}
} else {
if ($i == 0) {
if (is_category()) {
?>
<h1><?php
_e('Posts in: ');
single_cat_title('');
?>
示例5: the_time
the_time(get_option('date_format'));
?>
</h3>
<?php
the_content();
?>
<?php
}
} else {
?>
<p><?php
_e('Sorry, no posts matched your criteria.');
?>
</p>
<?php
}
?>
<div class="timeNav">
<?php
previous_post('« %', 'Previous', 'no');
?>
|
<?php
next_post('% »', 'Next', 'no');
?>
</div>
</div>
<?php
get_footer();
示例6: previous_post
*/
?>
<?php
if (is_single()) {
?>
<!-- <div class="navigation">
<div class="left"><?php
previous_post('<span>«</span> %', '', 'yes');
?>
</div>
<div class="right"><?php
next_post(' % <span>»</span>', '', 'yes');
?>
</div>
<div class="clear"></div>
</div> -->
<?php
} else {
?>
<div class="navigation">
<div class="left"><?php
next_posts_link('<span>«</span> Previous Entries');
?>
</div>
<div class="right"><?php
示例7: _e
_e('Leave a comment', 'lightword');
}
?>
</a></span><div class="clear"></div>
</div>
<div class="cat_tags_close"></div>
</div>
<?php
comments_template();
?>
<div class="next_previous_links">
<span class="alignleft"><?php
next_post('« %', '', 'yes');
?>
</span>
<span class="alignright"><?php
previous_post('% »', '', 'yes');
?>
</span>
<div class="clear"></div>
</div>
<?php
}
} else {
?>
<h2><?php
示例8: the_post_thumbnail
<div id="single_wrap" class="chat_move">
<div class="image_wrap">
<?php
if (has_post_thumbnail()) {
the_post_thumbnail('full');
}
?>
</div>
<div class="date"><?php
the_time('jS F, Y');
?>
</div>
<?php
previous_post('<div class="nav nav_prev">%</div>', '', 'no');
next_post('<div class="nav nav_next">%</div>', '', 'no');
?>
</div>
示例9: next_post
<div id="post-siguiente-fin"><?php
next_post('% » ', 'SIGUIENTE', '', 1000);
?>
</div>
</div>
<div id="separador-mobile">
<div class="separador-post-comentario"></div>
</div>
<div id="separador-post-b">
<div class="separador-post-comentario"></div>
<div id="post-anterior-desktop"><?php
previous_post('« %', 'POST ANTERIOR', '', 1000);
?>
</div>
<div id="post-siguiente-desktop"><?php
next_post('% » ', 'SIGUIENTE POST', '', 1000);
?>
</div>
<div class="separador-post-comentario"></div>
</div>
<div id="comentarios-titulo">
<h3>DEJA TU COMENTARIO</h3>
<p>Si quieres insertar código: <pre><code> TU CÓDIGO </code></pre>.</p>
</div>
<?php
comments_template();
?>
</div>
</div>
<!-- SIDEBAR -->
<?php
示例10: next_post
<section class="post-nav">
<span class="post-button previous">
<?php
next_post('%', 'Previous', 'no');
?>
</span>
<span class="post-button next">
<?php
previous_post('%', 'Next', 'no');
?>
</span>
</section>
示例11: get_the_term_list
echo get_the_term_list(get_the_ID(), 'custom_tag', '<span class="tags-title">' . __('Browse Related:', 'bonestheme') . '</span> ', ', ');
?>
</p>
</section> <!-- end article section -->
<footer class="article-header">
<span class="single-nav">
<span class="prev"><?php
previous_post('%', '« Last Clothing Item', 'no');
?>
</span>
<span class="next"><?php
next_post('% ', 'Next Clothing Item »', 'no');
?>
</span>
</span>
</footer> <!-- end article footer -->
<?php
comments_template();
?>
</article> <!-- end article -->
<?php
}
?>
示例12: get_header
<?php get_header(); ?>
<div id="content" class="widecolumn">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="navigation">
<div class="alignleft"><?php previous_post('« %','','yes') ?></div>
<div class="alignright"><?php next_post(' % »','','yes') ?></div>
</div>
<div class="post">
<h2 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="entrytext">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<p class="postmetadata alt">
<small>
This entry was posted
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
示例13: the_title
the_title();
?>
- Le blog du projet #EnigmaTIC - 'st_url='<?php
the_permalink();
?>
'></span>
</div>
</div>
</article>
<div class="nextPrevPost">
<div class="prev"><?php
previous_post('<i class="fa fa-angle-left"></i> <strong>Article précédent</strong> : %', '', 'yes');
?>
</div>
<div class="next"><?php
next_post('<strong>Article suivant</strong> : % <i class="fa fa-angle-right"></i>', '', 'yes');
?>
</div>
</div>
<!-- END OF ARTICLE -->
<?php
if (comments_open()) {
comments_template();
}
?>
<?php
}
?>
<?php
} else {
?>
示例14: previous_post
It has been placed in its own file so it's easier to change across all of K2
*/
?>
<hr />
<?php
if (is_single()) {
?>
<div class="navigation">
<?php
previous_post('<div class="left"><span>«</span> %</div>', '', 'yes');
?>
<?php
next_post('<div class="right">% <span>»</span></div>', '', 'yes');
?>
<div class="clear"></div>
</div>
<?php
} else {
?>
<?php
//global $pagenow; echo $pagenow;
?>
<div class="navigation">
<?php
$_SERVER['REQUEST_URI'] = preg_replace("/(.*?).php(.*?)&(.*?)&(.*?)&_=/", "\$2\$3", $_SERVER['REQUEST_URI']);
示例15: the_author
the_author();
?>
</a> <?php
edit_post_link(__('Edit', '_s'), '<span class="edit-link">', '</span>');
?>
</div>
</div>
<div class="single-pagi">
<div class="prev-nav"> <?php
previous_post("%", esc_attr__('« PREVIOUS ', 'mm'), "<br />", "yes", "mm");
?>
</div> |
<div class="next-nav"> <?php
next_post("%", esc_attr__('NEXT »', 'mm'), "<br />", "yes", "mm");
?>
</div>
<div class="cb"></div>
</div>
<div class="cb"></div>
</div>
</header><!-- .entry-header -->
<section>
<?php
get_template_part('content', 'single');