Import any XML or CSV File to WordPress
WP All Import has a four step import process and an intuitive drag & drop interface that makes complicated import tasks simple and fast. There are no special requirements that the elements in your file…
WP All Import has a four step import process and an intuitive drag & drop interface that makes complicated import tasks simple and fast. There are no special requirements that the elements in your file…
Restarting your HTTP server and refreshing your browser is annoying. Reload works in two different ways depending on if you're using it: In an existing Express application in which it creates a server side route…
<!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function(){ $("#options").click(function(){ $("#optional").toggle(); }); }); </script> </head> <body> <p id="options">Click here to show options</p> <div id="optional" style="display:none;"> Toggle between hiding and showing the options. </div> </body> </html>
Bulk Move Plugin allows you to move posts in bulk from one category, tag or custom taxonomy to another.This Plugin also allows you to disassociate posts from a certain category, tag or custom taxonomy. https://wordpress.org/plugins/bulk-move
Gzip is a method of compressing files so that it transfers fast for website visitors. Add this to .htaccess file <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType…
RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Have you recently switched web host or started a new website? DNS Checker provides free DNS lookup service for checking domain name server records against a randomly selected list of DNS servers in different corners…
embedresponsively.com helps build responsive embed codes for embedding rich third-party media into responsive web pages.You can make following media responsive using embedresponsively.comYouTubeVimeoDailymotionGoogle MapsGetty ImagesGeneric iFrame
<?phprequire_once 'IP2Location.php';$db = new IP2LocationDatabase('databases/IP2LOCATION-LITE-DB1.BIN', IP2LocationDatabase::FILE_IO);$records = $db->lookup($_SERVER['REMOTE_ADDR'], IP2LocationDatabase::ALL);if($records['countryCode'] == 'NP') { header('Location: http://sugatshrestha.com.np'); exit;}?>Requirement: Install IP2Location PHP Module first.
Web scraping (web harvesting or web data extraction) is data scraping used for extracting data from websites.It is a form of copying, in which specific data is gathered and copied from the web, typically into…
Copy Right Text | Design & develop by AmpleThemes