how to show the title without subtitle?
-
I noticed my theme doesn’t have links for my headings so I went and modified the code to look like this:
<h2><a href="<?php the_permalink() ?>" title="Read: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
but the output looks like this: => https://screencast.com/t/lbn42VbQgn
<h2><a href="https://foodandchatter.co.za/does-blind-tasting-change-how-we-experience-food/" title="Read: Does Blind Tasting change how we experience food? <small class=" subtitle"="">Rediscover Cape Town">Does Blind Tasting change how we experience food? <small class="subtitle">Rediscover Cape Town</small></a></h2>
as you see your plugin breaks the flow with that silly small tag ??
Any idea what to use instead of
<?php the_title(); ?>
in this case or how to fix this?
- The topic ‘how to show the title without subtitle?’ is closed to new replies.