Friday, August 21, 2020

Add a Strikethrough behind Blogger Blog Post Title

Add b:else/ b:if cond='data:post.url' b:if cond='data:blog.url != data:post.url' b:else/ data:post.title/ /b:if b:else/ data:post.title/ /b:if /b:if /h3 Step 6 Now Paste the below code after h3 class='post-title entry-title' itemprop='name' this line. span Step 7 And again paste the below code before/above /h3 /span For example the whole code block will be like below--- h3 class='post-title entry-title' itemprop='name' spanb:if cond='data:post.link' b:else/ b:if cond='data:post.url' b:if cond='data:blog.url != data:post.url' b:else/ data:post.title/ /b:if b:else/ data:post.title/ /b:if /b:if /span/h3 Step 8 Finally hit the Save Template button and check the template to see the effect. Actually this code work in Blogger default template. If you want to make it work in Custom template then you have to have some knowledge about coding. In some template, in case of Post title instead of h3 generally use h2. So in that case you have to change h3 to h2. There are also another think you might have to take into consideration that h3 class='post-title entry-title' itemprop='name' code won't be exactly similar in all template coding. So just focus on h3 class='post-title this line and find the code. And obviously you can bring dramatic change by changing CSS code.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.