WordPress

Replace Default WordPress Login URL w/ a Custom URL

WordPress themes and plugins output default login URL wp-login.php in many parts of your website like contents, comments, widgets, etc. You might want to replace or customize the output of the default login URL, especially if you have a custom login URL for your WordPress site. There’s a filter available in WordPress core called login_url […]

How to Remove Yoast SEO Meta Tags from Page(s)?

Yoast SEO is the most popular WordPress SEO plugin. This plugin adds meta tags on a page to optimize the page on different platforms like Search Engines, Facebook, Twitter, etc. Those meta tags actually decide how your website looks on those different platforms. Although every meta tag has unique functionality, sometimes you might want to […]

How to Make Admin Comments Become Authors in WordPress?

If you’re a WordPress administrator, you should hide your username. This is the best security practice not to allow anyone to steal admin username. WordPress assign admin posts/pages and comments with an HTML class. That’s why, you shouldn’t publish posts/pages and admin comments under admin account. It increases the risk that hackers will gain admin […]

Allow Only One Logged in Session for WordPress Users

WordPress allows multiple logged in sessions by default, you can login to unlimited sessions/devices at the same time. By default, there is no way to know how many active sessions you’re logged in currently. You won’t be able to logout other sessions if you don’t have access to WordPress back-end admin access. If you have […]