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
How to Use Shortcodes in Custom Fields
How can we get custom fields to display shortcode on our pages? I saw this posed on the StudioPress support forums and it's a very good question. The default custom fields meta box provided by WordPress strips out shortcodes from custom field values. This means you cannot, by default, use
Merge Multiple Menus into a Single Menu with Genesis
Say your website is using two menus: a header-right menu and a primary menu underneath the header. Everything looks great but when your website is viewed on smaller screens, both menus shrink down into their own, separate mobile-menu, resulting in two different "hamburger" icons, like
Custom Image Slider with Advanced Custom Fields and Slick
To get started with this tutorial, you should be running a copy of Advanced Custom Fields Pro because it includes the Repeater field, which is what we will be using to generate the individual slides. Also, for this tutorial, I will be showing you code that is specific to the Genesis Framework so
Send Gravity Forms File Uploads to Amazon S3
Credit to Donovan Schönknecht for his Amazon S3 PHP class. This snippet will send files uploaded to a Gravity Forms form to your Amazon S3 account. To get started, first download the files. Then, some customization steps are required before use: On line 12, replace access-key-here with the
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- …
- 13
- Next Page »