Tag WordPress

WordPress Features

List of Features:- Customizable Designs SEO Friendly Responsive Mobile Sites High Performance Manage on the Go High Security Powerful Media Management Easy and Accessible

How to fix Cross-domain requests issue

The simplest is just to hook to ‘allowed_http_origin’ and call __return_true(), e.g.: <?php add_filter( ‘allowed_http_origin’, ‘__return_true’ ); ?> Or if you want to limit your application to requests from specific domains (a very good idea), hook to ‘allowed_http_origins’ (note the… Continue Reading →

How to Expose REST Api in wordpress

WordPress has grown up from merely a blogging platform to a full fledged content management system. Over these past years, it has matured enough to cater the need of vast majority of online audience and this is the reason it’s… Continue Reading →

Difference Between HTTPS and HTTP

You click to check out at an online merchant. Suddenly your browser address bar says HTTPS instead of HTTP. What’s going on? Is your credit card information safe? Good news. Your information is safe. The website you are working with… Continue Reading →

WordPress Multisite

What is Multisite? “A feature of WordPress 3.0 and later versions that allows multiple virtual sites to share a single WordPress installation.” How the Multisite Admin Screens Are Different When you activate Multisite, some extra screens will be added to your admin, for managing the… Continue Reading →

20 Simple Tricks to Secure Your WordPress Website

Part (a): Secure the login page and prevent brute force attacks Everyone knows the standard WordPress login page URL. The backend of the website is accessed from there, and that is the reason why people try to brute force their way in…. Continue Reading →

© 2024 TapanAcharjee

Up ↑