설명
Adds a meta box to the Edit Page page where you can tag a page as a “terms of use” page.
설치
- 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));
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Tag Page As Terms Of Use”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
0.1
- first version

