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

Genesis Shortcodes

설명

This file creates all the shortcodes used throughout a site. While there is an array of shortcodes that are packaged with Genesis, this plugin provides a few more shortcodes that are used for the purpose of developing sites and migrating sites. It also enables code to execute shortcodes in the text widget. Contains the following shortcodes: [post_field], [child] or [child_url], [wpurl], [url], [site_url], [uploads], [genesis_comments], [genesis_email] or [email], [genesis_email_link] or [email_link], [genesis_modified_date] or [modified_date], [genesis_avatar] or [avatar], [plugin_info], & content columns shortcodes.
[post_field], [child_url], [wpurl], [url], [uploads],

Plugin Info Shortcode:
* e.g., [plugin_info slug=”wordpress-seo” data=”banner” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”tags” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”author” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”author_profile” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”contributors” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”requires” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”tested” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”rating” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”num_ratings” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”downloaded” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”last_updated” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”added” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”homepage” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”short_description” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”download_link” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”donate_link” ]
* e.g., [plugin_info slug=”genesis-shortcodes” data=”sections” ]
* e.g., [plugin_info slug=”genesis-shortcodes” section=”description” ]
* e.g., [plugin_info slug=”genesis-shortcodes” section=”installation” ]
* e.g., [plugin_info slug=”genesis-shortcodes” section=”screenshots” ]
* e.g., [plugin_info slug=”genesis-shortcodes” section=”changelog” ]
* e.g., [plugin_info slug=”genesis-shortcodes” section=”faq” ]

MultiSite Shortcode:

  • e.g. [site_url]
  • e.g. [site_url site=”1″]
  • e.g. [site_url site=”1″ scheme=”admin”]
  • e.g. [site_url site=”1″ path=”/sample/”]
  • e.g. [site_url site=”{optional_ID}” path=”/path/relative/to/site/url” scheme=”http|login|login_post|admin”]

Content Columns Shortcodes

  • e.g. [one_half_first]CONTENT[/one_half_first][one_half]CONTENT[/one_half]
  • e.g. [one_third_first]CONTENT[/one_third_first][one_third]CONTENT[/one_third]
  • e.g. [two_thirds_first]CONTENT[/two_thirds_first][two_thirds]CONTENT[/two_thirds]
  • e.g. [one_fourth_first]CONTENT[/one_fourth_first][one_fourth]CONTENT[/one_fourth]
  • e.g. [two_fourths_first]CONTENT[/two_fourths_first][two_fourths]CONTENT[/two_fourths]
  • e.g. [three_fourths_first]CONTENT[/three_fourths_first][three_fourths]CONTENT[/three_fourths]
  • e.g. [one_fifth_first]CONTENT[/one_fifth_first][one_fifth]CONTENT[/one_fifth]
  • e.g. [two_fifths_first]CONTENT[/two_fifths_first][two_fifths]CONTENT[/two_fifths]
  • e.g. [three_fifths_first]CONTENT[/three_fifths_first][three_fifths]CONTENT[/three_fifths]
  • e.g. [four_fifths_first]CONTENT[/four_fifths_first][four_fifths]CONTENT[/four_fifths]
  • e.g. [one_sixth_first]CONTENT[/one_sixth_first][one_sixth]CONTENT[/one_sixth]
  • e.g. [two_sixths_first]CONTENT[/two_sixths_first][two_sixths]CONTENT[/two_sixths]
  • e.g. [three_sixths_first]CONTENT[/three_sixths_first][three_sixths]CONTENT[/three_sixths]
  • e.g. [four_sixths_first]CONTENT[/four_sixths_first][four_sixths]CONTENT[/four_sixths]
  • e.g. [five_sixths_first]CONTENT[/five_sixths_first][five_sixths]CONTENT[/five_sixths]

IMPORTANT:
You must have Genesis installed. Click here to learn more about Genesis

Special Thanks

I owe a huge debt of gratitude to all the folks at StudioPress, their themes make life easier.

And thanks to the various individuals who helped me through the beta testing.

설치

  1. Upload the entire genesis-shortcodes folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Begin using!

FAQ

Do you have future plans for this plugin?
  • If you have suggestions or want to add any shortcodes, please feel free to contact me

후기

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

기여자 & 개발자

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

기여자

자국어로 “Genesis Shortcodes”(을)를 번역하세요.

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

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

변경이력

0.5

  • Added email shortcode to protect emails from spam ([genesis_email email=”my@email.com”]).
  • Added modified date shortcode ([genesis_modified_date format=”F j, Y”]).

0.4

  • Fixed [one_half_first] to appear with first instead of last, props Joe Banks
  • Added last column shortcodes for the OCD though not needed

0.3

  • Added [site_url] for MS

0.2

  • Initial Release

0.1

  • Private Beta