Accept Terms & Condition Script in JS
Whenever we read terms and condition then we need to click on accept terms and condition checkbox. Tutorial provides guide to implement terms and condition using JS.
Whenever we read terms and condition then we need to click on accept terms and condition checkbox. Tutorial provides guide to implement terms and condition using JS.
Tutorials provides step by step guide to create stylish pricing table.
This WordPress tutorials will explain how to redirect 404 error page to the home page of WordPress blog.
To increase the performance of the web page, asynchronous java script plays very important role. Google Adsense code is now asynchronous to improve user experience and overall loading faster.
WordPress setting used to moderate comments more efficiently using the Keyboard Shortcuts.
WordPress Setting used to change the display name of User when post is published.
To Prevent formatting errors, It is necessary to use HTML editor mode by default. WordPress provides us the easy way to disable visual editing mode.
WordPress is a free and open source blogging platform used as content-management system based on PHP and MySQL powered by theme and plugins.
Instead of putting load on your own server, try to host comments on 3rd party server to get faster loading time
When user redirect link to new address which is widely used inside multiple posts then changing each link is almost difficult in every post. Following tutorial will explain you how to replace every occurrence of URL using simple phpmyadmin query. Problem Statement : I need to change every occurrence of www.xyz.com with www.abc.com. Solution : Change URL in Post Content Globally using phpMyAdmin Login to phpMyAdmin and select your database Click the SQL tab to write new fresh query on selected database. Enter the following [...]