Skip to content

Instantly share code, notes, and snippets.

@az1979
Last active December 30, 2017 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save az1979/68a068d355e097988c4ce6835ac3fdc3 to your computer and use it in GitHub Desktop.
Save az1979/68a068d355e097988c4ce6835ac3fdc3 to your computer and use it in GitHub Desktop.
WordPressの記事の一部を折りたたんで表示する方法 – HTML
<button data-slide-contents="slide-contents-1">スライドボタン</button>
<a href="#" data-slide-contents="slide-contents-1">スライドリンク</a>
<div id="slide-contents-1" class="slide-contents">
テストコメント
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment