When your website means business.

Snippets

A collection of (mostly) WordPress-related snippets and references I’ve found useful and worth keeping where I can find them. Feel free to use what you like, and point me to some better snippets or references.

Search Form for CPT»

To add a search form that searches only a particular post type, not your entire website. <form id="cptsearch" action="<?php echo home_url(); ?>" method="get"><input name="s" type="text" /> <input name="post_type" type="hidden" value="POSTTYPENAME"…
Search | Type: PHP

Self-hosting Google Fonts»

You can self-host any Google font, and they have a handy customize and download application at the link below.
Fonts | Type: CSS

Show Tags for Only One Category»

Decided not to do this on a project after finding this snippet, but kept the snippet just in case. query_posts('category_name=news'); if (have_posts()) : while (have_posts()) : the_post(); //replace 'news' with…
WP/CP | Type: PHP

Sliding Image Background»

Cool effect if you have a good enough reason and a wide enough image.
CSS, CSS3, Images | Type: PHP

Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice