Skip to main content
Login Join
Snippets

WordPress code you can actually paste.

Filters, actions, and helpers for WordPress. Categorized by hook, browsable by problem.

319 snippets
Showing 5 snippets

Customize the appearance of scrollbars in WebKit browsers.   Usage Add to your global stylesheet. Note Works in Chromium-based browsers and Safari.

0 15

Create a modern button with a smooth linear gradient and hover animation.   Usage <button class=”gradient-btn”> Read More </button>

0 10

Create a file upload input that displays a preview of the selected image before upload. Usage Ideal for: User profile images Product image uploads…

0 12

Create a responsive card layout using CSS Grid without media queries. Usage <div class=”card-grid”> <div class=”card”>Card 1</div> <div class=”card”>Card 2</div> <div class=”card”>Card 3</div> </div>

0 16