Invalid code in AMP version

Posted in: Newspaper
Post count: 46

Hello,

On the AMP version of our page, it has some code like:

<template type="amp-mustache">
<h5 data-amp-original-style="color: white" class="amp-wp-b371fd6">Here are the results for the search: <span data-amp-original-style="font-weight: bold; font-style: italic;" class="amp-wp-dffa517">"{{td_search_query}}"</span></h5>
<div id="td-aj-search">
<div class="td-aj-search-results">

{{^td_query_posts}}
<h5 data-amp-original-style="color: white" class="amp-wp-b371fd6">No results!</h5>
{{/td_query_posts}}

{{#td_query_posts}}
<div class="td_module_mob_1 td_module_wrap td-animation-stack">

<div class="td-module-thumb">

<amp-img src="{{post_thumb_url}}" class="entry-thumb" alt="{{ title }}" width="265" height="198" layout="responsive" title="{{ post_thumb_title }}">
</amp-img>

</div>

<div class="item-details">
<h3 class="entry-title td-module-title">
{{post_title}}
</h3>
<div class="td-module-meta-info">
{{post_cat_name}}
<span class="td-post-date">
<time class="entry-date updated td-module-date" datetime="{{post_date_unix}}">{{post_date}}</time>
</span>
</div>
</div>

</div>
{{/td_query_posts}}
</div>
<div class="result-msg">
View all results
</div>
</div>
</template>

What is this for, and how can I remove this? We do not need {{post_cat_link}} on the frontend.

Thank you

Post count: 18283

Hello !

Please let us know where do you see this code, a screenshot would be useful , also please provide a link to your website.

Thank you !

Post count: 46

Hello,

Can you please make this thread private so I can share the page url?

https://pasteboard.co/JAGIRPZ.png screenshot.

Thanks

Post count: 18283

Hello !

We need to take a look and see what happened there.

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you !

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