Skip to content

Instantly share code, notes, and snippets.

View jbodnar2's full-sized avatar

Jon Bodnar jbodnar2

  • Georgia State University Library
  • Atlanta, Georgia
View GitHub Profile
@jbodnar2
jbodnar2 / hd-user-categories.php
Created November 29, 2022 17:05 — forked from wpmark/hd-user-categories.php
A WordPress plugin that adds categories to users. It allows you to assign categories to users which you could then use elsewhere in your site.
<?php
/*
Plugin Name: User Categories
Plugin URI: https://highrise.digital/
Description: Adds categories to users. It allows you to assign categories to users which you could then use elsewhere in your site.
Version: 1.0
License: GPL-2.0+
Author: Highrise Digital Ltd
Author URI: https://highrise.digital/
Text domain: hd-user-categories
@jbodnar2
jbodnar2 / wordpress-default.css
Created March 16, 2021 15:59 — forked from madalinignisca/wordpress-default.css
Default WordPress classes for using with CSS
/**
* Default Body Class Styles
*/
.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
@jbodnar2
jbodnar2 / multiple_ssh_setting.md
Created July 16, 2020 08:52 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"