Home User profile
tagDiv Member
CEO of Krafty Sprouts
iamkingsleyf
tagDiv Member

ok
let me see

iamkingsleyf
tagDiv Member

So there is no way to get it working,
On search engines it will still show the old date.

Guess i will use the other AMP then

iamkingsleyf
tagDiv Member

So any work around?

iamkingsleyf
tagDiv Member

Are we to remove the whole of this block?

/**
* returns the item scope for single pages. If we have an article or a review
* @return string
*/
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
if ($this->is_review && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}
function show_item_scope() {
echo printf( '%1$s', $this->get_item_scope());
}

Or just


'://schema.org/Review"';
'://schema.org/Article"';
iamkingsleyf
tagDiv Member

Are we to remove the whole of this block?

/**
* returns the item scope for single pages. If we have an article or a review
* @return string
*/
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
if ($this->is_review && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}
function show_item_scope() {
echo printf( '%1$s', $this->get_item_scope());
}

Or just


'://schema.org/Review"';
'://schema.org/Article"';

iamkingsleyf
tagDiv Member

is that the line i am supposed to remove you are sending me to another link with no information on which code to remove

iamkingsleyf
tagDiv Member

Are we to remove this?

/**
* returns the item scope for single pages. If we have an article or a review
* @return string
*/
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
if ($this->is_review && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}

function show_item_scope() {
echo printf( '%1$s', $this->get_item_scope());
}

iamkingsleyf
tagDiv Member

I want modified date for blog posts/articles and not modules and blocks.

Modules and blocks don’t get indexed on Google or show up in search results

iamkingsleyf
tagDiv Member

I can’t set post loop… the settings won’t show. see screenshot.

iamkingsleyf
tagDiv Member

in the future? that means next 4YRS

iamkingsleyf
tagDiv Member

How do i do it? what you showed was link to child theme not which file in the child theme should be modified

iamkingsleyf
tagDiv Member

what happens after you update the theme

iamkingsleyf
tagDiv Member

Do you mean adsense HEAD code? if yes use footer and header inserter.

iamkingsleyf
tagDiv Member

Thank You

iamkingsleyf
tagDiv Member

We have been requesting for this for ages now, since 2016 and it has not been added

iamkingsleyf
tagDiv Member
iamkingsleyf
tagDiv Member

over 5HRS and no fix or response

iamkingsleyf
tagDiv Member

nothing special

iamkingsleyf
tagDiv Member

Same issue the composer has refused to activate

iamkingsleyf
tagDiv Member

i tried but it seems the contents on that page is too much that my browser was hanging

iamkingsleyf
tagDiv Member

i have choosen which widget to display according to the language unfortunately the those 2 widget keeps appearing on the french version https://imgur.com/a/JHLgIAA the one marked 2 was supposed to show on the footer for the english version but its showing on the sidebar for the french version

iamkingsleyf
tagDiv Member

And the bottom widget?

iamkingsleyf
tagDiv Member

Hello;

In here https://imgur.com/a/hKSDhTR the RED parts are not supposed to show up in the french version of the site yet they do.

Regards

Viewing 25 posts - 51 through 75 (of 165 total)