I started creating my own travel WordPress theme in the last quarter of 2016. More about the idea and all of the functionality in another post – coming soon. Basically, I am web developing this custom WordPress theme to set up on the fly for different travel adventures / tours / destinations I do. This … Read full article
Timeline with WordPress Page Template and ACF
Advance Custom Fields (ACF) is very popular with WordPress developers these days. It makes it easy to customise the WordPress admin area into custom content sections for your clients and built it in, to display in the theme. ACF also came in handy when I designed and developed the custom WordPress theme for a football … Read full article
WordPress Development from Dropbox with MAMP, Git and git-ftp (on Mac)
I work on 2 different computers almost on a daily basis. For me it makes sense, developing WordPress websites, taking a bit of pressure of my server, to have a local copy. When you are done with a section/function of the work, to deploy those changes to a remote copy, for it to update. With … Read full article
How to connect to a SFTP server from a Mac using a Private Key
This blog post is how to connect to a server via the SFTP protocol, thus connecting to a server securely with SSH keys. The client create a SSH Public and Private Key. The Private Key gets sent to me. I use Cyberduck, which is free for Mac, to connect via SFTP Protocol. Before you can … Read full article
Filtering out my website in Google Analytics from several browsers and devices
I recently redesigned my website and it is also responsive (web design that is fluid and responds to change depending on screen size). It requires me not to just test my website in different browsers, but also on different devices, such as an iPad and anyone’s smartphone I can get my hands on. Spending a … Read full article