• 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

How to Get Yoast’s Primary Category

May 14, 2018

Edit: Yoast now has an internal function, yoast_get_primary_term_id(), that provides the primary term for a specific post. Displaying WordPress categories in a theme can be a challenge because a post could belong to several different categories and if the theme has to display 30 categories for each post in a list, it could get messy. […]

Filed Under: WordPress

Efficiently Deleting WordPress Posts Using SQL

April 17, 2017

For the past few weeks I’ve been working on a WordPress plugin for importing a CSV into a few custom post types and taxonomies. I realized that sometimes going “The WordPress Way” isn’t actually the best way to do things. Occasionally, the quickest way to get stuff done is to dive into some SQL.

Filed Under: 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

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2

Primary Sidebar

  • Facebook
  • GitHub
  • Instagram
  • Twitter

Recent Posts

  • How to Rebase Git Branch Onto Another Parent Branch
  • Selective SQL Exports with WP-CLI
  • Custom Post Type Naming

Copyright © 2023 Tanner Record