Image Caption Links is a plugin that automatically adds a link to the full size image below image thumbnails with captions.
توسط Matthew Muro
اگر با مشکلی مواجه شدهاید،
لطفاً آن را با جزئیات برای ما ارسال کنید.
🔒 برای ثبت گزارش خرابی باید وارد سایت شوید.
Image Caption Links is a plugin that automatically adds a link to the full size image below image thumbnails with captions.
image-caption-links to the /wp-content/plugins/ directoryYes! By adding the following filter to your theme’s functions.php file, you can customize the link text.
add_filter( 'icl_text', 'my_image_caption_text' );
function my_image_caption_text(){
return 'My Image Caption Link Text';
}
Yes! If you want to customize the CSS output, add the following filter to your theme’s functions.php file.
add_filter( 'icl_css', 'my_image_caption_css' );
function my_image_caption_css(){
/* Replace the default image with my own */
echo '<style type="text/css">
.image-caption-photo{
background:url("' . get_bloginfo('template_url') . '/images/my-image.png") no-repeat left center transparent;
text-align:left;
padding-left:20px;
}
</style>';
}
In order for the plugin to work correctly, you will need to:
| نسخه | حجم فایل | SHA256 | تغییرات | دانلود |
|---|---|---|---|---|
| 1.1 | 4 کیلوبایت | - |
دانلود
برای دانلود باید وارد سایت شوید
ورود / ثبت نام |
قیمت:
رایگان
نگارش
1.1
آخرین انتشار
2 خرداد 1405
آخرین بروزرسانی
4 هفته پیش
نصب های فعال
10+
نگارش وردپرس
وردپرس 2.8+
تست شده از نسخه
وردپرس 3.4.2
نگارش PHP
-
نسخه ها
1 نسخه