Making Zemanta titles not in posts
-
Hi,
When we use TOC plugins for our articles, then they integrate the “Related Articles” title in them. So this makes a weird
<h3>
title appear at the end.In order to fix this, in init.php I have to change the following line:
$related_posts_content = $title ? '<h3 class="related_post_title">' . $title . '</h3>' : '';
into
related_posts_content = $title ? '<p style="font-size: 28px; font-weight: bold;">' . $title . '</p>' : '';
I think not making h based titles in further Zemanta versions would really help.
Would you have another way to change it in the css editor?
Thanks.
https://www.ads-software.com/plugins/related-posts-by-zemanta/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Making Zemanta titles not in posts’ is closed to new replies.