I’m working on a large redesign for Synagro — the largest recycler of biosolid and organic materials in America. We’re talking sh*t here people, but it’s important work and somebody has to do it. I was going to write a comprehensive blog post after the site launches, but selfishly I’ll get more value documenting the process […]
Continue readingSynagro – Work in ProgressCategory Archives: WordPress
WordPress Strips Paragraphs
I came across a odd behavior in WordPress in which paragraphs and line breaks were removed from blog posts.
Continue readingWordPress Strips ParagraphsChild Theme Stylesheet Loading Before Parent Theme Stylesheet
I was using a child theme and following WordPress’s recommended way to load a parent’s stylesheet with wp_enqueue_style in the child theme functions.php file. However, the child theme stylesheet was loading before the parent theme stylesheet.
Continue readingChild Theme Stylesheet Loading Before Parent Theme StylesheetSticky Footer for the Divi Theme
There are a lot of fine tutorials on how to create a sticky footer with flexbox, but they are all predicated on the overall markup looking something like this:
Continue readingSticky Footer for the Divi ThemeTheme Options Lost When Moving to New URL
Changing the URL of a WordPress site is well documented here: http://codex.wordpress.org/Changing_The_Site_URL However, the documentation does not address an issue in which theme options such as the header image and background image are lost.
Continue readingTheme Options Lost When Moving to New URL