Adding search field to wordpress site

Wanted to add a search field to my homepage site. Got a great start referencing this article https://wedevs.com/133739/add-search-bar-in-wordpress/ Scroll down to the manual section to see what i referenced Oops!!! When I perform a search, The search bar shows up twice. Good thing wordpress api has a “is_search” method to[…]

Read More »

Breakpoints vs Tracing when debugging

In the instance of debugging a for-loop, Imagine a situation where you specifically wanted to debug the fourth time it gets hit. To accomplish this, one would have to write a condition that states that if the loop is on its fourth iteration, die($info). In the example above, a simple[…]

Read More »