WordPress Theme: Bold Life by Jay Hafling CSS Style sheet Modification: Modify header,footer,fonts,sidebar and more using css
December 18, 2011 12 Comments
Java Tutorial,Web Development, Wordpress Tricks, Job Interview and Recruitment Guide
December 18, 2011 12 Comments
December 8, 2011 Leave a comment
Today i will share you a new thing which i have learned recently… This problem,which i guess, is faced by most of the bloggeer who wants to show some limited contents or texts in the homepage by maintaining the html formatting of the posts.
What we generally do, we use the_excerpt() function instead of the_content() function to show some limited text in the homepage.
But, you have noticed that if you use the_excerpt() function, the html formatting for example Line break
"<br>","<p>"and the other html formatting doesn’t work.
So, if you want to show the limited content (upto “Read more”) of your post in the homepage keeping all the html formatting intact you have to do the following steps..
Here are the 2 easy steps to follow
Problems and Solution