Most likely, your theme uses some form of CSS reset. Your markup (“b”, “i”, etc) is probably being saved and rendered correctly, but the CSS reset overrides all of the styles that the browser would normally apply. Try viewing the source of your page, and see if the markup (“b” tags, “i” tags, etc) actually exists. If so, you’ve got a reset problem. All you need to do is add styles specific to whatever container wraps your posts (probably a div with the class “post”). For example, to make your b tags bold again, you might add “.post b { font-weight:bold; }” to your stylesheet.
The other possibility is that you’re using the_excerpt() to render content. By default, all markup is stripped form excerpts–this is expected behavior. You won’t see any formatting at all unless you use the_content() or something equivalent.
Related Posts:
- Stop WordPress Wrapping Images In A “P” Tag
- Keyboard shortcut for updating a page or post?
- Customizing HTML Editor Quicktags button to open a dialog for choosing insert options
- Allow user to “edit_others_posts” to save only, not publish
- Let private posts stay in status “private” after edit through “editors”
- how to limit edit_form_after_title hook to page and post edit only?
- Listen to Post action
- How to create WP Editor using javascript
- How to add editor’s name to entry meta byline?
- Restrict access to post if it is currently being edited
- Change padding to text indent in “Increase indent” TinyMCE
- How can I allow editors to leave comments on posts that have not yet been published?
- Automatically added brs and paragraphs?
- How can I pass $post object to ‘save_post’ add_action?
- Custom function for “Submit for Review” hook
- add image map script to post
- Content editor creating blank paragraphs in spaces and creating   in the_excerpt
- 2nd button row from WP Super Edit or TinyMCE Advanced doesn’t show to 2nd admin
- Strange problems when I try to insert HTML\XML code snippet in my posts
- How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?
- Visual / HTML tabs vanished on editor
- Getting a 404 error when clicking edit page
- WordPress version 3.8 – Preview button not working for editor
- How to retrieve the postID in a “image_send_to_editor” hook function?
- Make Post Editor Select Number of Columns To 1 By Default
- Lost draft under all posts and drafts
- WordPress.com post editor replacement
- Why can’t publish posts with too much text?
- Keyboard shortcut for headings on safari
- any way to access variables from within post editor?
- Embedding Post Editor Into External Site
- Contributor edits published post and sends for review – post is made private?
- Display simple html code in post
- How to allow some visitors to edit inline specific post
- How to custom sort-out editing-panel fields?
- Stripping tag from elements in post
- Post thumbnail is not shown in wp-admin
- Use category base slug in posts’ permalink
- Sends out email to admin
- Get title of post without using the_title();
- Find most recent authors
- How to add a custom button to the tinyMCE toolbar?
- Is it possible to show a different WP menu when using password protected pages?
- How to add one time a new page?
- Enable commenting on front-end preview page for pending posts
- why does HTML Tag not working in Post and Page
- Fetch posts from current week (Sunday to Saturday)
- Using radio button meta data from a custom meta box
- How to place HTML below the title of the (custom) post overview
- A way to detect which page a post is on
- Checking if a post with certain meta value exists
- AJAX filter posts by year
- Add a class to post title if a link ends with a certain extension
- Animated gif for a thumbs
- I am unable to publish/update post
- filter RSS feed in URL
- What hook do you use to update a post?
- get_adjacent_post by language
- sql select for post_title and a term name
- Count number of posts of current month
- Removing Extra Caption tag around image on post of WordPress
- Edit multiple custom post types while saving a new or edited post
- Moving the blog page
- Is it possible to lock all new and existing WordPress posts to one specific author?
- How to style archive post titles… but only those posts who have comments?
- add external project to web site wordpress on production
- How to check if there are posts with the same tag
- Showing recent post of category in page
- Can i have more than one form for front end posting in one template [closed]
- How do I allow certain users to make a certain type of post?
- How to make blog posts have their own urls?
- How to add content above footer in posts from specific category
- How to limit post (Exception pages) for current user in each role in front end?
- Show posts from two specific category in WP_Query
- How to pull latest posts from a specific category
- call to jquery ajax failing with 500 error when passing extra data field
- How to create a button to filter posts (list) by meta value
- How to make certain posts not appear on the main page, but instead only a newly created category(in the menu section)
- Not able to post data through wp-admin
- Double loop output
- AJAX load more posts not using correct category and repeating the same few posts
- post->ID displays the same ID number for every post
- Post by Email – Shortcode for Language? [closed]
- Difficulty in creating and handling a complex post type
- Admin is showing all posts on page 1
- Display only current page -> posts tags in page
- 3rd Party Login in wordpress
- How to mix pages and sub-categories in a url
- Authors can edit all posts, except when an owner is specified?
- Formatting error while publishing theblog from Microsoft Word
- Overwrite URL on blog posts
- Create post from form with image
- WordPress 3.2 – Problem with WYSIWYG editors in a custom post type?
- 301 Redirecting posts without %postid% (just %post_name%) in permalink to ones with %post_name%_%postid%
- I am creating a front end dashboard where I need to show all the posts by the current user. So, I need to show posts in publish
- Display draft posts on single pages [duplicate]
- query_posts different amount of posts per page [duplicate]
- Read more opens attachment
- How to show video from post on the all posts page?
- Show a page counter for pagination