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

Custom Post Type Date Archives

설명

Add Date archives to custom post types right in the dashboard itself. This plugin also provides widgets and editor blocks to display archives, calendars and recent posts. This allows you to use this plugin as a super simple events calendar.

Features:

  • Adds a date archives submenu for each custom post type
  • Adds the rewrite rules needed for viewing the date archives
  • Adds widgets and editor blocks for archives, calendars and recent posts
  • Allows you to publish scheduled posts with future dates like normal posts
  • Allows you to use specific theme templates files for cpt date archives
  • Adds WP Rest API endpoints for archives, calendar and recent posts

Plugin Documentation

WordPress doesn’t support date archives for custom post types out of the box. This plugin adds the rewrite rules needed to view the date archives at a pretty permalink.

Example permalink (url) for a custom post type events date archive.

https://example.com/events/2015/06/12

The calendar, archive and recent posts widget are similar to the existing WordPress widgets, but with extra (custom post type) options added.

The cpt date archives use the same theme template files as the normal WordPress date archives. Extra template files and template functions are available for use in the custom post type date archives.

For more information visit the Plugin Documentation

스크린샷

  • Date archives settings page for the custom post type Products.
  • The Calendar widget
  • The Archives widget
  • The Recent Posts widget
  • Calendar editor block
  • Archives editor block
  • Recent posts editor block

블록

이 플러그인은 3(을)를 제공합니다.

  • Custom Post Type Date Archives
  • Custom Post Type Date Archives
  • Custom Post Type Date Archives

설치

Follow these instructions to install the plugin.

  1. In your WordPress admin panel, go to Plugins > New Plugin, search for “custom post type date archives” and click “Install now”.
  2. Alternatively, download the plugin and upload the contents of custom-post-type-date-archives.zip to your plugins directory, which usually is /wp-content/plugins/.
  3. Activate the plugin
  4. Add date archives in the “Date Archives” sub menu of a custom post type.

FAQ

For more information about this plugin visit the Plugin Documentation

Where do I add the date archives?

You add the date archives in the “Date Archives” sub menu of a custom post type.

I don’t see the sub menu to add date archives?

If you don’t see the “Date Archives” sub menu in the menu of a custom post type, the post type is probably registered to not be public or not have archives. See Custom Post Types

후기

2021년 3월 2일
Excellent plugin qui ajoute une fonctionnalité importante
2020년 10월 27일
If you’re lamenting the fact that wp_get_archives() still doesn’t accept custom post types, this is your plugin. See the documentation for the plugin’s own alternative. It is a direct copy of the core function with CPT support added. Be sure to use if(function_exists('cptda_get_archives')) { … } to confirm the plugin is present before assuming the functions exist.
2017년 5월 8일
I don’t know why this plugin feature isn’t included in the wordpress core by default but it works great, it does what it says and easy to use…
2016년 11월 17일 답글 1개
This works really well and has been very helpful, plus I have learned some more through implementing it… Much gratitude to the author for making it available… Kind regards…
2016년 9월 3일 답글 1개
Hunted for solutions online (results of which seemed to always have some drawback) before deciding to check if a plugin was available… and there was. I was surprised that the CPT “date” feature was missing from WP – something you discover when you want more than a single “blog” type so not an uncommon request I’d have thought. Anyway, great plugin. Simple to use. Thanks very much to the author, keesiemeijer.
모든 6 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Custom Post Type Date Archives”(을)를 번역하세요.

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

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

변경이력

2.7.1

  • Enhancement
    • Update calendar HTML to be the same as WP 5.4

2.7.0

  • Enhancement
    • Add editor blocks to display archives, calendars and recent posts.

2.6.1

  • Fix white screen bug for themes without archive templates. props @wpexplorer

2.6.0

  • Enhancement
    • Add Rest API endpoints for the archives, calendar and recent posts.
    • Allow post type post in archives and calendar plugin functions.
    • Add pagination (offset) for archives and recent posts.
    • Restructure calendar filters (deprecating the old calendar filters).

2.5.1

  • Enhancement
    • Add ability to use custom archive days in the calendar by using filters.

2.5.0

  • Enhancement
    • Add more control over what posts are displayed in the Recent Posts widget
    • New settings class to manage admin settings
    • New functions for use in theme templates

2.4.0

  • Enhancement
    • Add recent posts widget

2.3.1

  • Enhancement
    • Add selective refresh for widgets in the customizer

2.3.0

  • Enhancement
    • Let WordPress create the rewrite rules for the date archives.
    • Add more control over creating feeds for the date archives (filter)
    • Flush rewrite rules after settings are updated (wp-admin)
    • More PHPUnit tests (github)

2.2.1

  • Enhancement
    • Flush rewrite rules when date archives are removed in admin page
    • Update help section with WordPress repo links
    • Add screenshots

2.2.0

Initial Commit