Posts

Showing posts with the label plugin

Keep it simple!

Image
Recently, I was creating a simple services website in WordPress for a friend. I haven't touched WordPress in 5-6 years, but I still recall a few things about it. At that time, I was trying to get some freelance work on the side, and WordPress seemed like a good choice.  I picked up some PHP along the way and worked for a few smaller clients via Upwork, one of the most exciting projects was one where I got to make a custom template for that client. Other gigs were mostly about configurational stuff, figuring out why certain plugins are causing issues, writing some customer CSS here and there, those sorts of things. Image borrowed from WIP Fix It I remembered that after figuring out how some of the more custom things in WordPress felt actually easier, like writing a bit of code to get something to work, than using stuff like visual page builder plugins. Each such plugin had its own way of doing things, and you had to learn how it does things, which, while not really too difficult, do...

The Upcoming WordPress Gutenberg Editor

Image
Currently the new WordPress Gutenberg editor is available to as a plugin , so you can try it out.  It will be the default editor in WordPress 5.0 which should be out before the end of 2018. You can also check it out as a preview here . Gutenberg uses blocks for building a website, so if you used any existing page builders (Elementor, Beaver Builder, Divi Builder, WPBakery, etc.) it will feel familiar. Another thing it's worth mentioning is that Gutenberg is built using React, it's an effort on the part of the WordPress development teams to modernize WordPress core.  However, it's not all pink roses and happy unicorns farting rainbows while running around the enchanted meadows, Gutenberg's early adoption has not been very high. Currently the plugin has an average rating of 2.5 which is relatively low, over 750 people who tried it out gave it only 1 star. A detailed talk about the WordPress Gutenberg editor Luckily for those who try Gut...