Hi,
i have an article with bold text that does not show up in bold in the preview?
http://www.snookerlounge.at/?p=488
any solution for that?
Hi,
i have an article with bold text that does not show up in bold in the preview?
http://www.snookerlounge.at/?p=488
any solution for that?
Hi,
Please take a look http://i.imgur.com/FysENpX.png
I am not sure what other text you are referring to.
Thanks,
Nick
Thanks for the answer.
As you can see in my image i am referring to the home screen image slider. The article itself (your image) is showing the Bold letters correctly.
Hi FishyBone,
If I remember correctly, styling is stripped unless you are using the actual excerpt field for a post. So calling previews of a post with either the more tag or a function strips styling as part of wordpress.
Regards,
Devin
Hello,
so there is no way to keep the styling?
Hey!
Try following - open up index.php and replace:
<?php the_excerpt('Read more'); #the_content('Read more'); ?>
with:
<?php the_content('Read more'); ?>
Regards,
Peter
Hello Peter,
that did the trick, thanks. I had to do some tweekings in the articles, but that*s ok.
reg,
Christian
Hi!
Great :)
Best regards,
Peter
You must log in to post.