
內容簡介
此外掛會在您的WordPress網站中新增一個響應式標誌幻燈片。
使用非常簡單。請按照以下步驟進行 -
將資料夾「cb-logo-slider」上傳到「/wp-content/plugins/」中
在WordPress的「外掛」選單中啟用外掛
從WP-Admin ->標誌幻燈片 ->新增標誌,添加標誌圖像
在編輯器中使用簡碼顯示旋轉木馬
[cbls-logo-slider]
您還可以透過以下方式在php模板文件中使用簡碼
<?php echo do_shortcode('[cbls-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 “cb-logo-slider” to “/wp-content/plugins/”
Activate the plugin through the “Plugins” menu in WordPress
Add logo images form WP-Admin ->Logo Slider -> Add New Logo
Use shortcode in editor to show carousel
[cbls-logo-slider]
You can also call shortcode in php template file by
