Skip to content
View kmwalsh's full-sized avatar
๐Ÿค–
๐Ÿค–
Block or Report

Block or report kmwalsh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
kmwalsh/README.md

Hi. I am Kate. I am an exceptionally strange WordPress engineer.

I have been doing weird stuff with computers since approximately 2001. At some point, some foolish people even decided to pay me for it. I like pretty much everything related to solving problems with technology. I greatly enjoy WordPress, Laravel, PHP, Bash, Git, and front end stuff like CSS and Sass, too. Full stack? More like ๐Ÿฅž. I'm mostly on macOS, but I also speak Windows and a little Linux. Technology is my jams. ๐Ÿฑ๐ŸŽถ

I've worked in freelance, in-house, agency, and start-up environments. I have several years of remote work experience. At the moment I've been working for Kanopi Studios for a few years -- it's a great remote place to exist. My greatest technological achievement? Adding over 300 emoji to our Slack and popularizing yeet as a synonym for deploy.

Ask me basically anything. I greatly enjoy babbling nonsense, and I promise my nonsense is at least partially useful.

You may call me Kate or Sie (like sea, not sigh) -- Katesie is also acceptable in a pinch. I live in the great Garden State of New Jersey. I like cats, technology, memes, poker, reading, gaming, and a great many other wonderful things. ๐Ÿˆโ€โฌ›๐Ÿ’ป๐Ÿ“•๐ŸŽฎ

Pinned

  1. laravel-tugboat-qa laravel-tugboat-qa Public

    run existing laravel project in Tugboat QA - tugboat.qa

  2. 1:1 Gutenberg ACF Block Styles in th... 1:1 Gutenberg ACF Block Styles in the Back End
    1
    /**
    2
     *
    3
     * Prerequisites: 
    4
     * (1) All of your Gutenberg block Sass is in its own folder, or somewhere separated from the rest of your Sass. `components/blocks/*` is the location of the Sass in this example.
    5
     * (2) Your variables, mixins, functions, etc. are separated from the rest of your sass. Mixin/variables/function files DO NOT CONTAIN any styling whatsoever -- just definitions.
  3. Migrate ACF select values into taxon... Migrate ACF select values into taxonomy, then apply taxonomy terms to all posts
    1
    /**
    2
     * Ran into an issue with a WP site where I needed to change an ACF select dropdown into a real WordPress taxonomy. Wrote this to move the data from an ACF select to taxonomy. This will create terms from an ACF select (manually, have to get the data from the ACF field editing interface). Then it will go through all posts and apply the new taxonomy term according to the ACF select value that already exists on the post. 
    3
     *
    4
     * โš โš โš  WARNING โš โš โš 
    5
     *