Instal·lació
- Upload all the files to the
/wp-content/plugins/blogger-title-fixdirectory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure the plugin in the Options admin tab. As of version 2.0 it is now in the Plugins tab.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Blogger Title Fix» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Blogger Title Fix» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
0.1
- Initial release
0.2
- Added option to change the number of characters used for the title from the default 48. Added option to break the title at a word boundary.
2.0
- Upgraded to work with WordPress 2.5. Fixed a bug with disabling the word boundary setting. Made it more efficient by removing the extra DB query unless it was really necessary.
2.1
- Added single_post_title filter at the request of Alejandro Carravedo
2.2
Removed usage of second parameter for the_title filter, it was inconsistent – relies on global “post” to generate the new title.