WordPress主页条件幻灯片主题代码段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WordPress主页条件幻灯片主题代码段相关的知识,希望对你有一定的参考价值。

Example code for a SlideDeck user to place their SlideDeck on the homepage of their WordPress site.
  1. <?php
  2. if( is_home() || is_front_page() ) {
  3. // replace the below Theme Code Snippet with your own
  4. slidedeck( 29, array( 'width' => '100%', 'height' => '300px' ) );
  5. }
  6. ?>

以上是关于WordPress主页条件幻灯片主题代码段的主要内容,如果未能解决你的问题,请参考以下文章

如何为WordPress主题添加一个返回顶部按钮

导航抽屉活动:在按钮单击时从片段移动到片段

将alt-tag添加到滑块 - Wordpress

将页脚添加到部分的开始/标题页

markdown WordPress主题参考,如何,片段,存储库说明

WordPress主题LoveVideo门户视频主题免授权学习版