Question Title not showing
Hi Rahul,
I have search support, found a few answers however adding the code below didn’t work. Could you please inspect http://janszoon.lightstyle.co.nz/question/what-is-the-best-time-to-spot-dolphins-in-the-park/ and let me know how to fix this?
.anspress h1.entry-title { display: block!important; }
Thanks,
Andre
Question is closed for new answers.
lightstyle Selected answer as best
And from page.php (/wp-content/themes/xxx) just in case…
<?php get_header();the_post(); ?> <div id="the-page-content"> <?php the_content() ?> </div> <?php get_footer() ?>
lightstyle Answered question