Blog
Updating Themed Woo-Commerce php files that are out of date
The version – is out of date. the core version is 2.60 or 3.XX (more in the future?) So I run into this a lot with 3rd party plugins. The WordPress Woo-commerce plugin is always out of date. It’s a really good Free e-Commerce plugin but also comes with a lot of issues if you […]
read moreAdding Custom Fonts to WordPress or any Website.
A majority developers that are asked to try custom fonts for WOFF and TTF for testing purposes might say “Nope, Nope, Nope, Nah, No, never, nay, NO!” I’m using Google fonts and stick it in the header. I know what you mean. That’s exactly what I would do if it’s not worth it. Why even bother […]
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 Ninjas. 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