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

Today In History

설명

The Today In History widget gives you access to a database of notable events that have happened throughout history. The database is hosted with Macnative.com and the widget queries it once a day to update the contents of the widget.

Please visit the Plugin Homepage for more information

설치

  1. Unzip and upload the “Today in History” plugin folder to wp-content/plugins/
  2. Activate the plugin from your WordPress admin panel.
  3. Installation finished.

FAQ

How do I customize the appearance of the widget?

In the widget options there is a checkbox titled ‘Default Styling’ if you uncheck that box, you can include the following CSS in your own css file with any required changes to apply your custom look and feel to the widget.

<style type="text/css">
    h5.TIH_Date {
        font-size: 18px;
        font-style: italic;
        color: #555;
        font-weight: bold;
        text-align: center;
    }
    p.TIH_Event {
        text-indent: 25px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    div#TIH_Bottom {
        margin: 5px 0 5px 20px;
        clear: both;
        font-size: 8px !important;
    }
tihBottom a {

font-size: 8px !important;
}

How do I manage what items appear

In the Widget Settings there are multiple checkboxes that give you access to specific categories of content. Simply uncheck any categories that you would rather not have in your widget, click save and you should be good to go.

What if my favorite historical event is not in the database?

Drop me a line and I will work on getting it added.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.5.1 [2012-11-03]

  • Fixed and Issue that caused the Plugin Version to report incorrectly

0.5 [2012-11-03]

  • Fixed and Issue that caused the results to not return the correct day

0.4.2 [2012-08-23]

  • Updated for WordPress 3.4.1

0.4.1 [2012-06-16]

  • Updated for WordPress 3.4

0.4 [2012-04-25]

  • Updated for WordPress 3.3.2

0.3 [2012-01-29]

  • Initial Release