image-2

How to Update WordPress to 6 Manually.

Summa’s notes 1, You may need to stop the httpd service first if you are using a non-hosting platform. For example, I am using Centos Stream, to stop the web service, systemctl stop httpd.service When the update is finished, to start the httpd service, systemctl start httpd.service 2, I skipped the steps for deactivating and Read More

image-2

How to Configure Security Headers in Nginx and Apache

Introduction HTTP security headers are very important part of website security as it protect you against different types of attacks including, XSS, SQL injection, clickjacking, etc. When you visit any website from your web browser, your browser requests it from the web server where the web site is hosted on. The web server then responds Read More

image-2

How To Fix a Missing Content-Security-Policy on a Website

by: Kent Ickler  Content-Security-Policy-What-What? Content-Security-Policy is a security header that can (and should) be included on communication from your website’s server to a client. When a user goes to your website, headers are used for the client and server to exchange information about the browsing session. This is typically all done in the background unbeknownst Read More

image-2

How to Add a Custom Link as a Menu Item in WordPress

Use the Custom Links panel to add a custom link to your menu, such as a link to an external website. Simply type in the website URL in the URL field and the menu name in the Link Text field. Click the Add to Menu button when done. Use the same steps outlined previously to adjust the order of the menu item and Read More

image-2

11 Best Redirect WordPress Plugins

Redirect plugins will ensure that any broken links point to another relevant page on your WordPress website. That way, if a visitor clicks on a broken link, they’ll simply be redirected to a new location where they can continue browsing. This will help maintain your site’s credibility and prevent your site’s rankings from falling. Let’s take Read More

image-2

How to Edit HTML in WordPress?

WordPress is an easy-to-use platform that you can utilize without touching a single line of code. But, knowing how to edit HTML in WordPress is a good skill to have under your belt. With the knowledge of editing code, you can troubleshoot issues or perform advanced customization to improve your WordPress site. This article will talk about why editing HTML Read More