Linux 软件免费装

Plugin Name

开发者 getonlinepro
更新时间 2015年11月11日 23:00
PHP版本: 3.5.1 及以上
WordPress版本: 3.6
版权: GPLv2 or later
版权网址: 版权信息

标签

widget shortcode featured news rotator latest GetonlinePro getonline get online

下载

1.0.2 1.0.3 1.0.4 1.0.3.1 1.0.3.2 1.0.3.21 1.0.3.22 1.0.3.3 1.0.3.4 1.0.3.5 1.0.3.6 1.0.3.7 1.0.3.8 1.0.3.9 1.1 1.1.2 1.1.3 1.1.3.1 1.1.3.2 1.1.3.3 1.1.3.4 1.1.3.5

详情介绍:

GO Featured News is a plugin for displaying the latest news from given categories in a simple, clear view. Some features for website owners Notice The widget works well, but it is currently not supported for uncertain time

安装:

  1. Upload go_featured_news to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu item in the WordPress Dashboard.
  3. Set plugin_dir/js/cache folder's permission to 777 if necessary

常见问题:

Calling the plugin

How can I use this plugin on my site?

You can call the plugin output in two ways:

  1. By calling the widget into the sidebar
  2. By inserting the following code into your .php file: ``
  3. By inserting shortcode to a post or page: [go-featured-news]
supported arguments (with default values): <?php $goargs = array( 'ID' => '', //string, gives unique id for the widget 'title' => '', //string, this is the plugin's title 'showtitle' => '1', //boolean, show plugin title 'numposts' => '7', //integer, number of posts to display 'category' => '', //get posts from these categories separated with comma (1,4,5) 'width' => '640', //integer, width of the plugin's main div 'height' => '300', //integer, height of the plugin's main div 'imgwidth' => '400', //integer, active image's width 'imgheight' => '300', //integer, active image's height 'activetitle' => '1' //boolean, show element's title 'postexcerpt' => '1', //boolean, display post excerpt 'excerptlength' => '', //integer, set the number of words for the rotating elements 'animate_details'=> '1', //boolean, enables jQuery animation for showing the details 'readmore' => '', //boolean, show readmore button 'rotation' => '1', //boolean, enable rotation 'rspeed' => '5000', //integer, rotation speed (ms) 'aspeed' => '1000', //integer, animation speed (ms) 'showlinks' => '1', //boolean, display links next to the rotator 'linkexcerpt' => '1', //boolean, display post excerpt under links 'linkexcerptlength' => '10', //sets the number of words for links excerpt 'linkalign' => 'right', //set the position of the link box 'showbubbles' => '1', // boolean, display pagination 'showarrows' => '', // boolean, display arrows 'showbubblestn' => '1', //boolean, display pagination thumbnails 'bubbletnwidth' => '85', //integer, set pagination thumbnail width 'bubbletnheight' => '', //integer, set pagination thumbnail height 'bubbletype' => 'bubbles', //set pagination type ('numeric' or 'bubbles') 'bubblepos' => 'top:0; right:0', //set pagination position ('top:0; left:0;','top:0; right:0;', 'bottom:0; left:0;', 'bottom:0; right:0;') ); ?>

How can I make an image visible in the featured news box?

You can do it by selecting a featured image at the post editor or you can use the plugin's custom media field. If you don't see that custom field, click on the 'Screen Options' at the top right corner of the post editor, and there tick the 'GO Featured News Media' checkbox.

更新日志:

version 1.1.3.5 CHANGED: If you disable pagination on the settings page, the arrows can be enabled still. version 1.1.3.4 NEW: 'Add link over image' added to the plugin's option page. FIXED: 'Minor bugs' version 1.1.3.3 version 1.1.3.2 version 1.1.3.1 version 1.1.3 version 1.1.2 version 1.1 The plugin's structure has went through major changes for an easier, simple use. It is strongly recommended to check and change the css settings. version 1.0.4 version 1.0.3.9 version 1.0.3.8 version 1.0.3.7 version 1.0.3.6 version 1.0.3.5 version 1.0.3.4 version 1.0.3.3 Version 1.0.3.21 Version 1.0.3.2 Version 1.0.1 Version 1.0