


How to display WordPress shortcodes as a text?
Last day working on documentation of the BWL Advanced FAQ Manager Plugin, and I need to display FAQ shortcodes as text inside the documentation. I pasted the shortcode inside the documentation page, and when it was displayed on the front end, the shortcode executed and displayed its contents. That causes a lot of issues. However, [...]
Register WordPress menus to a theme
Today I am going to share the script to register menus for any WordPress theme. Most popular and premium themes have menu setup option and it helps the user to create menus( sometimes theme support multiple menus ) easily from the WordPress back-end. If the theme does not provide that option then you can add [...]
How To Solve 404 Issue For WordPress Custom Post Type
Last day working on a WordPress plugin project BWL Knowledgebase Manager that has some custom functionality developed by WordPress custom post type features. Everything was going fine in the admin area. Unfortunately, I found a fatal error while checking custom post type pages in front end of my website. Something was going wrong and custom [...]