MS Auto Thumbnail Custom Key Generator

0

This plugin can create automaically custom key of url and alt of the post image. ::usage:: use below code to show thumbnail in your template $thumb = get_post_meta($post->ID, “Thum

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

This plugin can create automaically custom key of url and alt of the post image.

::usage::

use below code to show thumbnail in your template

$thumb = get_post_meta($post->ID, “Thumbnail”, $single = true); $thumb_alt = get_post_meta($post->ID, “Thumbnail-alt”, $single = true);

(note: “Thumbnail” will be replaced by your own custom key)