This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

MS Auto Thumbnail Custom Key Generator

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)

Screenshots

Installation

  1. Download the zipped plugin file to your local machine
  2. Unzip the file.
  3. Upload the “ms-auto-thumbnail-custom-key” folder to the “/wp-content/plugins/” directory.
  4. Activate the plugin through the “Plugins” menu in WordPress.

for more detail visit http://shahidmau.blogspot.com

Reviews

There are no reviews for this plugin.

Contributors & Developers

“MS Auto Thumbnail Custom Key Generator” is open source software. The following people have contributed to this plugin.

Contributors