Ever wonder how to get rid of the wordpress logo on your login page and use your own? It’s easy, just paste this into your functions.php file
Advertisement
Latest Posts
-
-
This is the code to generate the login/logout/register hyperlink. You can put it wherever you want on your page.
-
Are you looking for a social media side bar widget for your website? Here it is!button I was looking for some sort of Social Media widget for my websites, but they tend to be either …
-
Why? I used to work in a school. Staff who manage students constantly need to look up information from a sheet of document that they prepared in advance and printed out. It contains a picture …
-
Eye Pleasing Colors Colours can have huge impacts on someone’s mood and nerves; it can evoke one’s feelings and emotions. It is important that you take advantages of them and choose the best and suitable …
-
Arduino Timer and Interrupt Tutorial This tutorial shows the use of timers and interrupts for Arduino boards. As Arduino programmer you have probably used timers and interrupts without even knowing it’s there, because all the low level …
-
If you haven’t read Simple MVC framework tutorial Part 1, I suggest you read it here. In the second part of Simple MVC framework tutorial, I will extend the calculator application to a fully working one.
-
Welcome to Simple MVC framework tutorial! In this tutorial, I will show you how to build a very simple calculator application using MVC architecture pattern. This calculator only has addition and subtraction, and you will …