Skip to content

Tag: wordpress

How to add main menu url with a url instead of slug in wordpress?

I have used the following function to add menu in wordpress admin backend. But i cant able to add url eg: http://www.google.com in menu href any solution for this ? Answer The short answer is that this is not possible to do using the add_menu_page() function. Probably for good reason, WordPress does not allow…

Redux Framework switch type

how to use redux framework switch type in wordpress themes? or or or or or I worked with all of this and that works Properly but sometimes does not work. Answer You can follow this steps. Step-1: use this type of code to add switch, and focus on id value. Step-2: Use this code to use switch Try that ,