이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Add Page From Template

설명

Are you tired to create pages through different environments?

  • Add Virtual WordPress ‘page’ from php template file automatically
  • Not needed to add ‘page’ from admin panel

    The page-xxx.php would be located at ‘themes/your-theme/page-foobar.php’ then the page will be created as ‘http://www.example.com/foobar/’ without admin panel.

스크린샷

  • Virtual page would be made.
  • Just make a page-foobar.php at your themes/pages directory.

설치

  1. Download the Add Page From Templete plugin.
  2. Decompress the ZIP file and upload the contents of the archive intot /tp-content/plugins/.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Activate Custom permalink setting. (Make sure .htaccess file is generated)

FAQ

How to add the virtual page?

Put your template file into your ‘themes/yourtheme/pages/’.
(‘themes/yourtheme/pages/’: default)
Make the template page name ‘page-xxx.php’.

I put file but I cannot see the page. Why?

Check the template file located at correctly directory.
The default directory is ‘wp-content/themes/yourtheme/pages/’.

Check whether the same slug page * NOT EXISTS *.
You can check the conflict at the plugin setting page.

Check custom permalink setting is activated.

Please send the problem to the author.
https://github.com/yousan/add-page-from-template/issues

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Add Page From Template”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Add Page From Template”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

Version 0.4.4.1

  • Fixed: Remove critical bug.

Version 0.4.4

  • Fixed: Set Title when called at wp_title().

Version 0.4.3.1

  • Fixed: Set title correctly.

Version 0.4.3

  • Upgraded: Show title from template file.

Version 0.4.2

  • Fixed: Removed a warning.

Version 0.4.1

  • Fixed: For old WP_version <= 4.3.

Version 0.4

  • Fixed: APFT Overrides global $post. Now we can use function/tags which refers to global $post such as get_post_type().

Version 0.3

  • Fixed: Removed debug code.
  • Fixed: Added pagename when apft virtual page loaded.

Version 0.2

  • Fixed: version number.
  • Fixed: Reload pages when the plugin is activated.

Version 0.1

  • Fixed: Remove Warning.

Version 0.0.1

  • Upgraded: Added template list table at the setting page.

Version 0.0.0.1

  • Plugin is born.