[WordPress] 外掛分享: Superslider-PreviousNext-Thumbs

首頁外掛目錄 › Superslider-PreviousNext-Thumbs
WordPress 外掛 Superslider-PreviousNext-Thumbs 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
10+
安裝啟用
尚無評分
4834 天前
最後更新
問題解決
WordPress 2.6+ v2.1 上架:2010-03-09

內容簡介

-previousnext-thumbs 插件是一個用於上一篇和下一篇文章及縮略圖導航建立的 WordPress 外掛程式,專門用於單篇文章頁面。可以透過 CSS 控制動畫的滑鼠經過效果以及外掛選項頁面。可以建立自訂圖像大小。可以在文章內容之前或之後甚至兩者都自動插入,或者您可以在單篇文章佈景主題檔案中手動插入。

功能包括:

- 連接上一篇和下一篇文章的縮略圖。
- 無圖像文章的預設縮略圖。
- 文章標題大小控制。
- 建立自訂連結前後的縮略圖。
- 選擇要在連結中使用的圖像大小。
- 在文章之前或之後甚至兩者都顯示。

此外,此插件還提供演示,可以通過以下連結查看:

- Demo 1
- Demo 2

插件使用了其他插件 Mootools,如果您有關於此插件的任何問題或建議,請透過 WordPress 支援論壇聯繫我們。

另外,您還可以在此處下載其他 SuperSlider 插件:

- SuperSlider
- Superslider-PostsinCat
- SuperSlider-Media-Pop
- SuperSlider-Image
- SuperSlider-Perpost-Code

下載後,請確保將其解壓縮至 wp-content/plugins/superslider-previousnext-thumbs 文件夾中,然後在 WordPress 插件控制面板中啟用此插件。

使用本插件可能需要您在單篇文章佈景主題檔案中手動插入程式碼,請參考以下步驟:

- 如果您不確定插件如何運作,請先閱讀以下說明。
- 在 WordPress 管理面板中,進入插件控制頁面,啟用 superslider-previousnext-thumbs 插件。
- 預設設置提供了頁面底部的 Pnext 導航。
- 在您的 single.php 檔案中加入可選的功能呼叫(您需要停用自動插入)。
- 基本功能呼叫:if(class_exists('ssPnext')) { $myssPnext = new ssPnext(); $myssPnext->ss_previous_next_nav();}
- 完整建議的功能呼叫(需放置在 PHP 開啟和關閉標籤內):

```php
if(class_exists('ssPnext')) {
$myssPnext = new ssPnext();
$myssPnext->ss_previous_next_nav('true');
} else {
echo '
';
previous_post_link('« %link');
echo '
';
next_post_link('%link »');
echo '
';
}
```

若想要自訂設定,請前往 WordPress 管理面板中的「設定 / SuperSlider」選項。注意:下載的文件夾名稱應為 superslider-previousnext-thumbs。

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Superslider-PreviousNext-Thumbs」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Superslider-previousnext-thumbs is a previous-next post, thumbnail navigation creator. Works specifically on the single post pages.
Animated rollover controlled with css and from the plugin options page. Can create custom image sizes. Automaitcally insert before or
after post content or both. Or you can manually insert into your single post theme file.
Features

pulls thumbnails from previous and next posts.
default thumbnails for posts with no images.
post title size control
create custom previous-next thumbnails.
select image size to use in link.
show before or after your post or both.

Demos
This plugin can be seen in use here:

Demo 1
Demo 2

credits:

mootools – Mootools

Support
If you have any problems or suggestions regarding this plugin please speak up
Other Plugins
Download These SuperSlider Plugins here:

SuperSlider
Superslider-PostsinCat
SuperSlider-Media-Pop
SuperSlider-Image
SuperSlider-Perpost-Code

NOTICE

The downloaded folder’s name should be superslider-previousnext-thumbs

USAGE
If you are not sure how this plugin works you may want to read the following.

First ensure that you have uploaded all of the plugin files into wp-content/plugins/superslider-previousnext-thumbs folder.
Go to your WordPress admin panel and stop in to the plugins control page. Activate the superslider-previousnext-thumbs plugin.
Default settings provide for Pnext nav at the end of your page.
Add optional function call in your single.php file inside your site theme folder.(you will need to deactivate the Automatic insertion.)
Basic function call: if(class_exists ('ssPnext') ) { $myssPnext = new ssPnext(); $myssPnext->ss_previous_next_nav();}
Complete, recommended function call (to be put inside of php open and close tags):
if(class_exists (‘ssPnext’) ) { $myssPnext = new ssPnext(); $myssPnext->ss_previous_next_nav(‘true’);
} else {
echo ‘

‘;
previous_post_link(‘« %link’);
echo ”;
next_post_link(‘%link »’);
echo ‘
‘;
}
OPTIONS AND CONFIGURATIONS
Available under > settings > SuperSlider-Pnext
Themes
Create your own graphic and animation theme based on one of these provided.
Available themes

default (Thumbs set to 150px x 150px)
blue (Thumbs set to 80px x 80px)
black (Thumbs set to 180px x 30px)
custom (Thumbs set to 180px x 30px)

To Do
Report Bugs Request / Options / Functions

Please use the support forums here at WordPress forum for SuperSlider-PreviousNext-Thumbs

延伸相關外掛

文章
Filter
Apply Filters
Mastodon