Simplifying Database Access: Integrating WP Adminer into Your WordPress Dashboard

wp adminer

Discover how to access your database through the WordPress dashboard by utilising the WP Adminer plugin, especially useful when you do not have access to the database directly. What is WP Adminer? The WP Adminer plugin is a tool designed for WordPress users who would like to manage their database from the WordPress dashboard. This …

Read More

How to symlink a plugin located outside your local WordPress installation

how to symlink wordpress plugin

When you clone a WordPress plugin, you’ll often need to run build scripts to build a usable version of the plugin in your WordPress plugins directory. You can create a symlink in your plugins directory to the plugin instead of cloning the repository to your WordPress installation directly. Prerequisites Before creating a symlink, you’ll need …

Read More

How to add code snippets in WordPress

add code snippets wordpress

When researching how to customise your WordPress website from tutorials online, you’ll often come across recommendations to add a code snippet to your website. There a few different options of how to add code snippets, which I’ll highlight in this blog post. Read on to find out how to add code snippets in WordPress. What …

Read More