New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Swedish

1 2 3 7
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).
Priority: high
You have to log in to add a translation. Details
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).
Comment

Short description.

You have to log in to edit this translation.

Loop Post Navigation Links
Priority: high
You have to log in to add a translation. Details
Loop Post Navigation Links
Comment

Plugin name.

You have to log in to edit this translation.

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
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>).
Comment

Found 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
<strong>c2c_previous_or_loop_post_link_get, c2c_next_or_loop_post_link_get (filters)</strong>
Comment

Found 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
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.
Comment

Found 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
<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.
Comment

Found 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
<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.
Comment

Found 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>
Comment

Found 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
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>.
Comment

Found 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
$post (WP_Post): The adjacent post.
Comment

Found 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
$output (string): The adjacent post link.
Comment

Found 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
$adjacent (string): Whether the post is previous or next.
Comment

Found 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
$taxonomy (string): Optional. Taxonomy, if $in_same_term is true. Default 'category'.
Comment

Found 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
$previous (bool): Optional. Whether to display link to previous or next post. Default is true.
Comment

Found 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
$excluded_terms (array|string): Optional. Array or comma-separated list of excluded term IDs. Default is ''.
Comment

Found in description list item.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 7

Export as