sql >> データベース >  >> Database Tools >> phpMyAdmin

プラグインの助けを借りずにワードプレスでバナーを作成する方法

    解決策は次のとおりです。headタグを閉じる前に、header.phpで以下のコードを呼び出します

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
         <script type="text/javascript">
    $(function() {
    $(".default .carousel").jCarouselLite({
    btnNext: ".default .next",
    btnPrev: ".default .prev"
    });
    });
    </script>
    <link rel="stylesheet" media="all" type="text/css" href="<?php bloginfo('template_url');?>/css/style-demo.css">
    //download this css from https://github.com/ganeshmax/jcarousellite and put it in your theme css directory 
    
    <script src="<?php bloginfo('template_url');?>/js/jquery-1.11.1.js"></script>
    //download this js file https://github.com/ganeshmax/jcarousellite here and put it in your theme js directory 
    <script src="<?php bloginfo('template_url');?>/js/jquery.jcarousellite.js"></script>
    //download this js file https://github.com/ganeshmax/jcarousellite here and put it in your theme js directory 
    

    テキストタイプのコンテンツを含むワードプレスページで以下のコードを呼び出すか、必要に応じてワードプレスのphpファイルでも呼び出すことができます

    <div id="jcl-demo">
    <div class="custom-container default"><a class="prev" href="#">‹</a>
    <div class="carousel">
    <ul>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/1.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/2.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/1.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/2.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/1.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/2.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/1.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/2.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/1.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/2.jpg" /></li>
        <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/1.jpg" /></li>
    </ul>
    </div>
    <a class="next" href="#">›</a>
    <div class="clear"></div>
    </div>
    </div>
    



    1. PhpMyAdminインポートエラー-MySQLサーバーがなくなった/認識されないキーワード

    2. PhpMyAdminのデータベースに精通する

    3. xampp phpmyadmin、フォーマットパラメータが正しくありません

    4. 非オブジェクトでfetch_assoc()を呼び出すと、失敗しますか?