Nathan Eyre, Web Developer Blog
To add a custom login logo to the back end of your site you can use the following code. Place in your themes functions.php file within the theme and insert this code inside your PHP code <?php and ?>. Be sure...
To add custom menus to your WordPress theme just add the following to your themes functions.php file, be sure to place this code inside your PHP code <?php and ?>. When we declare a menu we...
The following is code is for your WordPress theme to automatically add a search box to your menu. Just add this code to your functions.php file within the theme, be sure to place this code...
I recently had a project that I had to extract data from a MySQL database and produce a CSV file from it. Upon my search I found the following code to do just that....
Recent Comments