KB Home | Advanced Search | News | Glossary | Login
Navel Knowledge Base Logo
Home » Categories » WordPress
All Categories
Expand
Category
Apache (16)
Expand
Category
App Tools (4)
Expand
Category
CentOS (11)
Expand
Category
CMS (2)
Expand
Category
CSS Tricks (4)
Expand
Category
Electronis > (1)
Expand
Category
JavaScript (9)
Expand
Category
jQuery (5)
Expand
Category
Linux Command Line (13)
Expand
Category
MikroTik (1)
Expand
Category
MySQL (23)
Expand
Category
Network (1)
Expand
Category
Nginx (1)
Expand
Category
PHP (12)
Expand
Category
PHP Tricks (2)
Expand
Category
Smarty (1)
empty
Category
Smarty Tricks (0)
Expand
Category
SSL (1)
Expand
Category
Third-party (2)
Expand
Category
TypeScript (1)
Expand
Category
Virtualization (18)
Expand
Category
VMware (1)
Expand
Category
Webmin (10)
Expand
Category
Windows (6)
Collapse
Category
WordPress (9)
article
How to Disallow File Edits In WordPress - disallow_file_edit
article
How to disable auth verification e-mail send from Wordfence
article
Link to registration page in Wordpress
article
حذف قیمت از محصولات ناموجود در ووکامرس
article
How to Add an Admin User to the WordPress Database via MySQL
article
Wordpress random 500 internal server error
article
How to export a specific page in Elementor?
article
اجرای درخواست stats.wp.com/w.js
article
Sorry, you are not allowed to access this page.
WordPress Articles RSS FeedIcon Subscriber Subscribe
How to disable auth verification e-mail send from Wordfence
Viewed 1796 times since Tue, Jan 18, 2022
<?php add_filter('wordfence_ls_require_captcha', '__return_false' ); ?> Add:     wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php:63Ref:https://stackoverflow.com... Read More
How to Disallow File Edits In WordPress - disallow_file_edit
Viewed 40 times since Sun, Jun 1, 2025
Open up your wp-config.php file using a text editor or code editor. Add these lines to your config file: define( 'DISALLOW_FILE_EDIT', true );define( 'DISALLOW_FILE_MODS', true ); Read More
حذف قیمت از محصولات ناموجود در ووکامرس
Viewed 1651 times since Sun, Nov 12, 2023
تم کودک خود را در منوی کشویی فعال کنید ( اگر هم تم کودک ایجاد نکرده اید روی همان قالب اصلی را بمانید) و function.php را انتخاب کنید.   add_filter( '... Read More
اجرای درخواست stats.wp.com/w.js
Viewed 909 times since Sat, Feb 12, 2022
Read More
Sorry, you are not allowed to access this page.
Viewed 778 times since Wed, Dec 1, 2021
  Add this two lines end of wp-config.php: define( 'DISALLOW_FILE_EDIT', true );define( 'DISALLOW_FILE_MODS', true ); Read More
How to Add an Admin User to the WordPress Database via MySQL
Viewed 681 times since Thu, Dec 8, 2022
Adding an Admin User to the WordPress Database With phpMyAdmin PhpMyAdmin comes pre-installed with most top WordPress hosting companies. You can find it under the Databases section of your hosting account’s cPanel dashboard. Here is a... Read More
How to export a specific page in Elementor?
Viewed 451 times since Sat, Feb 26, 2022
  go to the page and edit with elementor. Next to the Save/update button there is a small arrow button. Click that. Now click save as template. Give the template a name. Now go to the wp dashboard and go to my templates. Export the page... Read More
Wordpress random 500 internal server error
Viewed 394 times since Tue, Mar 1, 2022
Can you enable WP_DEBUG, to see if you can catch something there, as sometimes it is more useful than the server logs. To do this, open wp-config.php located in the directory where WordPress is installed and then locate the line with the code define... Read More
Link to registration page in Wordpress
Viewed 28 times since Thu, Jun 12, 2025
  /wp-login.php?action=register Read More
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.