


How to display WordPress shortcodes as a text?
Last day working on a documentation of the BWL Advanced FAQ Manager Plugin and I need to display FAQ shortcodes as text inside of documentation. I've pasted shortcode inside the documentation page and when it display in front-end shortcode executed and display it's contents. That gives me a lot of pain. There is a small [...]
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 [...]