Windows scaling issues for high-DPI devices: Adobe Photoshop & Illustrator
If you have recently bought a 4k monitor, you may have noticed...
23.Jan.2019 | Latest News
In the early days (2003), WordPress was essentially a blogging tool and quite limited in how you could build with it, but its come a long way since then.
Now WordPress dominates the internet with about 60% market share, making up a whopping 33% of all websites on the entire internet. Its grown to be a powerful and robust content management system (CMS), used by notable companies like TechCrunch, The New Yorker, BBC America and PlayStation.
The main reason WordPress is so dominant, and why I love it so much, is its open source. Its completely free to download and free to use. There are no restrictions on how developers can build WordPress websites. You can build anything from simple brochure page websites to highly complex eCommerce (WooCommerce) websites to any layout or design. It also means you completely own your own website code.
One of WordPress’s strengths is its constantly updated and upgraded, with over 500 new websites being developed every day.
Its incredibly easy to use You don’t need any coding knowledge and you can very quickly and easily edit/publish pages and posts. Apparently 17 users hit the “Publish” button every second!
There is a HUGE plugin library. There is probably a plugin for everything, including security, contact forms, SEO tools, eCommerce and caching.
Its also great for SEO. There is a plugin called Yoast that makes managing meta data and SEO settings easy. SEO companies also love using Yoast.
Recommended bare minimum plugins (Free)
Some cool stats – https://www.designbombs.com/wordpress-and-web-design-facts/
Share
If you have recently bought a 4k monitor, you may have noticed...
A quick snipped of code that can be used attach a function...
For me, the ACF plugin is a standard install for every WordPress...
I came across this when looking for a purpose built, fully customisable calendar - https://fullcalendar.io/ Im just starting to work with...
A quick way to remove empty p tags from custom shortcodes in Wordpress. <?php add_filter("the_content", "the_content_filter"); function the_content_filter($content) { $block...
Handy bit of code you can use in your custom templates that grabs the all the page or post data by ID:...