回答編集履歴
1
修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[eo_calendar] ( [Widget Calendar](http://docs.wp-event-organiser.com/shortcodes/widget-calendar/) ) のドキュメントを読むと 指定できる項目は、
|
1
|
+
`[eo_calendar]` ( [Widget Calendar](http://docs.wp-event-organiser.com/shortcodes/widget-calendar/) ) のドキュメントを読むと 指定できる項目は、
|
2
2
|
|
3
3
|
* showpastevents : 終了した予定を表示する
|
4
4
|
* event_category : 表示するカテゴリー
|
@@ -7,4 +7,4 @@
|
|
7
7
|
のみです。
|
8
8
|
|
9
9
|
|
10
|
-
[eo_fullcalendar] ( [Calendar](http://docs.wp-event-organiser.com/shortcodes/calendar/) ) の方は、設定項目が多くあり、 `year` / `month` が指定できるので、`[eo_fullcalendar year=2019 month=12]` のような指定で、2019年12月のカレンダーの表示が可能です。
|
10
|
+
`[eo_fullcalendar]` ( [Calendar](http://docs.wp-event-organiser.com/shortcodes/calendar/) ) の方は、設定項目が多くあり、 `year` / `month` が指定できるので、`[eo_fullcalendar year=2019 month=12]` のような指定で、2019年12月のカレンダーの表示が可能です。
|