Posts by José Carlos Araújo • 11 points
2 posts
-
1
votes1
answer79
viewsA: HTTPS in wordpress
You can try adding in .htaccess: RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/(.*) https://www.seudominio.com/$1 [NC,R,L]…
-
0
votes1
answer170
viewsA: Custom taxonomy in Wordpress
They are different taxonomies? Positive case you can use: taxonomy-nome-da-taxonomia.php And use your code in each.