Different logo on different URL

Posted in: Newspaper
Post count: 95

Hi,

i need to change the URL of logo LOGO UPLOAD and RETINA LOGO UPLOAD (header) if I visit certain pages containing in the URL .it/en/ (english version of my site)

if(strpos($url, '.it/en/') {

Can you please tell me the correct code for a function?

I think that the same function can be replicated for the logo in the footer.

Thanks!

Post count: 23312

Hello tanteidee,

Unfortunately, the theme does not have any such an option that allows you to change the URL of your logo, sorry! This task involves doing such additional customizations and we cannot provide something like this, sorry! If you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you! Usually, we recommend the developers from studio.envato.com.

Thanks for your understanding!

Post count: 95

I am aware that there is not an option for this, but I think we can solve the problem by using code in the functions.php file, surely starting from

if (strpos ($ url, '.it / en /') {
...
else
...

And of course you know the parameters related to the logo in the header and footer.

I ask you a little help.

Read also here https://www.webhostinghero.com/how-to-change-the-custom-logo-depending-on-the-page-in-wordpress/

Post count: 95

I solved, thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.