在wordpress版本5中,模式gutenberg无法正常工作:
for n in range(0,6):
if creatures[n]['food_type'] == 'herbivore':
herbivores.append(creatures[n])
elif creatures[n]['food_type'] == 'omnivore':
omnivores.append(creatures[n])
elif creatures[n]['food_type'] == 'carnivore':
carnivores.append(creatures[n])
在莫代尔精选图片中,不会重新加载内容。 有什么想法吗?