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

Custom Page Menus

설명

The included pages can be defined using the ‘Custom Page Menus’ admin panel on the page-edit screen ( see screenshots ).

The widget allows you to select whether to display the page’s featured image next to the link. (I would recommend using icon sized images for this feature)

On the page-edit screen a custom title for that specific page can also be defined. This title will be used should that page appear anywhere on one of the menus created with the plugin.

The menu can be added to any dynamic sidebar using the Custom Page Menus widget or alternatively coded into themes using the custom template tag:

cpMenu()

$args = array(

‘show_date’ => ,

‘date_format’ => get_option(‘date_format’),

‘child_of’ => 0,

‘exclude’ => ,

‘title_li’ => __(‘Pages’),

‘echo’ => 1,

‘authors’ => ,

‘sort_column’ => ‘menu_order, post_title’,

‘link_before’ => ,

‘link_after’ => ,

‘walker’ => );

Example Usage: http://catn.com/tech/data-centre/

스크린샷

  • Styled version used on WP page.
  • Custom Page Menus settings in page-edit screen.
  • Widget settings.

설치

  1. Upload the custom-page-menu folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add and customise the widget to one of your sidebars through the widgets menu in WP admin or alternatively code the menu into your theme using the tag provided ‘cpMenu()’.
  4. Select Menu pages to be added in the page-edit screen.

FAQ

Will the widget be displayed on all pages?

No, the widget will only output on pages with included Custom Page Menus Widget items.
Should a page not have any menu defined the widget will not display anything or affect the layout of the page in any way.

Where is the Custom Page Menus data stored?

The included pages will be stored in a comma seperated list of ID’s in the page custom meta.
This meta data might be visible in some WP installs as ‘custom field’ below the page edit window and should not be edited directly.

Can the Custom Page Menus Widget be coded into a theme/template?

Appart from the widget Custom Page Menus can also be included using the template tag: ”
This function will accept all the standard wp_list_pages arguments. Note that the featured image can not yet be added via the template tag although this will be added to a future release.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Custom Page Menus”(을)를 번역하세요.

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

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