Category: Uncategorized

How to add a URL prefix for blog posts or for custom post type in WordPress

We can add url prefix for wordpress blog posts in two way. Using permalink structure settings Using hooks 1. Using permalink structure settings   You can add blog post suffix easily by updating permalink structure to  /blog/%post_name%/ , here we are using blog text as suffix for all post url. After saving the settings, post urlRead more

Disable WordPress Widget Bock Editor Without Plugin

Hello Friends. As you know WordPress has released new version 5.8 with some extra features like Widget block editor, menu bulk remover…etc. Widget block editor is nice feature to manager the widget by a single save button. But If you still want to use the old classic editor for widgets then you can easily replaceRead more

How to Play/Pause the youtube video on widnow scroll

If you want to play video automatically when visitor scroll the youtube video section on any page then given below code can help you. Given below script will automatically play the video when visitor will scroll the youtube video section and it will automatically pause when visitor will scroll to other content section on theRead more