Year: 2016

  • My tour of creating a PHPCodeSniffer Standard

    by

    in

    It’s no surprise I like to learn new things. I also like to read things when I can. Okay, a lot of the time I skim through things but I make an effort to learn from it. The last couple of weeks I’ve looked at working with the PHPCodeSniffer. I installed it and never really…

  • Creating a diff file

    The other day I made a quick video on how to create PHPCS reports. Later on during the day I was asked about creating a patch to meta. Of course I’m going to make another video to help somebody else out. In the video I go over on how to create a diff file using…

  • 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 how good it can be for not only developing plugins but WordPress themes as well. In the video I create two sample reports. The first one a source report and the second just a summary…

  • It’s not about your theme

    It’s not about your theme

    Lately I’ve stayed away from the theme review only because it can be such a negative feeling and a negative space. It’s not the people I interact with but rather those who feel like they have a solution for all the things. I’m not saying I do and I don’t try to but what I…

  • WordPress and MediaElement styles

    Okay, this is more of an experiment I was running because I was reached out by a friend about a theme question. This actually got me thinking about the shortcodes. The audio and video ones in particular. The reason is that when you use the [audio] shortcode WordPress will use MediaElementJS and enqueue both the JavaScript…

  • Video: WordPress template hierarchy

    Earlier today I had some time to make a quick video. I have written about the template hierarchy before and I’m sure there are tons of other resources available out there. This justs adds to that ever-growing-list. The reason it drives me crazy is because of that front-page.php file that I see every so often or…

  • 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 can go where – extra cookie points if I don’t have to input that information. A while back I wrote out a post about presenting content within themes. In the course of reviewing so many…

  • Grunt your way to automation

    WordPress theme development can feel repetitive. At times there are things you are always doing over and over again. This is true when you are building a WordPress theme for distribution. Thankfully there are tools that can make your workflow a bit easier. Tools In order to make your theme workflow a little easier we…

  • Copy paste is hurting your theme

    I’ve seen quite a few themes that have been doing this thing of passing an argument to the function when they could be using a filter. I get it we all have our methods. But when there is a better practice would you rather use the better practice or a wrong one? I choose the…

  • 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?