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

Read a Poem – Month by Month

설명

Read a Poem – Month by Month is a simple way to display fresh website content to site visitors every month. The plugin can be used for any post content, you aren’t restricted to poems.

Add your poems to the Read a Poem post entry. Enter 12 poems and then assign them to a month. Add the shortcode to a page to display a different poem each month.

  • Use the shortcode [poem-current] to display a different poem each month
  • Use the shortcode [poem id=XXX] to display a specific poem
  • Shortcodes can be used in a page, post, or a text widget
  • Developers can add do_shortcode(‘[poem-current]’) to their templates

If you like this plugin please rate it on WordPress.org

Donations:

I appreciate all donations, no matter the size. Further development of this plugin is not contingent on donations, but they are a nice incentive. To donate click on the “donate to this plugin” link in the sidebar below the Authors.

스크린샷

  • Install and activate the plugin. Then navigate to the new "Read a Poem" custom post type in the admin.

  • Each poem can be displayed using the shortcode provided on the "All Poems" page

  • Assign a poem to a month then use the shortcode [poem-current]

설치

  1. Install via the WordPress.org plugin directory or by uploading the read-a-poem folder to the /wp-content/plugins directory

  2. Activate the plugin through the Plugins menu in WordPress

  3. Add your poem in the new ‘Read a Poem’ custom post type section of the admin.

  4. To display a given poem on a page/post in your site — go to the “All Poems” screen and copy the poem’s shortcode [poem id=XXX]. Paste the shortcode into your site where you want to display your poem.

  5. To cycle through and display a different poem each month….

    • begin by adding 12 poems to the Read a Poem post type
    • then go to Assign to Month and designate which poem is to be displayed each month
    • Add the shortcode [poem-current] to a page
  6. DEVELOPERS: include echo do_shortcode(“[poem-current]”); in the template where you want the poems to display.

FAQ

Can this plugin display monthly content other than poetry?

Yes! The custom post type is called Read a Poem but you can use it for any content that you want to change on a month by month basis.

What shortcodes do I use for this plugin?
  1. From the All Poems page you can grab the poem’s shortcode – go to the “All Poems” screen and copy the poem’s shortcode [poem id=XXX] id=XXX will be the specific id number for your poem.
  2. [poem-current] will display the poem assigned to the current month
Does the plugin provide a widget?

No, just use the appropriate shortcode in a text widget. If your theme doesn’t support shortcodes in widgets, use the Black Studio TinyMCE Widget plugin and place the shortcode in a visual editor widget.

How do I include Read a Poem in a page template?

include echo do_shortcode(“[poem-current]”); in the template where you want the poems to display.

Can I see a Demo of this plugin in action?

The plugin was written for use here http://dsmartin.ca/read-a-poem/

후기

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

기여자 & 개발자

“Read a Poem – Month by Month”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Read a Poem – Month by Month”(을)를 번역하세요.

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

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

변경이력

1

  • Initial release