
內容簡介
此外掛會在您的 WordPress 網站中加入一個響應式標誌滑塊。
使用方式非常簡單,請按照以下步驟執行:
將資料夾「the-logo-slider」上傳至「/wp-content/plugins/」
透過 WordPress 的「外掛」菜單啟用外掛
從 WP-admin 中的「The Logo Slider」中「新增標誌」以增加標誌影像
使用編輯器中的短碼來顯示輪播:
[the-logo-slider]
您也可以在 php 模板檔案中呼叫短碼:
<?php echo do_shortcode('[the-logo-slider]');?>
外掛標籤
開發者團隊
原文外掛簡介
This plugin will add a responsive logo slider in your wordpress site.
This is very simple to use. Follow the follwing steps –
Upload the folder “the-logo-slider” to “/wp-content/plugins/”
Activate the plugin through the “Plugins” menu in WordPress
Add logo images form WP-admin ->The Logo Slider -> Add New Logo
Use shortcode in editor to show carousel
[the-logo-slider]
You can also call shortcode in php template file by
