GithubHelp home page GithubHelp logo

kharissulistiyo / 7k-image-uploader-meta-box Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 176 KB

Simple WordPress plugin adds image uploader meta box. http://wordpress.org/plugins/7k-image-uploader-meta-box/

PHP 100.00%

7k-image-uploader-meta-box's Introduction

7K Image Uploader Meta Box

Contributor: Kharis Sulistiyono
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ACYNA5XNUGBUL Tags: posts, uploader, meta box, custom meta box, image uploader
Requires at least: 3.0
Tested up to: 3.8
Stable tag: 1.1 License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Sometimes only single featured image is not enough. So you can have one more by using this plugin. It is just 7 kilobytes PHP file which adds image uploader field under post editor.

Description

7K Image Uploader Meta Box WordPress Plugin

Printing the image output is very simple. Just use this code in your template file.

$id = get_post_meta($post->ID, 'iumb', true);
$image = wp_get_attachment_image_src($id, 'full-size');
echo $image;

This very first release doesn't support custom post type. Worry not, for the next version it does.

Installation

  1. Download the 7K Image Uploader Meta Box Plugin.
  2. In your WordPress Administration, go to Plugins > Add New > Upload, and select the plugin ZIP file.
  3. Activate the plugin.
  4. The image uploader meta box will appears on add/edit post.

Changelog

= 1.0 =

  • Initial release

Download

http://wordpress.org/plugins/7k-image-uploader-meta-box/

Support

Contact me: Kharis Sulistiyono

7k-image-uploader-meta-box's People

Contributors

kharissulistiyo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.