Tag: reference
-
A metabox for your layout options
It’s no surprise I can be vocal when I am reviewing a theme. Many know that I’ll spurt out what […]
-
My tour of creating a PHPCodeSniffer Standard
It’s no surprise I like to learn new things. I also like to read things when I can. Okay, a […]
-
Creating a diff file
The other day I made a quick video on how to create PHPCS reports. Later on during the day I […]
-
Creating sample PHPCS reports
I created a quick video in hopes to help some people understand the great thing that is using the PHP_CodeSniffer and […]
-
Getting WordPress Custom Post Types in the customizer
It’s no surprise I love a good theme. I love it even more when I get a choice of what […]
-
Presenting WordPress content with themes
Themes are a great way of displaying content from your site, but what happens when you want to display other types of content? Things like testimonials, products, group members, or even portfolio items can be a little harder if you want to display those on the front page. How can we overcome this?
-
Working with paginate_links
It is no secret that I try to advocate the use of core functions when possible. The idea of maintaining […]
-
Three sliders, one option, and a few tears later
I am not a huge fan of sliders until they are used in a decent way. The only way I sort of like them is in an image gallery but even then it has to be somewhat incorporated with a lightbox, colorbox, whatever you would like to call it. These sliders are slowly becoming a…
-
Two or three column section
A while back I wrote a quick and dirty tutorial on how to display more than one page. This can […]
-
Customizer: dropdown category selection
Using the get_categories function with the customizer can be tricky. This is a code snippet to help out.