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

Site Template

설명

Site Template is a plugin that allows site administrators to set up “site templates” for their WPMU or wordpress 3 (with networking enabled) sites. When a user creates a new blog, he or she will be prompted with a list of site templates to select from. Each template specifies the theme, theme options, widgets, plugins, pages, posts, categories, links, tags, menus, and link cateogries for the new site.

Creating a site template is a two step process:

First, create a site with the appropriate theme, theme options, widgets, active plugins, pages, posts, categories, tags, links, and link categories. This site will serve as the template, and the site’s name will be the name of the template.

Second, an administrator needs to flag the site as a template. To flag a site as a template the administrator needs to go to the admin blogs page (in wpmu) or the sites page (in wp3), find the site, and click on the “Activate Template” link in the rightmost column.

Once the template is created it will appear in the list of templates whenever a user creates a new site. Site templates are live meaning that any changes are made to a profile’s template will be reflected in future sites users create with that profile. Administrators can change the order templates appear on the “Site Template” page by clicking on the “Site Templates” link in the “Super Admin” (wp3) or “Site Admin” (wpmu) panel. The “Site Template” page lists all templates. In the right most column is the number of “children” of a given template or the number of sites that have been created from the specified template. You can see the children sites by clicking on the number.

  • added code to support templates when creating site at the same time as registering.

.r387807

설치

  • Copy directory to wp-content, go to plugins and click on “Network Activate”
  • Edit wp-activate.php so that the first line reads:
    /** define( “WP_INSTALLING”, true ); **/
    instead of:
    define( “WP_INSTALLING”, true );

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

.3

  • allows for renamning template. If no name, error message appears. Confirmation on update.
  • adds default template to the last row of “Site Template” screen. Default option is anchored in the last row, but the name can change.
  • adds confirmation message when site is activated or deactivated in Sites screen.

.31

  • bug fix to support site template when new users register

.32

  • bug fix so that the site’s e-mail address is not replaced by the e-mail address of the template’s creator
  • removed “Create Blog” link because it exists in “My Sites” panel

.4

  • bug fix so delete site works more smoothly
  • adds support for deactivating and archiving sites
  • adds support for menus

1.0

  • rewrote the copy site code so it skips the API and dips directly in the database. Should support custom content types, and fix bugs with menu creation, but not sure on either as I could not reproduce.
    <<<<<<< .mine
  • added code to support templates when creating site at the same time as registering.

1.1

  • moved site template options into the sites menu on the network admin page