oik-read-more

설명

Implements the [bw_more] shortcode to progressively reveal content by clicking on “read more” buttons.

  • Type the [bw_more] shortcode into your content at the point from where you want to hide the remaining content.
  • When the content is displayed the shortcode is replaced by a ‘read more’ button.
  • The user reveals the remaining content by clicking on the ‘read more’ button.

Choose the text to be displayed in the button using

[bw_more “my read more text”]

스크린샷

  • oik-read-more in action
  • result after ‘read more’ clicked

FAQ

Installation

  1. Upload the contents of the oik-read-more plugin to the `/wp-content/plugins/oik-read-more’ directory
  2. Activate the oik-read-more plugin through the ‘Plugins’ menu in WordPress

Note: You will also need the oik base plugin, version 3.1 or higher.

Is it dependent upon oik?

Yes. It depends on the oik base plugin.

What is the syntax of the [bw_more] shortcode?

[bw_more
read_more=”read more|text – Text for read more button”
class=”|CSS class – CSS class name(s)”]

Note: You do not need to use the read_more= parameter name

How do I style the ‘read more’ button?

Use custom CSS to style the ‘read more’ text.

Further reading

If you want to read more about the oik plugins then please visit the
oik plugin
“the oik plugin – for often included key-information”

후기

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

기여자 & 개발자

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

기여자

자국어로 “oik-read-more”(을)를 번역하세요.

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

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

변경이력

0.2.6

  • Changed: Support PHP 8.3 #5
  • Fixed: Only respond to oik_add_shortcodes after oik_loaded #6
  • Tested: With WordPress 6.5-RC3 and WordPress Multisite
  • Tested: With PHP 8.3
  • Tested: With PHPUnit 9.6