Dylan Barlett

Main menu

Skip to content
  • About
  • Work

Category: WordPress

Show IP Info and User Agent on Gravity Forms Entries

September 22, 2014

Updated 11/16/2015: add IPv6 support and link user agent to StatCounter. This snippet adds a link to geolocation and ISP data on IPaddress.com (IPv4) / ipinfo.io (IPv6) and the submitter’s user agent to the Entry metabox via the gform_entry_info hook.

Posted in Software, WordPress | Replies: 7

WordPress & AWS Meetup Talk

June 10, 2014

Slides and code samples from my “WordPress and AWS” talk at the June 2014 WordPress DC Meetup Continue reading →

Posted in Software, WordPress | Reply

Disabling the W3 Total Cache Footer Comment

January 14, 2014

2016-07-01: Updated code samples to use __return_false instead of an anonymous function By default, the W3 Total Cache (W3TC) WordPress plugin adds an HTML comment like the one below to the page footer. To remove it without modifying the W3TC … Continue reading →

Posted in Software, WordPress | Replies: 19

First-Level Subdomains For All Sites in a WordPress Network

October 10, 2013

When you create a WordPress network (multisite) in subdomain mode, WordPress recommends that you remove www from the site URL, so the network (site #1) is served from the zone apex, and other sites are served from first-level subdomains. For … Continue reading →

Posted in Software, WordPress | Reply

Upgrade-Safe Genesis Framework Child Theme Localization

August 26, 2013

How to localize both Genesis Framework and a custom child theme, without the risk of framework upgrades removing the gettext catalogs. This example covers localizing a theme in Spanish (Mexico), but the process is the same for other languages and … Continue reading →

Posted in Software, WordPress | Reply

Post navigation

← Older posts
Newer posts →
Powered by WordPress and Foghorn