Quote Love Code

“Falling in love with code means falling in love with problem solving and being a part of a forever ongoing conversation.”

~ Kathryn Barrett

Quote-eval

If eval() is the answer, you’re almost certainly asking the wrong question

Published
Categorized as PHP

Issues with Slack? Use IRC instead

Slack, even though quite useful, usually keep having problems of its own. Sometimes you can’t even open the app. Also it consumes a lot of CPU resources draining down the battery to say the least, but not anymore. They already are providing way to use custom gateways, jabber(XMPP) and IRC.

Page specific templates for Custom Post Types

By default WordPress allows us to use page specific templates by having files like page-contact.php (page slug specific) page-10.php (page ID specific) but when it comes to custom post types, we’re left with no option but to use same template for all the custom posts of that custom post type.