Enable WordPress Permalinks on Windows IIS
WordPress is written in PHP, and generally php runs better under apache on Linux, but you can run it on IIS on Windows machines. In fact this blog is running…
WordPress is written in PHP, and generally php runs better under apache on Linux, but you can run it on IIS on Windows machines. In fact this blog is running…
Creating a bootable pendrive is a straightforward process when using the Command Prompt in Windows. This method is especially useful for installing operating systems like Windows or Linux. Follow these…
<?= is not equal with <?php. <?= is the short open tag for <?php echo <? is the short open Tag for <?php You can use short open tags by…
Step :01 Go to the PrestaShop root folder and find the config folder. This will take you to a list of all files within that folder.select-config-folder Step :02 Look for…
You are not able to update/upgrade your WordPress and plugins to a newer version without providing your FTP connection information. This is a common issue whereby the WordPress system can’t…
Creating a PHP info page in Website Using the steps below I'll show you how to create a PHP info page that will allow you to not only see your…
This is just a revamp of a function I wrote a while back to add the ability to limit the number of words displayed when you call the excerpt or…