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

Todayish in History

설명

If your blog posts from the same time of year are relavant each and every
year, then this is the plugin for you. Todayish In History shows a list of
links to blog posts from your blog which were posted in previous years at
about the same date as today.

The plugin is named Todayish because if there isn’t a blog post from today’s
date in previous years it will use the blog post which is the least
number of days away from todays date.

Todayish in History provides a function for use in themes as well as a
widget for use in your sidebar.

스크린샷

  • Todayish in collapsed form in a theme.
  • Todayish expanded in a theme.
  • Todaysih widget in vertical mode.
  • Todayish widget in horzontal mode.
  • Todayish widget options.

설치

  1. Unzip the todayish_in_history.zip file to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

If you want to use the widget:

  1. Place the Todayish In History in a sidebar using the WordPress Widgets tool in the Appearence menu
  2. Change the settings if desired

If you want to use Todayish In History in your theme:

  1. Place

    <?php todayish_in_history(); ?> 
    

    in your template

  2. You can optionally set the following parameters

    • parameter (default,type) — Description
    • limit (100,int) — How many years of history to show
    • title (Todayish In History,string) — The title displayed next to the dropdown
    • class (horizontal,css legal string) — The class added to the outermost div for styling purposes
    • width (200px,valid css width) — How wide should the dropdown be.
    • iswidget (FALSE,boolean) — If TRUE adds class ‘widgettitle’ to h2 widget title
    • ‘max_days_off’ (int/365) The max number of days away from today’s date to search
    • ‘range’ (bool/FALSE) Use the fixed range_start/range_stop fields?
    • ‘range_start’ (int/0) Start year in fixed range
    • ‘range_stop (int/date(‘Y’)) Stop year in fixed range

By default the dropdown drops directly down, and titles too wide for the
drop-down are truncated. To change this behavior so that the dropped-down list
is as wide as it needs to be, see the comment in todayish_in_history.css

FAQ

What’s a use case for this thing?

I am entering my 3rd year of garden blogging. Every year the same types of things
are applicable in the same season of the year. Other seasonal topics like
hunting, fishing, sports, etc. may also find this sort of thing useful.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Todayish in History”(을)를 번역하세요.

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

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

변경이력

0.2

Added option to use fixed date range. Added option to limit proximity to
current date — eg. Only show posts from previous years within 30 days of
today.

0.1.1

Fix to use sidebar’s title size instead of hard coded h2. Added !important to
commented out CSS that enabled full text links to appear.

0.1

  • Welcome to Todayish In History