Category: Uncategorized
-

DRY Coding WordPress Actions and Filters
If you’re not familiar with the concept of DRY coding, DRY is acronym that means Don’t Repeat Yourself. But what does this really mean? Let’s take a look at an example from the Genesis…
-
Free WordPress Training Videos Updated for Ver. 4.7
Yesterday, WordPress released version 4.7 of their popular web software platform. The free WordPress training videos available on victorfont.com have been updated to reflect the many changes to this release. If you haven’t signed…
-

Remove Divi Shortcodes For New Theme
Why I Eschew the Divi Theme There are a lot of things that web designers like about the Divi theme, especially if they don’t have a web development background and understand the technical nuances…
-
Exclude Page from Genesis Sitemap
How do I remove this one download page from appearing in the auto generated sitemap page?âSunnygc, Studio Press Forum The easiest way is to exclude the page using the Genesis Sitemap Output filter. It’s…
-
Filter WordPress Query by Post Format
I would like to create an archive page for the video post format and add it to my main navigation. Is this possible?âPixeldapper, Studio Press Forum Add the following to your theme’s functions.php: https://gist.github.com/vfontjr/214ea5b35a42909452bed056201c1e56#file-filter_video_format_posts-php
-
Adjust/Remove Overlay From Altitude Pro
I am using Altitude Pro. How do I remove the dark overlay from the (front page) images? Pinkdaisy, Studio Press Forum In your theme’s style.css around line 1250, you’ll find the following: https://gist.github.com/vfontjr/7be024846663dc3e2ea7a5aa2a27fc57#file-image-section-css The…

