Title: Simple Diary for WordPress
Author: jojaba
Published: <strong>2014 年 6 月 6 日</strong>
Last modified: 2019 年 10 月 24 日

---

搜尋外掛

![](https://ps.w.org/simple-diary/assets/banner-772x250.png?rev=1374843)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/simple-diary_fdfdfd.svg)

# Simple Diary for WordPress

 由 [jojaba](https://profiles.wordpress.org/jojaba/) 開發

[下載](https://downloads.wordpress.org/plugin/simple-diary.1.4.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/simple-diary/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/simple-diary/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/simple-diary/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/simple-diary/#developers)

 [技術支援](https://wordpress.org/support/plugin/simple-diary/)

## 外掛說明

Simple Diary is meant to be simple enough to be used out of the box. Simple, but
also powerfull and customizable. All skill user should find something to do with
it.

Here’s the list of the settings (see screenshots for further infos):

 * Custom post type “reminder” available. The reminder infos : Title, start date(
   required), end date (optional), start time(optional), end time (optional), location(
   required), url (optionnal), article (optional). The date and time infos are set
   using [pickadate.js](http://amsul.ca/pickadate.js/) jQuery plugin. All the system(
   compose reminder page and datepicker) is responsive.
 * The admin reminders edit page is sorted by start date and contain title, start
   date, end date, location and creation/modification date. All columns are sortable
   except location column.
 * Option page will let you modify some settings : Title of the diary page, slug
   modification, reminder count listed in upcoming reminders, reminder count in 
   diary, selection of the columns in edit page.
 * Possibility to add a reminder from a post (beginning with 1.3 plugin version)
 * All default WordPress themes (twentyten, twentyeleven, twentytwelve, twentythirteen,
   twentyfourteen) can easily be updated to take in account the reminders. You just
   have to get archive-reminder.php, content-reminder.php or loop-reminder.php, 
   single-reminder.php from `/simple-diary/themes-support/your_theme/` and put it
   into your hteme folder (`/wp-content/themes/your-theme/`). You can take these
   files also as examples to customize Diary and reminders for your theme.
 * A “Upcoming reminders” widget is available in the admin widget section.

Simple Diary has been developed by keeping in mind following rules:

 * Easy to install, use and customize
 * Working on every theme (including responsive themes)
 * Adding microdata used to markup HTML code for semantic (so that most popular 
   search providers can handle the infos).
 * Make it translatable (availabe languages : english and french).

## 螢幕擷圖

[⌊The Reminder compose window⌉⌊The Reminder compose window⌉[

The Reminder compose window

[⌊The diary edit page⌉⌊The diary edit page⌉[

The diary edit page

[⌊The Simple Diary options⌉⌊The Simple Diary options⌉[

The Simple Diary options

[⌊The Simple Diary widget in the admin page⌉⌊The Simple Diary widget in the admin
page⌉[

The Simple Diary widget in the admin page

[⌊The widget in the Twenty Fourteen theme sidebar (frontend)⌉⌊The widget in the 
Twenty Fourteen theme sidebar (frontend)⌉[

The widget in the Twenty Fourteen theme sidebar (frontend)

[⌊The diary page in the Twenty Fourteen theme (frontend)⌉⌊The diary page in the 
Twenty Fourteen theme (frontend)⌉[

The diary page in the Twenty Fourteen theme (frontend)

[⌊A single reminder in the Twenty Fourteen theme (frontend)⌉⌊A single reminder in
the Twenty Fourteen theme (frontend)⌉[

A single reminder in the Twenty Fourteen theme (frontend)

## 安裝方式

#### 1-The plugin installation

 1. Upload the `simple-diary` directory to `/wp-content/plugins/` folder of your WordPress
    installation
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

Of course if you’d like to add it using the WordPress plugin manager, you can do
it, it’s the easiest way 😉

#### 2-The theme update

 1. Find what theme you use in your administration Appearance » Theme section
 2. Upload the 3 files (archive-reminder.php, content-reminder.php or loop-reminder.
    php, single-reminder.php) matching your theme into the `/wp-content/themes/your_theme/`
    folder. You can find these files in `/simple-diary/themes-support/your_theme/` 
    folder. For example, if you use twentyfourteen theme, you have to get the 3 files
    in `/simple-diary/themes-support/twentyfourteen/` folder and upload them into the`/
    wp-content/themes/twentyfourteen/` folder.

## 常見問題集

  Where could I find the template functions of Simple Diary?

Edit the `/simple-diary/simdiaw-template-functions.php` file, you will find all 
available template functions.

  I don’t want to use the widget to display the upcoming reminders, is it possible?

Yes, you can list the upcoming reminders everywhere you want, you just have to use
the `the_simdiaw_upcoming_reminders()` function to get them in list format.

This code:
 <ul> <?php the_simdiaw_upcoming_reminders(2) ?> </ul> Will generate 
a html code like this: <ul> <li>Eiffel tower visiting<br>Date: 30/06/2014<br>Location:
Paris</li> <li>Storks observation<br>Date: 06/06/2014<br>Location: Obersoultzbach
</li> </ul>

  Is this plugin compatible with Gutenberg, the new WordPress Editor?

Yes. Beginning with 1.3 version of this plugin.

  Can I duplicate some recurrent events, reminders?

No, sorry! But you can alternatively use the [Duplicate Post](https://fr.wordpress.org/plugins/duplicate-post/)
plugin developped by [Enrico Battocchi](https://lopo.it/). I tested it and it worked
fine with reminders. You just have to go to the settings of Duplicate Post and enable
the custom post _reminder_ to have it work for it.

  Can I create a reminder from a post compose window?

Yes, you can! You just have to enable this feature in the option panel, after that,
you will be able to create a reminder using the link located in the Sidebar and /
the admin Toolbar on a post compose (edit) window.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Simple Diary for WordPress〉的開發相關工作。

參與者

 *   [ jojaba ](https://profiles.wordpress.org/jojaba/)

[將〈Simple Diary for WordPress〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/simple-diary)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/simple-diary/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/simple-diary/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/simple-diary/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/simple-diary/)。

## 變更記錄

#### 1.4.1

 * Now you can enable or disable the reminder creation link (in sidebar metabox 
   or in admin toolbar) in post compose window
 * Avoid script loading in frontend (should only be loaded in backend)

#### 1.4

 * Fixed date and time input validation (looks if the interval between begin and
   end of event is right before validating)
 * Improved new WordPress editor Gutenberg integration (now link to create a new
   reminder from a post is located in admin Toolbar and not in sidebar metabox)
 * The Toolbar link change dynamically when publishing / unpublishing the post in
   Gutenberg
 * Using minified version of `.css` and `.js` file

#### 1.3

 * Added two fields in reminder compose windows: link text and reminder type (so
   you can customize each reminder using a class).
 * You can now add a reminder from a post (this adds the link to the post in the
   reminder automaticaly)
 * New template functions added: `the_simdiaw_upcoming_reminders_query()`, `the_simdiaw_past_reminders_query()`,`
   the_simdiaw_past_reminders()`. See in the `/simple-diary/simdiaw-template-functions.
   php` file to see how they work.
 * Restyling the admin reminder compose window to get it display well on all devices.
 * Added options in option page: define _Past Reminders count_, _Custom reminders
   Names and Classes_, _Formating the upcoming and past reminders display_, _Time
   interval in the time selection window_.
 * Fixed some first use issues in option page.

#### 1.2.1

 * Fixed text domain issue (some strings weren’t translated)

#### 1.2

 * Implemented latest pickadate package (3.5.6)
 * Using get_locale() function to retrieve the locale instead of WP_LANG
 * Allow to change the date and time display format in reminder compose window (
   two new options have been added for this)
 * Provide a clean uninstall process (all plugin options and reminders are removed
   when uninstalling the plugin)

#### 1.1

 * Make edit page responsive
 * Adding new options: reminder count for diary, column to display in edit page 
   selection.
 * Fixing typos in translation
 * Internationalization of theme support template improved
    Note: you should replace
   the previous theme support files you uploaded into the right theme folder by 
   this new set.

#### 1.0

 * First release. Thanks for your feedback!

## 中繼資料

 *  版本 **1.4.1**
 *  最後更新 **7 年前**
 *  啟用安裝數 **30+**
 *  WordPress 版本需求 ** 3.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.3.21**
 *  語言
 * [English (US)](https://wordpress.org/plugins/simple-diary/)
 * 標籤:
 * [custom post type](https://tw.wordpress.org/plugins/tags/custom-post-type/)[diary](https://tw.wordpress.org/plugins/tags/diary/)
   [reminders](https://tw.wordpress.org/plugins/tags/reminders/)
 *  [進階檢視](https://tw.wordpress.org/plugins/simple-diary/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/simple-diary/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/simple-diary/reviews/)

## 參與者

 *   [ jojaba ](https://profiles.wordpress.org/jojaba/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/simple-diary/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5PXUPNR78J2YW&lc=FR&item_name=Jojaba&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)