Social media links are a hugely important part of any blog. In this really short snippet I’ll show you how to add Social Share links to your WordPress blog. You can put the following code inside the loop in whatever […] Read More »
Tag: HTML
Using the WordPress Media Uploader
Using the WordPress media library in your own plugin/theme will not only save you a bunch of time but will also incorporate the Media Library that clients are already used to using. This article will provide an example of how […] Read More »
Error, Success, Warning & Info Messages
Error, success, warning and info messages/alerts made entirely with CSS. These messages should be output to the user to let them know how things are going with their interaction with the site. Also please note that these use Font Awesome. […] Read More »
Simple jQuery Tabs
I can’t exactly say why, but I’ve been really into doing little CSS code snippets like this tabs example lately. The tabs are a single content area with multiple panels, each associated with a header in a list. Clicking on […] Read More »
WordPress Menus with Foundation
In a previous blog post, I talked about Theme Development From Scratch w/ Underscores & Foundation. However, I really didn’t go into a lot of detail about how to use Foundation with WordPress. The main reason for this is the […] Read More »
SEO Tricks and Tips for WordPress
Introduction Search Engine Optimization (SEO) is a widely discussed topic – just Google “SEO” and you can see how many companies exist that only deal in SEO. For those of you that don’t know, SEO if the process of improving […] Read More »
Theme Development From Scratch w/ Underscores & Foundation
I recently watch a presentation on WordPress.tv given at WordCamp Orange County 2014 on the topic of creating your own theme using Underscores and Foundation. After I had finished the video, I tried out this technique of theme building myself, […] Read More »
Pure CSS Buttons
Buttons made purely with CSS in a few different colors. Really made them for myself so I can use them again later. Easy to copy paste and then use them however you want. Feel free to copy paste and use […] Read More »
Debugging WordPress
All programmers know that debugging can be one of the most frustrating parts of any development cycle. Debugging can be extremely easy or extremely difficult – and a lot of that depends on the tools available to help the process […] Read More »
CSS Columns (Part II)
In last week’s tutorial on CSS Columns I went over the basic creation of columns using the CSS3 properties column-count and column-width. These can be used individually to create columns just fine, but as was mentioned last week the best […] Read More »