Where to find code

enyonam
90 Posts
enyonam posted this 08 June 2019

where can i Find this code

<div class=" bd-content-6">
<div class=" bd-blog-3 " itemscope itemtype="https://schema.org/Article" > 

I need to remove it from my pages. I have searched all pages in the template folder without success. What I see is

<div class=" bd-content-6">
    <?php
            $document = JFactory::getDocument();
            echo $document->view->renderSystemMessages();
    $document->view->componentWrapper('blog_3');
    echo '<jdoc:include type="component" />';
    ?>
</div>

How do i edit what is rendered to produce the Itemscope itemtype This is urgent

where can i Find this code <div class=" bd-content-6"> <div class=" bd-blog-3 " itemscope itemtype="https://schema.org/Article" > I need to remove it from my pages. I have searched all pages in the template folder without success. What I see is <div class=" bd-content-6"> <?php $document = JFactory::getDocument(); echo $document->view->renderSystemMessages(); $document->view->componentWrapper('blog_3'); echo '<jdoc:include type="component" />'; ?> </div> How do i edit what is rendered to produce the **Itemscope itemtype** This is urgent
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 11 June 2019

Hello Francis,
For this you would need to edit the code manually (which we do not advise) as instructed here https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/how-to-remove-the-default-joomla-microdata
https://stackoverflow.com/questions/46659510/how-to-remove-article-schema-from-joomla

If it doesn't help, let us know.

Gina
Themler Support

Hello Francis, For this you would need to edit the code manually (which we do not advise) as instructed here https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/how-to-remove-the-default-joomla-microdata https://stackoverflow.com/questions/46659510/how-to-remove-article-schema-from-joomla If it doesn't help, let us know. Gina Themler Support
You must log in or register to leave comments