• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Tanner Record

Tanner Record

WordPress Plugin Developer

  • Home
  • Contact
You are here: Home / Archives for wordpress

wordpress

Selective SQL Exports with WP-CLI

February 23, 2022

Sometimes you need to perform a selective SQL export of rows in a database table. Recently, I found out that you can pass extra arguments to the mysqldump command through wp-cli. Taking a closer look at the wp-cli documentation shows that you can use –<field>=<value> to narrow your query. For example, you can use the […]

Filed Under: TIL (Today I Learned), WordPress Tagged With: MySQL, mysqldump, wordpress, wp-cli

How To Write Your First WordPress Plugin

February 5, 2019

Man Sitting On Ledge Typing

After you have been using WordPress for some time, I bet you have some slight modifications you want to make. Maybe changing the title of a specific archive from “Category: Favorites” to “My Favorite Posts”? I’m going to walk you through the basics of how to write your first plugin so you can modify your […]

Filed Under: WordPress Tagged With: Beginner, Web Development, wordpress

How to Add Google Analytics to WordPress

June 11, 2015

Google Analytics Logo

Google Analytics is one of the best ways that I have found to really track who is visiting your website. It gives you a clear view how users are getting to your site, how they interact with it, and how long they stay on it. This is one of the most important tools you need […]

Filed Under: Tech, WordPress Tagged With: analytics, custom theme, development, google, theme, web, wordpress

How To Create A WordPress Website

June 8, 2015

WordPress

So you want to create a website. But you don’t know how to code or even where to begin? Well, let me walk you through one of the easiest ways to get your own WordPress website up on the internet in just a few steps.

Filed Under: Tech, WordPress Tagged With: Beginner, Web Development, Website, wordpress

Primary Sidebar

  • Facebook
  • GitHub
  • Instagram
  • Twitter

Recent Posts

  • Is Too Many Plugins Harmful For a WordPress Site?
  • How to Rebase Git Branch Onto Another Parent Branch
  • Selective SQL Exports with WP-CLI

Copyright © 2023 Tanner Record