Skip to content

Tag: wordpress

Can I pass wp permalinks to an svg file?

I’ve got an svg file for a hero image, and I want certain paths to be internal links. I’ve wrapped the paths in an anchor tag, and putting in static links works, but I’d like them to be dynamic so I can changed them in the wp admin. Is this possible? How can I send the permalink data to the

WordPress the_custom_logo doesn’t link on homepage

I’m using twentytwentyone-child theme and I want to link the custom_logo to the homepage even on the homepage. But I can’t find any setting for that? I read this: https://developer.wordpress.org/reference/functions/the_custom_logo/ And it says: “Displays a custom logo, linked to home unless …