Blog
Fixing broken websites because the original developer did it wrong.
Updating Woo-Commerce php files that are out of date
The version – is out of date. the core version is 2.60 or 3.XX (in the future etc). So I run into this crap a lot. The wordpress Woo-commerce plugin is always out of fucking date. It’s a really good free e-commerce plugin but with free, comes with the do it yourself package. It’s pretty […]
read moreAdding Custom Fonts to WordPress or any Website.
Most of you developers will say “Fuck that” I’m using Google fonts and stick it in the header. I know what you mean. That’s exactly what I would do. Why even bother using some proprietary font. So that’s when you get a client that needs an exact font they purchased on Adobe type kit or […]
read moreWordPress php Tricks – shorten the excerpt length of a blog
I won’t take too much time cause you need to cut down on the default WordPress blog excerpt length. It’s too long and you want to reduce the excerpt words up to 20 words (or less). Just add this code to the functions.php file in your wordpress theme file directory. Here you go. function […]
read moreMake the Year update automatically with php
So I’m lazy when it comes to these things about dates but everyone has their own of doing it. The old school way of doing it was simple. You hard code it. Technically, this is not an advanced course or something difficult. You can teach a 4 year old how to do this but we […]
read more