Archive Page Formatting Problem

Hi

i have a formatting problem on my archive page.

The date is not strong and also it doesnt show the h4-Headline. As well the p-Tag is not recognized on the archive page → reisezielvergleich.de

On the single post all works perfectly → reisezielvergleich.de

Can u please help me fixing the problem

Regards

Christian

It is actually expected behavior by WordPress and this theme because it is how the_excerpt functions works. It removes all formatting and displays only plain text. Solution here is to use full content in archive pages.

To get this done open content-extensions.php file located in theme folder – library – structure and replace the_excerpt with the_content for travelify_theloop_for_archive.

thanks a lot