I’m starting the year of with a new WordPress theme ethos. Simple. Primarily designed as a replacement to my own website, Ebor is a beautifully simple blog & portfolio theme for any creative looking to spruce up their web identity. Simple doesn’t need to mean low featured though, Ebor has loads to offer, everything isContinue reading “New WordPress Theme “Ebor” Released”
Removing The Bubble From a Google Maps Embed
When embedding a Google Map iFrame, you’ll be using a code like the one below which is going to give you a lovely Google Map in the page of your website, the only issue is that by default it also gives you an unnecessarily bubble popup. Well luckily getting rid of that is really, really easy,Continue reading “Removing The Bubble From a Google Maps Embed”
Help! Apache Won’t Start in MAMP PRO
Just had this problem recently. I was reorganising my WordPress themes file structure (clearing a huge mess off my desktop basically), and then BAM! MAMP won’t start up apache, what a nightmare! Well anyway, if you google this then there’s plenty of reasons why this could happen, OSX conflicts etc. The issue I was havingContinue reading “Help! Apache Won’t Start in MAMP PRO”
Passing Variables Through get_template_part()
If you’re doing everything right when developing a WordPress theme then this tutorial should only be of use to you once in a blue moon, but sometimes you just need to pass a variable through to another template part (for whatever your reason is). I had to do this in our MyFolio WordPress Theme, whichContinue reading “Passing Variables Through get_template_part()”