Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

Tag Page As Terms Of Use

Opis

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

Zrzuty ekranu

Instalacja

  • 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));

Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

Kontrybutorzy i deweloperzy

„Tag Page As Terms Of Use” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

0.1

  • first version