Erro no banco de dados do WordPress: [Table 'estamp69_wp509.wpvr_network_terms' doesn't exist]
SELECT COUNT(*) as 'count',
t.term_id,
t.term_id as id,
t.name,
t.slug,
t.term_group,
tt.term_taxonomy_id,
tt.taxonomy,
tt.description,
tt.parent,
CONCAT('https://www.searchengineoptimization.com.br/tags/', t.slug) as 'link'
FROM wpvr_network_terms as t
INNER JOIN wpvr_network_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wpvr_network_term_relationships AS tr ON tt.term_taxonomy_id = tr.term_taxonomy_id
INNER JOIN wpvr_network_posts AS np ON np.ID = tr.object_id AND np.BLOG_ID = tr.blog_id
WHERE tt.taxonomy = 'post_tag' AND t.name NOT IN ('uncategorized') AND np.post_type = 'post' GROUP BY t.term_id ORDER BY 'count' DESC LIMIT 50
There are no tags to display.
