Publisher is the useful and powerful WordPress Newspaper , Magazine and Blog theme with great attention to details, incredible features...

[diario_shortcode template=”card_img” colunas=”4″ s=”internofolha” numero_de_parceiros=”4″ mono_post=”sim” colunas=”4″ top=”4″]

Tirar ID do final da URL htaccess wordpress

# BEGIN WordPress
<IfModule mod_rewrite.c>
RedirectMatch 301 ^/([^/]+)/(\d+)/$

RedirectMatch 301 ^/amp/([^/]+)/$
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Parte negrita é o segredo, coloque no inicio do htaccess

testa o tipo de redirecionamento do site, usar esse site logo abaixo

http://redirect-checker.com/