maverick12210
Member
Posted 3 years ago #
I have a website http://cricketfever.org hosted on WordPress platform 2.7 running DailyPress theme, i recently migrated the site from my earlier blog hosted on wordpress.com
all the posts on the entire 1st page of my website are in bold text, when i click on previous entries i see the articles in normal text, but on the main page all the posts are in Bold,
Any suggestions on how i change it to normal.
Thanking you,
Maverick_12210
Check the posts on that first page in HTML view and see if you've forgotten to close a <strong> or <b> tag. That this only occurs on that 1st page would suggest to me that it's in one of those posts.
If it's not there, you can start checking your theme file code and/or text widgets, etc. for the missing tag.
I've done this before in both a post and in my code.
You'v egot two strong tags in the
Buy Official IPL Team Jerseys IPL T Shirts and Official IPL Merchandise Online post. <strong><strong>Deccan Chargers have also launched an should be <strong>Deccan Chargers have also launched an
And just in case, in the future, you should also be careful not to have styles around the "more" code breaker (meaning < strong > < !--more-- > < /strong > ), that kills lots of blog appearances.
maverick12210
Member
Posted 3 years ago #
i just removed the tags from my 1st post on the main page, but the problem is still persisting, i still am seeing the posts on the 1st page in bold. any idea on how it can be solved ?
You still have an unclosed tag in your "Book DLF IPL 2 Official Travel Packages From Kingfisher Holidays Online" post.
Doh! That should have been...
You still have an unclosed <strong> tag in your "Book DLF IPL 2 Official Travel Packages From Kingfisher Holidays Online" post.
(Memo to self: remember to backtick markup)