Skip to content

Tag: wordpress

WordPress with Divi does not show display logo in main menu

Hy, i work on a website made with WordPress, Divi and a child theme. I have an header with a navigation and the logo centered on the nav. The header is fine when i’m connected but when i’m not connected (like a visitor) the logo is on display: none and out of the navigation list. The header is gen…

Call a function from a WordPress plugin

I have a wordpress plugin that I’m looking to call one of the functions on a custom template. The function I want to call is get_ship_now_adjust_date_link. Is it possible to just do the following on a …