How to remove the time stamp in WordPress? Well, that depends on the theme you are using. The most common answer is to remove this code from page.php or which ever file you find this code in. I would just…
Tag: Blog
How to include a HTML file in a PHP-Nuke module.
From what we have said about the structure of a PHP-Nuke module (see Section 21.1), it is easy to include a HTML file in a module – all we have to do is use the PHP include command, to include…