Blog Archives

A Beginner’s WordPress Web Hosting Guide

Having a blog or a website up and running is a dream come true for many users. Getting that footprint online is not a walk in the park, though. Many have endured inadequate services, scammers, lost files, and even lost

Posted in Guest Posts, WordPress Tagged with: ,

How I manage WordPress websites with Git, GitHub and Local

A documentation of how I manage my WordPress websites using Git, GitHub and Local (by Flywheel / WP Engine). I am not claiming that this is the best way for everyone. But this works beautifully for me.

Posted in WordPress Tagged with: , , ,

Update WordPress Password via SQL (No phpMyAdmin)

Run this from a plugin or a file that will be executed. global $wpdb; $wpdb->query( “UPDATE wp_users SET user_pass= MD5(‘new-password’) WHERE user_login = ‘known-username'” ); Refer: https://stackoverflow.com/a/23635330/8255629

Posted in WordPress Tagged with: , ,

Best WordPress Themes for Attorneys

WordPress is the best and the most used platform for building a blog or a website. It offers a number of suitable themes, templates and plugins for all genres and areas. There are so many options available that one may

Posted in Guest Posts, WordPress Tagged with: , ,

The New WordPress Gutenberg Demystified

For WordPress users, developers and third parties, the end of 2018 was marked by somewhat of a blow. The long-anticipated new version, WordPress 5.0, came out and with it came one huge, potentially game-changing thing – the new Gutenberg editor.

Posted in Guest Posts, WordPress Tagged with: ,