Insert code frontpage header.php

Posted in: Newspaper
Post count: 10

I would like to insert this code in a homepage
<? php
if (function_exists (‘Bcn_brand \ bcn_brand_get_html’)):
print Bcn_brand \ bcn_brand_get_html (‘ca’);
endif;
?>.

in the header.php so that it looks like a bar but when I insert it into the file, it can not be seen.
Do you know what I could do?

Post count: 35449

Hi,

You can insert the code here in wp-content/plugins/td-composer/legacy/Newspaper/header.php -> https://www.screencast.com/t/Pi0UIHhu but for what is that code? maybe this can be set in other ways.

Thank you!

Post count: 10

Solved !!! I put the code directly to /newspaper/header.php and that’s why it was not published.

This code is a plugin of a public institution.

Thank you very much for your help!

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