Skip to content

Tag: wordpress

WordPress posts in menu and custom classes

I’m new to WordPress and I’m trying to convert a pure HTML Theme to a WordPress theme. But I have a problem that I can’t find a solution for. In the nav menu, I can’t find a way to selectively add classes to the ul and li elements that WordPress generates as a menu. Basically, I need t…

WordPress dequeue scripts only on single page

My website is using map functionalities that slow the whole site down dramatically. I can dequeue them from the entire site with this add_action function: My goal now is to dequeue these scripts on all but one page “/add-listing” where I need them so that users can still input their location. Any …