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

Details King Pro

설명

Stay up-to-date with the latest by following @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+

Built as a continuation of the blog posts on King Pro Plugins – Building a simple WordPress Plugin

Details King Pro creates an easy way to have global values that can be used site with either via the provided shortcode or
via the PHP functions. Fields dynamically created by you can have a variety of values such as single textbox plain text value, block textarea plain text value, WYSIWYG content
value, file upload (such as a logo), or a date picker field.

If you have any suggestions or would like to see a feature in the plugin, please let me know in the support forum.

Any issues you are having, I’d also love to know, so again, please let me know using the support forum.

Check out the King Pro Plugins range

How To Use

Use Shortcodes

Shortcodes can be used in any page or post on your site. By default:
[dkp k=”your-field-key”]
If you would like to display an error if the key is not found:
[dkp k=”your-field-key” e=true]
To add this into a template, just use the “do_shortcode” function:
<?php if (function_exists(‘dkp_func’)) echo do_shortcode(“[dkp k=’your-field-key’]”); ?>
Of course, why do that when you have functions you can use:
<?php the_dkp_field($field_key, $error); ?>
This will print the value right there, or if you need to use the variable prior to printing it, use:
<?php $value = get_dkp_field($field_key, $error); ?>

Having Trouble? Get support either on the support forums here or at @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+

스크린샷

  • Details King Pro types of possible fields
  • How easy it is to create a new field

설치

  1. Download and unzip the zip file onto your computer
  2. Upload the ‘details-king-pro’ folder into the /wp-content/plugins/ directory (alternatively, install the plugin from the plugin directory within the admin)
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Create your first field within the ‘Details King Pro’ section of the admin
  5. Within the WYSIWYG editor, place the short code ‘[dkp k=”your-field-key”]’ or within the code, <?php the_dkp_field(‘your-field-key’); ?>

Having Trouble? Get support either on the support forums here or at @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+

FAQ

After activating this plugin, my site has broken! Why?

Nine times out of ten it will be due to your own scripts being added above the standard area where all the plugins are included. If you move your javascript files below the function, “wp_head()” in the “header.php” file of your theme, it should fix your problem.

Have a question thats not listed? Get support either on the support forums here or at @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+

후기

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

기여자 & 개발자

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

기여자

자국어로 “Details King Pro”(을)를 번역하세요.

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

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

변경이력

1.0

  • Initial