Blog

Tag

custom programming

How to Build a Custom WordPress Theme from Scratch

There are around 12 core files. Here is Overview of the main files you will be working with: • Header.php – Contains everything you’d want to appear at the top of your site. • Index.php – The core file that… Continue Reading →

Sort multidimensional array by multiple keys – PHP

We would like to share PHP Solution for sorting of multidimensional array with Multiple Keys. As developers, it’s likely that you encountered this situation where you have a list of items in the database that are fetched in a specific… Continue Reading →