だから友達は私のワードプレスのテーマでprettyPhotoを使おうとしていますが、まったく機能していません。そのファイルの両方-prettyPhoto.cssとjquery.prettyPhoto.jsはheader.phpファイルで正しくリンクされています。
これは私のheader.phpファイル内のファイルのリンクです-
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/js/prettyPhoto/css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/prettyPhoto/js/jquery.prettyPhoto.js" type="text/javascript"></script>
この問題がwp_enqueue_script()を使用していないことが原因であるかどうかをお知らせください。
そして、これは私がprettyPhotoで使用する画像をリンクする方法です-
<a title="test image" href="images/new-image.png" rel="prettyPhoto[]"><img src="images/new-image.png" alt="Some Alternate Text" /></a>
画像をクリックしても、prettyPhotoで開きません。