In this tutorial we will see how we can quickly get started with Microsoft Azure and create a simple web app on WordPress and deploy the same on Azure Prerequisites for this are Azure Free Subscription. and absic knowledge of cloud concepts Login into your Azure Portal. Click on "Create Resource" Azure Portal Search for … Continue reading Creating and Deploying a Quick WordPress app on Azure
Tag: wordpress
Creating a custom page template in WordPress
The appearance of all the pages and posts that are created on a WordPress website is handled by a template file named page.php. Basic knowledge of HTML CSS and PHP is required to create a custom template in WordPress. Let us begin to add a custom page template to an existing theme. Step 1) Navigate to … Continue reading Creating a custom page template in WordPress
Solved: How to increase the speed of WAMP server?
If WordPress running too slow on localhost and taking too much time to load. You can fix this issue very easily. Solution 1: Disable CGI_module in Wamp's Apache server. 1: Right click on WAMP > Apache > Apache Modules> uncheck “cgi_module” Method 2: Edit httpd.conf and disable the loading of the CGI module by commenting … Continue reading Solved: How to increase the speed of WAMP server?