UPDATE: To add font-awesome icons directly to a menu-item's anchor tag, just add the icon markup (i.e. <i class="fa fa-twitter"></i>) to the menu item. I don't know why I didn't just do this the first time around. As long as Font Awesome is added properly, it will work. A while back,
Code Snippets
Code snippets for adding styles and extending the functionality of your website.
How to Integrate Easy Digital Downloads Software Licensing with Genesis Theme Settings
A while back, Carrie Dils asked me in the Genesis Slack (something I, sadly, have used very little) if I knew of a way to integrate the Software Licensing add-on for Easy Digital Downloads with Genesis. In a nutshell, it's actually quite simple if you're familiar with the coding concepts involved.
How to Automatically Empty Akismet Spam Queue Daily
I recently had to switch back to using Akismet for anti-spam because my previous solution, WP Zero Spam, was causing issues with Gravity Forms, such that forms were not being submitted and I wasn't getting any contact messages. By default, Akismet wipes the comment spam queue every 15 days, which is
Retrieve Custom Post Type Archive Settings in Genesis
When creating custom post types while running the Genesis Framework, you can add a support for the custom post types called genesis-cpt-archives-settings. This support creates an "Archive Settings" sub-menu page for your custom post type where you can set things like a headline, intro text, layout,
Force Template Layouts in Genesis
These snippets can be used to force template layouts (i.e. full-width, content-sidebar, etc.) in the Genesis Framework. Note that you can only use one per file.
How to Remove the Website Field from WordPress Comment Form
This code snippet removes the "Website" field from the WordPress comment form. Therefore, when commenting, readers will not be able to enter a URL. I use this code on a lot of my projects because, most of the time, my clients' readers don't have website and this field is pointless. It also helps
How to Remove the WordPress Comment Author Link
This code snippet will remove the comment-author's link from WordPress comments. It does not, however, remove the URL field from the WordPress comment form. Simply put, the link does not get shown.
Create a Custom “Lost Password” Email in WordPress
The WordPress Lost Password Email We've all done it. Not being able to remember passwords is one of the most annoying things about having so many website accounts across the internet. Fortunately, browsers nowadays let you save usernames and passwords for most websites so you don't have to worry
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 10
- Next Page »