Hi All,
I've searched on this one and can find nothing.
Any help would be gratefully appreciated
The CSS style for the blockquote only "work" on the singlepost.php. How can I solve this?
I use the last version of wordpress.
Thanks in advance
Hi All,
I've searched on this one and can find nothing.
Any help would be gratefully appreciated
The CSS style for the blockquote only "work" on the singlepost.php. How can I solve this?
I use the last version of wordpress.
Thanks in advance
This would have to do with the theme you're using, and not directly with WordPress.
A glance at your site shows you are displaying excerpts on your multiple post pages (home, archive), and the_excerpt() (which is what's typically in use for that) strips out all HTML if it needs to generate an excerpt from the post content.
I see. I think that using the_content() and the the_excerpt() on difference "loops" it was enought. I need to find a way to solve this, then.
Thanks for the replay.
I've solved the problem. Thanks for the input.
You must log in to post.