New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post). | You have to log in to add a translation. | Details |
Original untranslated Template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post). You have to log in to edit this translation. | |||
| ↑ | Loop Post Navigation Links | You have to log in to add a translation. | Details |
Original untranslated | |||
| Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically <code>wp-content/plugins/</code>). | You have to log in to add a translation. | Details | |
Original untranslated Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically <code>wp-content/plugins/</code>). CommentFound in installation list item. You have to log in to edit this translation. | |||
| <strong>c2c_previous_or_loop_post_link_get, c2c_next_or_loop_post_link_get (filters)</strong> | You have to log in to add a translation. | Details | |
Original untranslated <strong>c2c_previous_or_loop_post_link_get, c2c_next_or_loop_post_link_get (filters)</strong> CommentFound in description paragraph. You have to log in to edit this translation. | |||
| The plugin is further customizable via eleven hooks. Typically, code making use of hooks should ideally be put into a mu-plugin, a site-specific plugin (which is beyond the scope of this readme to explain), or in theme template files. Many of these filters are likely only of interest to advanced users able to code. | You have to log in to add a translation. | Details | |
Original untranslated The plugin is further customizable via eleven hooks. Typically, code making use of hooks should ideally be put into a mu-plugin, a site-specific plugin (which is beyond the scope of this readme to explain), or in theme template files. Many of these filters are likely only of interest to advanced users able to code. CommentFound in description paragraph. You have to log in to edit this translation. | |||
| <code>function c2c_get_previous_or_loop_post_url( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )</code>↵ Returns the URL for the previous post or the post at the end of the series. | You have to log in to add a translation. | Details | |
Original untranslated <code>function c2c_get_previous_or_loop_post_url( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )</code>↵ Returns the URL for the previous post or the post at the end of the series. CommentFound in description paragraph. You have to log in to edit this translation. | |||
| <code>function c2c_get_next_or_loop_post_url( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )</code>↵ Returns the URL for the next post or the post at the beginning of the series. | You have to log in to add a translation. | Details | |
Original untranslated <code>function c2c_get_next_or_loop_post_url( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )</code>↵ Returns the URL for the next post or the post at the beginning of the series. CommentFound in description paragraph. You have to log in to edit this translation. | |||
| Links: <a href="https://coffee2code.com/wp-plugins/loop-post-navigation-links/">Plugin Homepage</a> | <a href="https://wordpress.org/plugins/loop-post-navigation-links/">Plugin Directory Page</a> | <a href="https://github.com/coffee2code/loop-post-navigation-links/">GitHub</a> | <a href="https://coffee2code.com">Author Homepage</a> | You have to log in to add a translation. | Details | |
Original untranslated Links: <a href="https://coffee2code.com/wp-plugins/loop-post-navigation-links/">Plugin Homepage</a> | <a href="https://wordpress.org/plugins/loop-post-navigation-links/">Plugin Directory Page</a> | <a href="https://github.com/coffee2code/loop-post-navigation-links/">GitHub</a> | <a href="https://coffee2code.com">Author Homepage</a> CommentFound in description paragraph. You have to log in to edit this translation. | |||
| If you are interested in getting the post itself and not just a link to the post, you can use the <code>c2c_get_next_or_loop_post()</code> and <code>c2c_get_previous_or_loop_post()</code> functions. If you just want the URL to the post, you can use <code>c2c_get_next_or_loop_post_url()</code> and <code>c2c_get_previous_or_loop_post_url()</code>. | You have to log in to add a translation. | Details | |
Original untranslated If you are interested in getting the post itself and not just a link to the post, you can use the <code>c2c_get_next_or_loop_post()</code> and <code>c2c_get_previous_or_loop_post()</code> functions. If you just want the URL to the post, you can use <code>c2c_get_next_or_loop_post_url()</code> and <code>c2c_get_previous_or_loop_post_url()</code>. CommentFound in description paragraph. You have to log in to edit this translation. | |||
| $post (WP_Post): The adjacent post. | You have to log in to add a translation. | Details | |
Original untranslated $post (WP_Post): The adjacent post. CommentFound in description list item. You have to log in to edit this translation. | |||
| $output (string): The adjacent post link. | You have to log in to add a translation. | Details | |
Original untranslated $output (string): The adjacent post link. CommentFound in description list item. You have to log in to edit this translation. | |||
| $adjacent (string): Whether the post is previous or next. | You have to log in to add a translation. | Details | |
Original untranslated $adjacent (string): Whether the post is previous or next. CommentFound in description list item. You have to log in to edit this translation. | |||
| $taxonomy (string): Optional. Taxonomy, if $in_same_term is true. Default 'category'. | You have to log in to add a translation. | Details | |
Original untranslated $taxonomy (string): Optional. Taxonomy, if $in_same_term is true. Default 'category'. CommentFound in description list item. You have to log in to edit this translation. | |||
| $previous (bool): Optional. Whether to display link to previous or next post. Default is true. | You have to log in to add a translation. | Details | |
Original untranslated $previous (bool): Optional. Whether to display link to previous or next post. Default is true. CommentFound in description list item. You have to log in to edit this translation. | |||
| $excluded_terms (array|string): Optional. Array or comma-separated list of excluded term IDs. Default is ''. | You have to log in to add a translation. | Details | |
Original untranslated $excluded_terms (array|string): Optional. Array or comma-separated list of excluded term IDs. Default is ''. CommentFound in description list item. You have to log in to edit this translation. | |||
Export as
Comment
Short description.