Linux 软件免费装

Easy Random Quotes

开发者 trepmal
更新时间 2016年9月29日 10:57
捐献地址: 去捐款
PHP版本: 2.8 及以上
WordPress版本: 4.6

标签

widget plugin shortcodes random quotes

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.7Dev 1.8

详情介绍:

Insert quotes and pull them randomly into your pages and posts (via shortcodes) or your template (via template tags). Can refer to quote IDs to use specific quotes. Also widget-enabled

安装:

  1. Upload the contents of the zip file to the your plugins directory (default: /wp-content/plugins/)
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to the Easy Random Quotes page under Settings
  4. Add/edit the quotes you'd like to use on your site
  5. To display in a page or post, use the short code: [erq], or [erq id={id}] if you'd like to use only a specific quote
  6. To add to your template, use the template tag: <?php echo erq_shortcode(); ?>, or <?php echo erq_shortcode(array('id' => '{id}')); ?> if you'd like to use only a specific quote

屏幕截图:

  • Admin screen
  • Widget
  • Shortcode

升级注意事项:

1.7 New: Random quotes from a given list of ids: [erq id='2,4,6']

更新日志:

1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0