Google Introduce A Tool For Data Control After Death

Google is becoming first company which have worked on privacy and data control and introduced a tool which will control your private data after death. New tools aim to help users maintain privacy in the case if something happen like death, which  will remove data after set period of inactivity. Questions were asked on different forums and by community […]

Create a Custom Page Template in WordPress

Creating custom page templates in WordPress is easy! Its just following line of code which you need to put at the start of page template file. let’s start creating a page template called ‘project.php’ and put following line of code at start of this file and using FTP client upload this file to your theme folder. […]

Pass PHP variables between template files

If you need to pass a variable between template files, there will be many ways to do that. one more common way, not preferable way according to me is using Global variables. For example you have instance of class, save it in Global variable and now you will be able to use it throughout the […]