New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | Get recent posts, posts from categories, and more. Display as widget or with shortcodes and template tags. | You have to log in to add a translation. | Details |
Original untranslated
Get recent posts, posts from categories, and more. Display as widget or with shortcodes and template tags.
You have to log in to edit this translation. Meta |
|||
↑ | Mini Loops | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
<a href="[url]">[title]<br />↵ [image from=customfield cfname=image width=140 height=140↵ class=aligncenter fallback='http://placepuppy.it/200/300&text=++woof++']</a> | You have to log in to add a translation. | Details | |
Original untranslated
<a href="[url]">[title]<br />↵
[image from=customfield cfname=image width=140 height=140↵
class=aligncenter fallback='http://placepuppy.it/200/300&text=++woof++']</a>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
[date format="F j, Y"]<br /><a href="[url]">↵ [image from=customfield cfname=image width=180 height=100↵ class=aligncenter fallback='http://placekitten.com/180/100']</a>↵ [excerpt length=90 space_between=1 after="..." after_link=1] | You have to log in to add a translation. | Details | |
Original untranslated
[date format="F j, Y"]<br /><a href="[url]">↵
[image from=customfield cfname=image width=180 height=100↵
class=aligncenter fallback='http://placekitten.com/180/100']</a>↵
[excerpt length=90 space_between=1 after="..." after_link=1]
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<a href="[url]">[image from=customfield↵ cfname=image width=50 height=50 class=alignright↵ fallback='http://dummyimage.com/50'][title]</a><br />↵ [excerpt wlength=30 space_between=1 after="..." after_link=1]<br /><br />↵ By [author] on [date format="n/j/y"] | You have to log in to add a translation. | Details | |
Original untranslated
<a href="[url]">[image from=customfield↵
cfname=image width=50 height=50 class=alignright↵
fallback='http://dummyimage.com/50'][title]</a><br />↵
[excerpt wlength=30 space_between=1 after="..." after_link=1]<br /><br />↵
By [author] on [date format="n/j/y"]
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>After Items:</strong> Text/HTML to insert after the post list. Default: <code></ul></code>↵ [miniloop after_items=""]↵ get_miniloops( array('after_items' => '' ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>After Items:</strong> Text/HTML to insert after the post list. Default: <code></ul></code>↵
[miniloop after_items=""]↵
get_miniloops( array('after_items' => '' ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Before Items:</strong> Text/HTML to insert before the post list. Default: <code><ul></code>↵ [miniloop before_items=""]↵ get_miniloops( array('before_items' => '' ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Before Items:</strong> Text/HTML to insert before the post list. Default: <code><ul></code>↵
[miniloop before_items=""]↵
get_miniloops( array('before_items' => '' ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Exclude Posts:</strong> A comma separated list of post IDs to exclude. Default: none↵ [miniloop exclude="15,200,1032"]↵ get_miniloops( array('exclude' => '15,200,1032' ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Exclude Posts:</strong> A comma separated list of post IDs to exclude. Default: none↵
[miniloop exclude="15,200,1032"]↵
get_miniloops( array('exclude' => '15,200,1032' ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Custom Fields:</strong> For listing posts that have certain meta data. Default: none. To list posts that have a custom field 'favorite_color' with a value of 'blue' do this:↵ [miniloop custom_fields="favorite_color=blue"]↵ get_miniloops( array('custom_fields' => 'favorite_color=blue' ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Custom Fields:</strong> For listing posts that have certain meta data. Default: none. To list posts that have a custom field 'favorite_color' with a value of 'blue' do this:↵
[miniloop custom_fields="favorite_color=blue"]↵
get_miniloops( array('custom_fields' => 'favorite_color=blue' ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Custom Taxonomies:</strong> A clunky way to support custom taxonomies. Default: none. To include terms 5, 6, 9 from taxonomy "Genre" do this:↵ [miniloop tax="genre=5,6,9"]↵ get_miniloops( array('tax' => 'genre=5,6,9' ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Custom Taxonomies:</strong> A clunky way to support custom taxonomies. Default: none. To include terms 5, 6, 9 from taxonomy "Genre" do this:↵
[miniloop tax="genre=5,6,9"]↵
get_miniloops( array('tax' => 'genre=5,6,9' ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Tags:</strong> Comma separated list of tag IDs to pull from. Use negative ID numbers to exclude a tag. Default: none↵ [miniloop tags="15,40,88"]↵ get_miniloops( array('tags' => '15,40,88' ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Tags:</strong> Comma separated list of tag IDs to pull from. Use negative ID numbers to exclude a tag. Default: none↵
[miniloop tags="15,40,88"]↵
get_miniloops( array('tags' => '15,40,88' ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Categories:</strong> Comma separated list of category IDs to pull from. Use negative ID numbers to exclude a category. Default: none↵ [miniloop categories="1,8,13"]↵ get_miniloops( array('categories' => '1,8,13' ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Categories:</strong> Comma separated list of category IDs to pull from. Use negative ID numbers to exclude a category. Default: none↵
[miniloop categories="1,8,13"]↵
get_miniloops( array('categories' => '1,8,13' ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Get posts from current author (if single or archive)?</strong> Show more posts from the current author. Default: none↵ [miniloop current_author=1]↵ get_miniloops( array('current_author' => 1 ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Get posts from current author (if single or archive)?</strong> Show more posts from the current author. Default: none↵
[miniloop current_author=1]↵
get_miniloops( array('current_author' => 1 ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Get posts from first category (if single)?</strong> If viewing a single post, only show posts from the first category. Default: none↵ [miniloop current_single_category=1]↵ get_miniloops( array('current_single_category' => 1 ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Get posts from first category (if single)?</strong> If viewing a single post, only show posts from the first category. Default: none↵
[miniloop current_single_category=1]↵
get_miniloops( array('current_single_category' => 1 ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Get posts from current category (if archive)?</strong> If viewing an archive, only show posts from the same category. Default: 0↵ [miniloop current_category=1]↵ get_miniloops( array('current_category' => 1 ) ); | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Get posts from current category (if archive)?</strong> If viewing an archive, only show posts from the same category. Default: 0↵
[miniloop current_category=1]↵
get_miniloops( array('current_category' => 1 ) );
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.