Descripción
Apply decisions not options to having better slugs for SEO
Instalación
- Upload the entire
lh-better-slugs
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
FAQ
- Installation Instructions
-
- Upload the entire
lh-better-slugs
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Upload the entire
- How do I change the minimum string length per slug word?
-
By use of the lh_better_slugs_min_chars filter, just return a number other than 3 (the default).
- How do I change the stopwords which are removed from the slug?
-
By use of the lh_better_slugs_stopwords filter, just return an array of the words you wish to block.
- Limitations
-
- LH Better Slugs overrides slugs whivh violate its rule set, however you can override them later.
- WordPress appends a unique number to ambigous slugs (e.g. hello-word, hello-world-2 et cetera). LH Better Slugs may not notice this behaviour when an article is saved for the first time. If this happens you may simply re-save the post.
Colaboradores y desarrolladores
«LH Better Slugs» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «LH Better Slugs» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.00 April 11, 2018
Initial release.