Skip to content

Adds a meta box to the media detail page where you can tag the current media as a main logo.

License

Notifications You must be signed in to change notification settings

ludovicroland/tagMediaAsLogo-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tag Media As Logo for Wordpress

Contributors: ludovicroland (http://www.rolandl.fr)
Requires at least: 4.0
Tested up to: 4.0
Stable tag: 0.1
License: MIT License
License URI: https://opensource.org/licenses/mit-license.php

Description

Adds a meta box to a media where you can tag it as a "logo".

Installation

  • Download the plugin and uncompress it
  • Copy the entire directory in your plugin directory of your WordPress blog (/wp-content/plugins)
  • Activate the plugin through the 'Plugins' menu in WordPress

Now you can:

  • define a media as the "logo" of your blog
  • retrieve the media that has been tag with :
echo wp_get_attachment_url(get_option(MEDIA_LOGO_META_KEY));

Changelog

0.1

  • first version

About

Adds a meta box to the media detail page where you can tag the current media as a main logo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages