Category: WordPress
- 
Using Jetpack’s Photon CDN to host images in custom WordPress themes Photon is a great free image CDN that you can use with any self-hosted WordPress install via Automattic’s Jetpack suite of plugins. Photon uses wordpress.com’s infrastructure to host your site’s images on one of the fastest CDN globally. I highly recommend enabling it on every WordPress install. If your site is on cheap shared hosting, it… 
 
- 
Historian for WP Today I relaunched my WordPress plugin (RetroPosts) with the more descriptive title: “Historian” and a pretty major feature, a sidebar widget! Historian is a plugin that gives you a glimpse into the past by surfacing your blog post’s from this week in history. I’ve been blogging on ohryan.ca for 7 years and every time I… 
 
- 
How To: Tweak Disqus CSS for Twenty Fifteen ThemeAfter installing the twenty fifteen theme I found that disqus’ comments were butting up against the edges of the layout. You can fix this by adding the following Custom CSS @media screen and (min-width: 59.6875em) { #disqus_thread { margin-top: 8.333%; margin-left: 8.333%; margin-right: 8.333%; } } @media screen and (min-width: 38.75em) { #disqus_thread {…