Category Redirection for WordPress
So my site broke for a little bit because I installed the Hikari Category Permalink plugin. I’m not to sure what happened but I ended up redoing my .htaccess, permalink structures, and reinstalling the...
View ArticleHow to pull a specific wordpress category with feedburner
Today I’m going to show you something that can be very very useful! When you use wordpress, you may be using different categories to pull in different information. For instance you may use a category...
View ArticleHow to reverse the post order using the Genesis Framework
OK, first let me say “WOW”. Trying to find this information literally took me over an hour but I finally pieced it all together. You would think that the solution would be so easy to find. I just...
View ArticleJQuery Simple Toggle Script
This is something that I use all the time. I saved it as a doc so I didn’t have to constantly recreate it. Basically what it does is it toggles the preceding element after the sibling is clicked…...
View ArticleQuick Tip: Clear CSS Floats
I notice a lot of people like to float elements all the time but don’t clear them correctly. I’ll shed a little insight on this in the future but for now, here’s a quick snippet of code that I use all...
View ArticleUsing the Genesis Featured Image
I decided to write this post because I wanted a way to align my featured image to the right by changing the default class from “alignleft” to “alignright”. I figured it would be simple enough to do. I...
View ArticlejQuery Simple Toggle Read More Read Less
Using a jQuery Simple Toggle Script is all fine and dandy, but what if you want to add a little something extra. What if you want it to say Read More, then when you click it, it says “Read Less”? How...
View ArticleHow To Vertically Center HTML ELements
Was trying to figure out how to vertically center tags since I’m building a menu. Finally got it. To Vertically Center HTML ELements Simply do the following in your style sheet: Just make sure that you...
View Article3 Steps to Getting Motivated – Read if you want.
Yes I can design. Yes I can code. Yes I think I can Write. But the fact of the matter is, sometimes I just don’t want to. It’s not laziness. It is the cause of doing something every single day that...
View ArticleFuture Proof your CSS – Clean it up and optimize
I’m going to share a few tips on how to clean up your CSS. Tip 1 – Organize Your Style Sheet There needs to be some type of organization on your style sheet. Don’t just randomly start naming classes...
View Article