Guys I need a help.
I’m trying to edit the file: bb-plugin / modules / heading / includes / frontend.php
I have the following code: <a href="<?php echo $settings->link;?> "title =" <?php echo esc_attr($settings->heading);?> "target =" <?php echo $settings->link_target; ?> "<?php echo $module->get_rel (); ? >>
I need to include the following html code:
itemprop = “url”
How do I make this magic happen?
I have tried in several ways but I have not been successful.
Who can help me, I will be very grateful!
Ok, I did exactly as the implementation guide asks but I have the same problem, I can’t load the html code itemprop = “url” inside the tag, do you know how I could do this? Thank you so much for helping!
Any sort of clue as to where this is supposed to be in that long page? I tried looking at the source but of course its concatenated and minified to make that impossible.
o código itemprop="url" deveria ser carregado nessa linha de exemplo:
<div class="fl-col-group fl-node-5f68cf64ef49a" data-node="5f68cf64ef49a">
<div class="fl-col fl-node-5f68cf64ef49b" data-node="5f68cf64ef49b">
<div class="fl-col-content fl-node-content">
<div class="fl-module fl-module-heading fl-node-5f68cf64ef49f" data-node="5f68cf64ef49f">
<div class="fl-module-content fl-node-content">
<h2 class="fl-heading" itemprop="headline">
<span class="fl-heading-text"><em><strong>Procurando <a title="Divisória Para Escritório em Cabreúva" href="https://www.pdfpremium.com.br/divisoria-para-escritorio-em-cabreuva/"> Divisórias para o Escritório da sua Empresa localizada em Cabreúva</a></strong></em>?</span>
</h2> </div>
Looks like you have added the link as part of the heading text? in which case you don’t even need to edit the module, just update the link you added in the text field and add the pro there
<h2 class="fl-heading" itemprop="headline"> <span class="fl-heading-text"><em><strong>Procurando <a title="Divisória Para Escritório em Cabreúva" href="https://www.pdfpremium.com.br/divisoria-para-escritorio-em-cabreuva/"> Divisórias para o Escritório da sua Empresa localizada em Cabreúva</a></strong></em>?</span> </h2>
You heading HAS to be set to a link for that part of the code to work… yours is not… you added a link to the text field. All you need to do is add the itempro to the link you added in the text area, no need to edit ANY module files.