Logical WordPress Previous/Next Post Links
Inserting Previous/Next post links into your single.php
page in WordPress is pretty straight forward. But there will come a time when you’ll want to add some logic to which post is linked to and when exactly these links are displayed, and that becomes more difficult.
Continue reading »
Conditionals
Today’s goal was to create a page layout where an image would display tilted and nudged off the page in browsers that render rotate transformation CSS, but would also display nicely in those that don’t (IE). This was accomplished by using conditional statements.
Continue reading »