How to create WordPress shortcodes
So today we’re going to learn how to take our code snippets and turn them into handy, dandy little shortcodes. Shortcodes are one of the coolest features of WordPress from a content creator’s perspective. They allow users to execute code segments beyond what the WYSIWYG editors can handle, keep the code consistent site wide, make […]
Read moreHow to Use Console.log in Javascript
The Javascript command console.log allow us to “Print Out” to the console. When you need to see what the computer is processing you have to ask it to show you. The correct way to write the code is like this: console.log(“show everything between these parentheses”) This command will log to the console anything within the […]
Read moreHow to display the latest tweet from a staff member on their bio page in WordPress
Why bother with this? Our research has confirmed again and again that some of the most commonly visited pages on websites are those that pertain to the people who work there. This fact often perplexes and even frustrates many web marketers because they are rarely the pages that webmasters WANT people going to. That is […]
Read moreGuide to using CSS attribute selectors
I recently encountered a new request on a client website that introduced me to an extremely cool CSS trick. We were working on an e-commerce website that featured hundreds of different products but all were from six specific, well known brands. We observed that it would be very useful to the site’s visitors to be […]
Read more