Skip to content

Instantly share code, notes, and snippets.

View abiodunpaulawtg's full-sized avatar

abiodunpaulawtg

View GitHub Profile
@abiodunpaulawtg
abiodunpaulawtg / custom-queries.php
Created October 10, 2022 09:13 — forked from carlodaniele/custom-queries.php
An example plugin showing how to add custom query vars, rewrite tags and rewrite rules to WordPress
<?php
/**
* @package Custom_queries
* @version 1.0
*/
/*
Plugin Name: Custom queries
Plugin URI: http://wordpress.org/extend/plugins/#
Description: This is an example plugin
Author: Carlo Daniele
@abiodunpaulawtg
abiodunpaulawtg / terminal-commands.md
Created October 3, 2022 20:16 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen