Skip to main content

Article Categories

About the Articles Section

Many of these articles are for self-reference. Some are written unedited in the midst of a troubleshooting session. If a few of them appear a bit rough, that’s why.

Articles

Security Certificates: How To Obtain Free Certificates; Why You Might Want To Buy One

Security Certificates: How To Obtain Free Certificates; Why You Might Want To Buy One

What Are Security (SSL) Certificates & Why Do You Need One For Your Website? Security certificates provide the means for private, encrypted communication between your website & your viewers via HTTPS.  If you visit a website which is secured via HTTPS, there will be a green padlock in the location bar of your web browser. […]

WordPress & WooCommerce: modifying the ‘Edit order’ page.

WooCommerce admin; showing the 'Order actions' metabox

The ‘Edit Order’ page can be modified; more specifically, the ‘Order actions’ metabox can have custom actions added to it. Recently, I needed to add the ‘Cancel Order’ function to this list of ‘Order actions’ in the metabox. It’s always handy, to further your understanding of the internals, to have some official WordPress & WooCommerce […]

Adding admin user to WordPress database

Adding admin user to WordPress database

From: http://www.dnawebagency.com/how-to-add-an-admin-user-to-wordpress-database/ Editing the wp_users table Click on the table you want to view Click on the Insert tab We will need to insert a row into the database with our admin users information. Click on the “Insert” tab in order to bring up the phpMyAdmin insert form. Insert the following information: user_login – this […]