Plugin info

Total downloads: 2,786
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/18/2010 (5614 days ago)
Added to WordPress: 8/18/2010 (15 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 3.0.5
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5614 days ago

20/100

Is Bold To Strong abandoned?

Possibly abandoned (last update 5614 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 3.0.5
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Converts and to and , and and to and . It works in the non-editor view (normal view) of the posts, pages, and comments.

HTML Techniques for Web Content Accessibility Guidelines 2.0 recommends that strong and em should be used to denote emphasis instead of b and i. This is because screen readers (used by blind people, etc. to browse the web) process only strong and em, not b and i.

Additionally, the b and i elements were deprecated in HTML 4.01 and XHTML. This plugin corrects these deprecated tags without modifying your data. (If you uninstall the plugin, your blog works as if this plugin was never installed.)

Installation

Unzip the zip file into the /wp-content/plugins/ directory. Activate the plugin through the ‘Plugins’ menu in WordPress.

Frequently Asked Questions

Can I still use SyntaxHighlighter to post source code with ‘b’ and ‘i’ elements?

Yes. I have tested this plugin, and it is compatible with the SyntaxHighlighter Evolved plugin. If you install the SyntaxHighlighter plugin and you are purposely trying to post HTML code snippets, for example, then b and i tags will not be converted into strong and em tags.

Review feed

No reviews available

Screenshots

  1. Some posts, pages, and comments still use <code>b</code> and <code>i</code> tags, unfortunately.

    Some posts, pages, and comments still use b and i tags, unfortunately.

  2. When viewed in a web browser like Firefox, it looks the same.

    When viewed in a web browser like Firefox, it looks the same.

  3. However, the HTML source shows that the tags have been converted. E.g., if you are using Firefox, you can go to View > Page Source and see the changes.

    However, the HTML source shows that the tags have been converted. E.g., if you are using Firefox, you can go to View > Page Source and see the changes.

Changelog

1.1

  • Handles uppercase B and I elements