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

Translation of Development Readme (trunk): Dutch

1 2
Prio Original string Translation
Make featured image link to blog post
Priority: high
Make featured image link to blog post Details
Make featured image link to blog post
Comment

Plugin name.

You have to log in to edit this translation.

Q: Do I need to change anything in my settings? V: moet ik iets wijzigen aan mijn instellingen? Details
Q: Do I need to change anything in my settings?
Comment

Found in faq header.

You have to log in to edit this translation.

A: Nope. Just activate the plug-in and add a featured image to a post. That is it. A: nee. Je hoeft alleen maar de plugin te activeren en een uitgelichte afbeelding aan een bericht toe te voegen. Dat is alles. Details
A: Nope. Just activate the plug-in and add a featured image to a post. That is it.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Activate the plug-in from the WordPress plug-in menu. Activeer de plugin vanuit het WordPress plugin menu. Details
Activate the plug-in from the WordPress plug-in menu.
Comment

Found in installation list item.

You have to log in to edit this translation.

Upload the plug-in files to the \\'/wp-content/plugins/\\' folder, or install from the WordPress plugin library. Upload de plugin bestanden naar de \\'/wp-content/plugins/\\' map, of installeer via de WordPress plugin bibliotheek. Details
Upload the plug-in files to the \\'/wp-content/plugins/\\' folder, or install from the WordPress plugin library.
Comment

Found in installation list item.

You have to log in to edit this translation.

Example of the php code used. Voorbeeld van de gebruikte php code. Details
Example of the php code used.
Comment

Screenshot description.

You have to log in to edit this translation.

<strong>Make sure your theme doesn't allready have this function. Some themes allready have this function by default.</strong> <strong>Controleer of het door je gebruikte thema deze functie niet al heeft. Sommige thema's hebben deze functionaliteit standaard ingebouwd.</strong> Details
<strong>Make sure your theme doesn't allready have this function. Some themes allready have this function by default.</strong>
Comment

Found in description paragraph.

You have to log in to edit this translation.

A: function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) {$html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . $html . '</a>'; return $html;} add_filter( 'post_thumbnail_html', 'wpb_autolink_featured_images', 10, 3 ); A: function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) {$html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . $html . '</a>'; return $html;} add_filter( 'post_thumbnail_html', 'wpb_autolink_featured_images', 10, 3 ); Details
A: function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) {$html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . $html . '</a>'; return $html;} add_filter( 'post_thumbnail_html', 'wpb_autolink_featured_images', 10, 3 );
Comment

Found in faq paragraph.

You have to log in to edit this translation.

A: It just adds a simple code to the function.php file of you active theme. This will add a link to the featured image which is added to a blog. A: Er wordt een simpele code toegevoegd aan het function.php bestand van het active thema. Dit zal een link toevoegen aan de uitgelichte afbeelding die aan de blog is toegevoegd. Details
A: It just adds a simple code to the function.php file of you active theme. This will add a link to the featured image which is added to a blog.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Adds a function to the function.php file of your current active theme. This function will make the featured image link back to the blog the image was inserted. This way you do not have to change your themes files and your changes will not be gone after a theme update. Voegt een functie toe aan het function.php bestand van je huidige actieve thema. Deze functie zal ervoor zorgen dat de uitgelichte afbeelding terug linkt naar de blog waaraan de afbeeldingen zijn toegevoegd. Op deze manier hoef je geen thema bestanden aan te passen en zullen de wijzigingen niet verloren gaan na een update van het thema. Details
Adds a function to the function.php file of your current active theme. This function will make the featured image link back to the blog the image was inserted. This way you do not have to change your themes files and your changes will not be gone after a theme update.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Q: How does this plug-in work? V: Hoe werkt deze plugin? Details
Q: How does this plug-in work?
Comment

Found in faq header.

You have to log in to edit this translation.

Q: Which code is added? V: Welke code wordt er toegevoegd? Details
Q: Which code is added?
Comment

Found in faq header.

You have to log in to edit this translation.

Updated and tested up to WordPress version 6.4. Changed Stable tag to version number.
Priority: low
Geüpdatet en getest tot WordPress versie 6.4. Gewijzigde stabiele tag naar versienummer. Details
Updated and tested up to WordPress version 6.4. Changed Stable tag to version number.
Comment

Found in changelog list item.

You have to log in to edit this translation.

Updated and tested up to WordPress version 6.3.
Priority: low
Geüpdatet en getest tot WordPress versie 6.3. Details
Updated and tested up to WordPress version 6.3.
Comment

Found in changelog list item.

You have to log in to edit this translation.

Updated and tested up to WordPress version 6.2.
Priority: low
Geüpdatet en getest tot WordPress versie 6.2. Details
Updated and tested up to WordPress version 6.2.
Comment

Found in changelog list item.

You have to log in to edit this translation.

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

Export as