Latest
Plugin · 4 min read

LindaWP Download Manager Secure, One-Time Download Links for WordPress

The Problem With Standard File Downloads If you sell or distribute digital files on your WordPress site — eBooks, PDFs, software, templates, audio files — a regular download link is a liability. Anyone who gets the URL can…

By Lware March 13, 2026
Topics

Latest · all sections

WordPress

WordPress function to set a default featured image if none has been set

You can use the following WordPress function to set a default featured image if none has been set. This function checks if the current post has a featured image. If not, it…

August 15, 2024 · 1 min read
WordPress

How to increase file upload size wordpress htaccess

To increase the upload file size in WordPress through the .htaccess file, you can add the following lines of code: 1. Locate and open the .htaccess file: Access your WordPress installation files…

July 3, 2024 · 2 min read
PHP

How to set from email address in WordPress

To set from email address for all outgoing emails on your WordPress site, you can use the 'wp_mail_from' filter. You can add the following code to your theme's functions.php file or create a…

June 7, 2024 · 1 min read
WordPress

How to prevent text from phone number field gravity forms

To prevent users from entering text into a phone number field in Gravity Forms while using international phone format, you can utilize JavaScript to validate the input. Here's a basic example of…

February 8, 2024 · 3 min read
WordPress

Disable user registration on WordPress

To disable user registration on a WordPress website, you can follow these steps: Method 1: Using the WordPress admin dashboard Log in to your WordPress admin dashboard. Go to "Settings" and click…

June 22, 2023 · 1 min read
WordPress

How to increase PHP max_execution_time WordPress site

To max_execution_time Locate the php.ini file: This file is responsible for setting up the PHP configuration. You can ask your web hosting provider to know the location of this file. Alternatively, you…

April 25, 2023 · 3 min read
WordPress

PHP Fatal error: Uncaught Error: Call to undefined function create_function()

I recently encountered PHP Fatal error: Uncaught Error: Call to undefined function create_function error when updating WordPress install from PHP7.4 to PHP8.0. Below was the line of code that was causing the…

April 6, 2023 · 1 min read
PHP

Make specific Advanced Custom Field read-only

To make a specific advanced custom field read-only from the backend in WordPress, you need to identify the field's name and add a conditional statement to the function. Here is an example…

April 4, 2023 · 1 min read
WordPress

How to Disable Gutenberg editor WordPress Without Plugin

To disable Gutenberg editor also known as block editor without using a WordPress plugin. You will need access to your install files using FTP or file manager. Login to your website install…

May 25, 2022 · 2 min read
Tips

No Add New button for themes and plugins in WordPress

When you encounter or realized that above no add new button issue on your WordPress site, it means you are not able to add theme or plugin the normal way. Always when…

April 18, 2022 · 1 min read