WordPress – Add Code Block ‘Copy’ button
Before: After: Step 1 – Install ‘Code Snippets’ plug-in Step 2 – Create new JavaScript snippet with following: Step 3 – Add following CSS to Theme: Updated custom CSS to…
Before: After: Step 1 – Install ‘Code Snippets’ plug-in Step 2 – Create new JavaScript snippet with following: Step 3 – Add following CSS to Theme: Updated custom CSS to…
# Add your name and email <strong>git config --global user.name "Frank Earnhardt"<br>git config --global user.email "frank.earnhardt@outlook.com"</strong> # Fix commit made before adding user.name and .email<strong>git commit --amend --reset-author</strong> # Tired…