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

Post Type Archive Link

설명

Post Type Archive Link creates a metabox on the Appearance > Menu admin page.
This lists your custom post types and allows you to add links to each archive page in your WordPress menus.

The plug-in uses WordPress’ default menu classes for current pages, current page parent and current page ancestor.

By default all post types with archives (and not registered by core) are available for adding to your menu.
You can forcibly revent a particlar post type from appearing using the show_{$posttype}_archive_in_nav_menus hook.

스크린샷

  • Custom post types admin menu metabox
  • Custom post types added to your menu
  • Custom post type 'Clients' in front-end menu with WordPress menu classes and current item styles

설치

Installation is standard and straight forward.

  1. Upload WordPress-Post-Type-Archive-Links folder (and all it’s contents!) to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. The metabox will appear at the bottom of your Appearance > Menu

FAQ

Installation Instructions

Installation is standard and straight forward.

  1. Upload WordPress-Post-Type-Archive-Links folder (and all it’s contents!) to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. The metabox will appear at the bottom of your Appearance > Menu
I can’t see in the ‘post type’ metabox on the Apperance > Menus screen

View the “screen options” (top right), and ensure that “Post Type Archives” is checked.

Why are some post types missing?

The metabox will only list custom post types registered with non-falsey has_archive, publicly_queryable or show_in_vav_menus.

CPTs having true has_archive' but falsepublicly_queryableand/orshow_in_vav_menuscan be shown usingshow_{$cpt_slug}_archive_in_nav_menus` filter hook.

후기

2016년 12월 23일
This hasn't been updated in two years. But it still works perfectly.
2016년 9월 3일
I often need to show a custom-post-type-archive and missed it as a core function of WordPress. Your plugin just does it. Thanks.
모든 25 평가 읽기

기여자 & 개발자

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

기여자

“Post Type Archive Link”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Post Type Archive Link”(을)를 번역하세요.

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

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

변경이력

1.3.1 – 12th April 2015

  • Fixes incomptability with PHP 5.3 and older.

1.3

  • Make submit button available for translation. Thanks to @antwortzeit.
  • Removed hooks from constructor, allowed plugin disabling: removing all hooks and text domain
  • Introduced “post_type_archive_links” filter hook to get an instance of plugin class
  • Hide CPTs having ‘has_archive’ true, but ‘publicly_queryable’ and/or ‘show_in_vav_menus’ set to false
  • Introduced “show_{$cpt_slug}_archive_in_nav_menus” filter to force CPTs be added on metabox
  • Show “No items.” when there are no CPTs available
  • Tested up to 4.0
  • Added Italian language. Thanks to @giuseppe.mazzapica.
  • Updated readme

1.2

  • Use has_archive rather than public. See #13
  • Fixes bug where “disabled” is printed if no menu has been created.
  • Tested up to 3.7.1
  • Added German language. Thanks to @mcguffin.

1.1

  • Fixed a couple of notices that displayed with debug on
  • Better maintainability (avoid touching JS files)
  • Static init now runs during plugins_loaded hook
  • Code cleanup and safer names

1.0.1

  • Fixed enqueue bug

1.0

  • Added plug-in