Skip to content

Adds a meta box to the Edit Page page where you can tag a page as a "terms of use" page.

License

Notifications You must be signed in to change notification settings

ludovicroland/tagPageAsTermsOfUse-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag Page As Terms Of Use for Wordpress

Contributors: ludovicroland (http://www.rolandl.fr)
Requires at least: 4.0
Tested up to: 4.0
Stable tag: 0.1
License: GNU GPL v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Description

Adds a meta box to the Edit Page page where you can tag a page as a "terms of use" page.

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 page as the "terms of use" page of your blog
  • retrieve the page that has been tag with :
$pages = get_pages(array('meta_key' => TERMS_OF_USE_META_KEY));

Screenshots

French

English

Changelog

0.1

  • first version

About

Adds a meta box to the Edit Page page where you can tag a page as a "terms of use" page.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages