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 (11)
Expand
Category
MikroTik (1)
Expand
Category
MySQL (23)
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 (17)
Expand
Category
Webmin (10)
Expand
Category
Windows (6)
Collapse
Category
WordPress (7)
article
How to disable auth verification e-mail send from Wordfence
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.
article
حذف قیمت از محصولات ناموجود در ووکامرس
article
How to Add an Admin User to the WordPress Database via MySQL
WordPress Articles RSS FeedIcon Subscriber Subscribe
How to disable auth verification e-mail send from Wordfence
Viewed 318 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
اجرای درخواست stats.wp.com/w.js
Viewed 434 times since Sat, Feb 12, 2022
Read More
Sorry, you are not allowed to access this page.
Viewed 263 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 export a specific page in Elementor?
Viewed 197 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 166 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
How to Add an Admin User to the WordPress Database via MySQL
Viewed 133 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
حذف قیمت از محصولات ناموجود در ووکامرس
Viewed 20 times since Sun, Nov 12, 2023
تم کودک خود را در منوی کشویی فعال کنید ( اگر هم تم کودک ایجاد نکرده اید روی همان قالب اصلی را بمانید) و function.php را انتخاب کنید.   add_filter( '... Read More
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.