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

Skip To Content Button

설명

The Skip to Content Button plugin adds a visually hidden but assistive technology/keyboard accessible button after the opening body tag that helps users using assistive technology to skip to a defined area on the page (by default an element with the id of “main”).

The Skip to Content Button plugin features a settings area where users can define a custom button class, a custom target, and a custom string that is the label for the button.

설치

To install the Skip to Content Button plugin:

  1. Upload skip-to-content-button.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Skip To Content Button page within the Settings menu
  4. Assign the correct destination to the Destination ID

FAQ

How do I find out what my destination URL is?

The most straight forward way to do this would be to view the page source of the front-end of your website (in most browsers, right click and press view page source) – and then look for the main content area of your site (typically this should be a element) and copy the ID of that tag.

Can I change this programatically without using the settings page?

Absolutely! The Skip to Content Button has 3 filters:

  • stcb_skip_to_content_button_link – This filters the destination URL in the button
  • stcb_skip_to_content_button_css_class – This filters the CSS Class in the button
  • stcb_skip_to_content_button_text – This filters the Button Text in the button

The button isn’t displaying in my theme!

This plugin requires the wp_body_open(); to be present in the theme for the button to load. If this isn’t in your theme edit your theme (or child theme) and place wp_body_open(); after the opening tag.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Skip To Content Button”(을)를 번역하세요.

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

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