Category: Tutorials
-
Using Font Awesome Icons for WooCommerce Grid / List Toggle
While working on an eCommerce project the design called for using Font Awesome icons for the Grid/List Toggle button. If you aren’t familiar with James Koster‘s plugin, it’s great – I highly recommend it. What I needed was a way to modify the basic toggle button output. The output wasn’t initially filterable, so I submitted…
-
Category (Taxonomy) Dropdown Filtered By Post Type
Filter the wp_categories_dropdown function by a specific post type.
-
Weather in WordPress with Dark Sky
Extend your WordPress website with access to weather data from Forecast.io with this helper class.
-
Programmatically Add Images to Media Library
Use this little function to add images to Programmatically Add Images to Media Library in WordPress.
-
Limit Navigation Sub-Menu Rendering Levels in WordPress
Use a simple custom walker to limit navigation sub-menu levels in WordPress, without removing the menu entries.
-
Connect Gravity Forms File Upload to ACF Gallery Field
A bit of code to connect Gravity Forms to ACF Gallery field for front-end file uploads.
-
A Better Way to Exclude Pages from Search Results
This little snippet allows you to selectively remove a post type (like pages) from the search results, without inadvertently excluding other post types.
-
Creating Custom Theme Feature Support
Customize theme feature support and expand it to include secondary features with the $arguments field.
-
User Dropdown List & Custom Notification Routing in Gravity Forms
Create a drop down list of WordPress users to select the send to email address in Gravity Forms notifications.
-
An Alternative Sidebar Page Template in Genesis
Use the built-in Genesis secondary sidebar as an alternative sidebar for specific pages.