Entries by admin

How to use WordPress Shortcode in template

How to use WordPress Shortcode in template Shortcodes in WordPress are little bits of code that allow you to do various things with little effort. You can use in the content area to invoke some kind of function to accomplish certain tasks. But what if you want to use a shortcode from within a template […]

Web Setup Wizard 401 Unauthorised Access

Web Setup Wizard 401 Unauthorised Access Today I got issue on Magento2 site when try to open Web Setup Wizard section. System -> Tools -> Web Setup Wizard Here is the solution for fixing this issue. This one works for me so I thought it would be just posted for all of the world 🙂 […]

What is WordPress Permalink

WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. Permalinks are the permanent URLs of your individual blog post or page on your WordPress site. Permalinks are also referred to as pretty links. By default, […]

How to enable maintenance mode in Magento

This article describes how to enable maintenance mode in Magento. When Magento is in maintenance mode, visitors see a Service Temporarily Unavailable message in their web browsers instead of the store. However, authorized IP addresses can still view the store normally. This feature allows you to develop and test your store before it goes “live,” or do […]

Know android codes for mobile device

Android codes for mobile device 1- For IMEI NUMBER : *#06# 2- for Ram *#*#3264#*#* 3- Phone service menu *#0*# 4- Battery Status *#0228# 5- phone service mode *#9090# 6- Battery use or device related information *#*#4636#*#* 7- Camera related inforamtion *#*#34971539#*#* 8 – Software/Hardware information *#12580*369#

Fix 404 error in WordPress category / tag page

Fix 404 error in WordPress category / tag page Sometimes, especially after switching themes, WordPress will generate 404 errors on the category and tag pages. There might be multiple reasons – and also multiple solutions – to this, here is simple solution and it will fix the issue Go to your WordPress backend, click Settings, […]

Fix wordpress post 404 error

WordPress is fantastic CMS. Most of the world love it feature and flexibility. I am always try to recommend my clients to use this. Sometimes wordpress users face common problems and one of them in posts 404 error. Today we will learn how we can fix this issue. This is the simple setting we can […]

Redirect all url to https

Redirect all url to https If you have a secure certificate (SSL) on your website, you can automatically redirect visitors to the secured (HTTPS) version of your website to make sure their information is protected. Using the following code in your .htaccess file automatically redirects visitors to the HTTPS version of your site: RewriteEngine On RewriteCond %{HTTPS} […]

How To Create WordPress Shortcodes

WordPress introduced the shortcode API in version 2.5. Shortcodes are now used by a large number of WordPress plugins to allow users to add content to their posts and pages. All of us have probably used them at one time or another. They usually come bundled with plugins, or even themes, and what they do […]

Magento 500 internal server error

Magento 500 internal server error A 500 Internal Server Error in Magento can be frustrating, as it disrupts your store’s functionality and can impact sales. This error often stems from incorrect file permissions, memory limits, corrupted .htaccess files, or issues with third-party extensions. To resolve it, start by checking the error logs (var/log and var/report) […]