Tag: WordPress

  • WP-CLI Error: PHP Deprecated: implode(): Passing glue string after array is deprecated.

    I use WP-CLI to maintain my WordPress sites. It’s simple, it handy, and it works without any issues. For example, I can updates all my plugins and themes (if updates are available) by executing wp theme update –all and wp plugin update –all. If WordPress core engine is available, I only need to run wp…

  • Adding Block Storage to an Existing Cloud at Linode

    This site is hosted at Linode’s smallest package. Besides this blog, I have some other domains and small WordPress-based sites here. Most of them are not busy site. So, $5/mo is just gret. But, there is a small problem: storage. Yesterday, I almost utilised 95% of the 25GB of storage limit. I was thinking of…

  • WordPress’ Gutenberg New Editor. Yes or No?

    I have been using Gutenberg on this site once it was available last year. I have been witnessing how WordPress changed its editor time to time. From its very simple editor, more complex, to the latest one. WordPress’ Matt already posted a very long Q&A on Gutenberg. I think the article already covered the big…

  • Gutenberg

    Gutenberg, disain baru tempat menulis di WordPress.

  • WordPress and Wix

    Matt Mullenweg of WordPress wrote about Wix and open source. Avishai Abrahami — CEO of Wix — responded.

  • Medium-like Posts (for WordPress)

    A handy tutorial on how to deal with WordPress and CSS to have Medium-like post layout

  • WordPress 3.7 with Background Updates

    WordPress is actively being developed by great developers. I always tried to keep my WordPress installation updated by running update process — which is very easy. But, right now, I want to write down about the latest release. Not that every update provides an improvement, new features, or bug fixes, but this version 3.7 (codename:…

  • Photon: WordPress.com's Content Delivery Network

    Dealing with side loads for heavy-traffic website sometime can be painful. But, of course there are some common practice to deal with this kind of situation. For example, you can take advantage of cache system, offload to other service to reduce server load/bandwidth, or using CDN (Content Delivery Network). For WordPress-powered sites, you can take…

  • Expedia: Bad for the Traveler, Bad for the Hotel

    Expedia: Bad for the Traveler, Bad for the Hotel — An interesting read about how a hotel owner and Expedia.

  • WordPress 3.3: It looks great!

    WordPress team just announced that the new version of WordPress is available. It’s WordPress 3.3 “Sonny”. Matt posted some notes about this release. I have WordPress for multi-site installation, and since the previous upgrade went smoothly — except some minor issues — I had no reasons not to upgrade. It was easy, just took few…

  • WordAds

    WordAds is 100% optional and is designed for bloggers who would like to earn money from their blogs by showing high quality ads from brand advertisers. FM is well known for representing top blogs with high quality ads for sites like AppleInsider, Bakerella, and BoingBoing. Make money by joining WordAds

  • Klout Adds Five New Networks

    If you like to analyze influence using a service called Klout — or, you like to analyze your own Klout score — this might be a good news. Klout just added five new services to build (hopefully) better scoring. You can now add services like Tumblr, Instagram, Blogger.com, Flickr and Last.fm.The additional services try to…

  • Moving a WordPress-powered site to another domain: The Permalink

    Yesterday, I needed to move a self-hosted WordPress site to another domain. The process was easy because it’s like copying all files, edit the configuration file and editing internal links in all posts. All process only took less than 15 minutes. But, that’s not the only thing. One of the important things needed is to…