Linkpiz.com

514 Posts
Redirection

Redirection

DOWNLOAD PLUGIN Description Redirection is the most popular redirect manager for WordPress. With it you can easily manage 301 redirections, keep track of 404 errors, and generally tidy up any loose ends your site may have. This can help reduce errors and improve your site ranking. Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects. It has been a WordPress plugin for over 10 years and has been recommended countless times. And it’s free! Full documentation can be found at ://redirection.me Redirection is compatible with PHP from 5.6 to 8.1. Redirect…
Read More
MC4WP: Mailchimp for WordPress

MC4WP: Mailchimp for WordPress

DOWNLOAD PLUGIN Description Mailchimp for WordPress Allowing your visitors to subscribe to your newsletter should be easy. With this plugin, it finally is. This plugin helps you grow your Mailchimp lists and write better newsletters through various methods. You can create good looking opt-in forms or integrate with any existing form on your site, like your comment, contact or checkout form. Some (but not all) features Connect with your Mailchimp account in seconds. Sign-up forms which are good looking, user-friendly and mobile optimized. You have complete control over the form fields and can send anything you like to Mailchimp. Seamless…
Read More
Advanced Custom Fields

Advanced Custom Fields

DOWNLOAD PLUGIN Description Advanced Custom Fields turns WordPress sites into a fully-fledged content management system by giving you all the tools to do more with your data. Use the Advanced Custom Fields plugin to take full control of your WordPress edit screens & custom field data. Add fields on demand. Our field builder allows you to quickly and easily add fields to WP edit screens with only the click of a few buttons! Add them anywhere. Fields can be added all over WP including posts, users, taxonomy terms, media, comments and even custom options pages! Show them everywhere. Load and…
Read More
Limit Login Attempts Reloaded

Limit Login Attempts Reloaded

DOWNLOAD PLUGIN Description Limit Login Attempts Reloaded stops brute force attacks and optimizes your site performance by limiting the number of login attempts that are possible through the normal login as well as XMLRPC, Woocommerce and custom login pages. This is the only plugin you’ll need for your login security needs with over 2 million downloads worldwide. This plugin will block an Internet address (IP) and/or username from making further attempts after a specified limit on retries has been reached, making a brute force attack difficult or impossible. WordPress by default allows unlimited login attempts. This can lead to passwords…
Read More
WP Super Cache

WP Super Cache

DOWNLOAD PLUGIN Description This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. The static html files will be served to the vast majority of your users: Users who are not logged in. Users who have not left a comment on your blog. Or users who have not viewed a password protected post. 99% of your visitors will be served static html files. One cached file can be served thousands of times. Other visitors will…
Read More
XML Sitemaps

XML Sitemaps

DOWNLOAD PLUGIN Description Use this plugin to greatly improve SEO to create special XML sitemaps which will help search engines like Google, Bing, Yahoo and Ask.com to better index your site. With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content. Supported since over 9 years and rated as the WordPress plugin, it will do exactly…
Read More
WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager

WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager

DOWNLOAD PLUGIN Description Insert Headers & Footers + Full WordPress Code Snippets Plugin (formerly known as Insert Headers and Footers by WPBeginner) is the most popular code snippets plugin for WordPress used by over 1 million websites. We make it easy for you to add code snippets in WordPress without having to edit your theme’s functions.php file. Our simple insert headers and footers interface allows you to insert code like Google Analytics, custom CSS, Facebook Pixel, and more to your WordPress site’s header and footer as well other areas of your website. No need to edit your theme files! Aside…
Read More
Node.js Modules

Node.js Modules

What is a Module in Node.js? Consider modules to be the same as JavaScript libraries. A set of functions you want to include in your application. Built-in Modules Node.js has a set of built-in modules which you can use without any further installation. Look at our Built-in Modules Reference for a complete list of modules. Include Modules To include a module, use the require() function with the name of the module: var http = require('http'); Now your application has access to the HTTP module, and is able to create a server: http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/html'}); res.end('Hello World!');…
Read More
Node.js File System

Node.js File System

Node.js as a File Server The Node.js file system module allows you to work with the file system on your computer. To include the File System module, use the require() method: var fs = require('fs'); Common use for the File System module: Read files Create files Update files Delete files Rename files Read Files The fs.readFile() method is used to read files on your computer. Assume we have the following HTML file (located in the same folder as Node.js): demofile1.html My Header Create a Node.js file that reads the HTML file, and return the content: Example var http = require('http');…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.