Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<div id="imgcontent"> <?php my_attachment_gallery(0, 'large', 'alt="' . $post->post_title . '"'); ?> </div> <?php endwhile; // end of the loop. ?>
注目の画像をギャラリーから除外したいのですが、ギャラリーの最初の画像として表示されます。とにかくこれを行うことはありますか?
これらすべてが役立つかもしれません..
img{ width:0px; height:0px; display:none; visibility:hidden; }
おそらく、display none のみを使用する必要があります。また、javascript を使用して、php を直接 php ではなく html に解析する必要があります。これにより、大きなセキュリティ上の欠陥が残る可能性があります。
URL を表示したくない場合は、URL を暗号化してください。