About the Author
Josh

Front End Developer

https://nightwolf.dev

   

How To Add More Contact Fields to WordPress Profile

The WordPress Profile page allows you to define an email address and website, which you can then display on your site. Wouldn’t it be nice if you could define additional…

January 1, 2021 • 3 minute read

Capture Custom Response Header using Angular Interceptor

In a recent project, the API server exposed a custom response header called request-id, which uniquely identified the network request. If the network request failed, the request id could be…

December 21, 2020 • 2 minute read

How To Change The WordPress Admin and Login Logo

The WordPress login form displays the WordPress logo and clicking it goes to the WordPress website. Within the admin area, it also displays the WordPress logo in the toolbar. Let’s…

December 4, 2020 • 3 minute read

WordPress Filter Search Results By Category and Tag

Many WordPress themes provide a simple search form that includes a single input field for entering your search term. The search results are helpful, but what if you wanted to…

November 23, 2020 • 6 minute read

How To Display App Version In Angular

It’s common for applications to display what version of the application is currently being used. For example, in browsers, you can go to their About page and see what browser…

November 19, 2020 • 2 minute read