Support typographic rules in Polish and Czech
Moves conjunctions, prepositions, etc. to the new line. ( sierotki )
Support punctuation marks in French
Adds a non-breaking space
before punctuation marks as
!
?
;
%
«
»
How it works?
The plugin automatically adds HTML entity
( non-breaking space ) after selected words or phrases. E.g. 'Mr. Someone' should be 'Mr.
Someone'. Works with:
- 文章
- titles
- 页面
- custom post types
- 评论
- widgets
- custom contents
You can create your own list of words/phrases or import our proposals.
Custom contents
You can use the function
<?php auto_nbsp($content, $echo); ?>
to add
to the custom content. Use this in your code.
- Param
$content
- (string) (required) Free text
-
Param
$echo
- (bool) (optional) true (echo), false (return), Default: true
Other features:
-
Advanced Custom Fields compatibility
If you have any ideas for how Automatic NBSP could be improved, you write to us.