前提・実現したいこと
wordpressでswiperを実装しようとしております。
色々サイトで調べてfonctions.phpにコードをまとめました。
発生している問題・エラーメッセージ
しかしエラーコードがでており、swiperが実装できません、
該当のソースコード
エラーコード
GET http://localhost/mentaC:xampphtdocsmenta/wp-content/themes/MENTA7php//unpkg.com/swiper/swiper-bundle.min.css?ver=1.0.0 net::ERR_ABORTED 403 (Forbidden)
php
1<?php 2 3wp_enqueue_style( 'style-name', get_stylesheet_directory(). '//unpkg.com/swiper/swiper-bundle.min.css', array(), 'all' ); 4 5if(is_admin()) return; 6 wp_deregister_script( 'jquery'); 7 8 wp_enqueue_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js', array(), '3.6.0', true); 9 wp_enqueue_script( '//unpkg.com/swiper/swiper-bundle.min.js', array(), true); 10 wp_enqueue_script( 'script-name', get_template_directory_uri() . '/js/swiper.js', array( 'jquery' ), '1.0.0', true );
試したこと
function.phpだけではなく、header.phpやfooter.phpにも入れてみたが、動きません。
何かコードがたりないでしょうか?
補足情報(FW/ツールのバージョンなど)
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。